diff options
Diffstat (limited to 'chapter02/mounting.xml')
-rw-r--r-- | chapter02/mounting.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter02/mounting.xml b/chapter02/mounting.xml index 5a6000f73..3e6c25d0c 100644 --- a/chapter02/mounting.xml +++ b/chapter02/mounting.xml @@ -48,9 +48,8 @@ mount -v -t ext4 /dev/<replaceable><yyy></replaceable> $LFS/usr</userinput too restrictive (such as the <option>nosuid</option> or <option>nodev</option> options). Run the <command>mount</command> command without any parameters to see what options are set for the mounted LFS - partition. If <option>nosuid</option>, <option>nodev</option>, and/or - <option>noatime</option> are set, the partition will need to be - remounted.</para> + partition. If <option>nosuid</option> and/or <option>nodev</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 |