Changeset 3536d03 in clfs-sysroot
- Timestamp:
- Jul 20, 2006, 3:43:09 PM (18 years ago)
- Branches:
- master
- Children:
- f15f637
- Parents:
- 5e93db1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/the-end/reboot.xml
r5e93db1 r3536d03 10 10 11 11 <title>Rebooting the System</title> 12 13 <para>If you built your final system using the boot method, just run14 <command>shutdown -r now</command> to reboot again, using your newly-built15 kernel instead of the miminal one currently in use. If you chrooted,16 there are a few more steps.</para>17 12 18 13 <para>The system you have created in this book is quite minimal, and most … … 30 25 31 26 <para>Now that we have said that, lets move on to booting our shiny 32 new CLFS installation for the first time! First exit from the chroot 33 environment:</para> 34 35 <screen><userinput>logout</userinput></screen> 36 37 <para>Then unmount the virtual file systems:</para> 38 39 <screen><userinput>umount $CLFS/dev/pts 40 umount $CLFS/dev/shm 41 umount $CLFS/dev 42 umount $CLFS/proc 43 umount $CLFS/sys</userinput></screen> 44 45 <para>Unmount the CLFS file system itself:</para> 46 47 <screen><userinput>umount $CLFS</userinput></screen> 48 49 <para>If multiple partitions were created, unmount the other 50 partitions before unmounting the main one, like this:</para> 51 52 <screen><userinput>umount $CLFS/usr 53 umount $CLFS/home 54 umount $CLFS</userinput></screen> 55 56 <para>Now, reboot the system with:</para> 27 new CLFS installation for the first time! Reboot the system with:</para> 57 28 58 29 <screen><userinput>shutdown -r now</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.