diff options
Diffstat (limited to 'chapter02/mounting.xml')
-rw-r--r-- | chapter02/mounting.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter02/mounting.xml b/chapter02/mounting.xml index 3572e1861..4a26ae930 100644 --- a/chapter02/mounting.xml +++ b/chapter02/mounting.xml @@ -52,6 +52,15 @@ mount -v -t ext3 /dev/<replaceable><yyy></replaceable> $LFS/usr</userinput <option>noatime</option> are set, the partition will need to be remounted.</para> + <para>If you are using a <systemitem + class="filesystem">swap</systemitem> partition, ensure that it is enabled + using the <command>swapon</command> command:</para> + +<screen role="nodump"><userinput>/sbin/swapon -v /dev/<replaceable><zzz></replaceable></userinput></screen> + + <para>Replace <replaceable><zzz></replaceable> with the name of the + <systemitem class="filesystem">swap</systemitem> partition.</para> + <para>Now that there is an established place to work, it is time to download the packages.</para> |