Now that packageManager.xml createfiles is also included

for new book, test that /tools/etc/porgrc exists before moving it
This commit is contained in:
Pierre Labastie 2020-07-09 16:59:36 +00:00
parent 3484658167
commit ee842e234b
1 changed files with 5 additions and 1 deletions

View File

@ -74,7 +74,11 @@ mkdir -pv /var/lib/packages</userinput></screen>
<title>Files</title>
<para><command>porgball</command> needs <filename>porgrc</filename>
in <filename class="directory">/etc</filename>:</para>
<screen><userinput>cp /tools/etc/porgrc /etc</userinput></screen>
<screen><userinput>if [ -f /tools/etc/porgrc ]; then
cp /tools/etc/porgrc /etc
fi</userinput></screen>
</sect1>
<sect1 id="ch-chroot-pkgmngt" role="wrap">