aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02/mounting.xml
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 22:46:24 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 22:46:24 +0200
commita04b192f501eee20456e28616787d5248c12a4f6 (patch)
treeffa3194a195bea37cf0a516d230faf682f1795d6 /chapter02/mounting.xml
parent5e0c67df78a80e813740de0e2645f1cc14038d4e (diff)
Remove spaces at end o lines - chapter02
Diffstat (limited to 'chapter02/mounting.xml')
-rw-r--r--chapter02/mounting.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter02/mounting.xml b/chapter02/mounting.xml
index 45f222485..a4408c94f 100644
--- a/chapter02/mounting.xml
+++ b/chapter02/mounting.xml
@@ -47,8 +47,8 @@ mount -v -t ext4 /dev/<replaceable>&lt;yyy&gt;</replaceable> $LFS/home</userinpu
<warning><para>The above instructions assume that you will not be restarting
your computer throughout the LFS process. If you shut down your system,
- you will either need to remount the LFS partition each time you restart
- the build process or modify your host system's /etc/fstab file to automatically
+ you will either need to remount the LFS partition each time you restart
+ the build process or modify your host system's /etc/fstab file to automatically
remount it upon boot. For example:
<screen role="nodump">/dev/<replaceable>&lt;xxx&gt;</replaceable> /mnt/lfs ext4 defaults 1 1</screen>