aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-09-11 22:44:11 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-09-11 22:44:11 +0000
commit8573b93752d031b6e46a668e597ae7b3f42ad3fd (patch)
tree0c141a1456ab3a41368a057feeb14bb4a258ee7b /chapter09
parentb914f8f6d256cd66fc5fdffe7b58def7bc4e4f56 (diff)
Added a couple more 'nodump' tags
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6837 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r--chapter09/reboot.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml
index 2eff15494..e6a5e63eb 100644
--- a/chapter09/reboot.xml
+++ b/chapter09/reboot.xml
@@ -43,13 +43,13 @@ umount $LFS/sys</userinput></screen>
<para>If multiple partitions were created, unmount the other
partitions before unmounting the main one, like this:</para>
-<screen><userinput>umount $LFS/usr
+<screen role="nodump"><userinput>umount $LFS/usr
umount $LFS/home
umount $LFS</userinput></screen>
<para>Now, reboot the system with:</para>
-<screen><userinput>shutdown -r now</userinput></screen>
+<screen role="nodump"><userinput>shutdown -r now</userinput></screen>
<para>Assuming the GRUB boot loader was set up as outlined earlier, the menu
is set to boot <emphasis>LFS &version;</emphasis> automatically.</para>