Changeset 040521bc for BOOK/the-end/reboot.xml
- Timestamp:
- Sep 22, 2006, 8:30:38 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8953f24
- Parents:
- 5921622
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/the-end/reboot.xml
r5921622 r040521bc 37 37 <para>Then unmount the virtual file systems:</para> 38 38 39 <screen><userinput>umount $ CLFS/dev/pts40 umount $ CLFS/dev/shm41 umount $ CLFS/dev42 umount $ CLFS/proc43 umount $ CLFS/sys</userinput></screen>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 44 45 45 <para>Unmount the CLFS file system itself:</para> 46 46 47 <screen><userinput>umount $ CLFS</userinput></screen>47 <screen><userinput>umount ${CLFS}</userinput></screen> 48 48 49 49 <para>If multiple partitions were created, unmount the other 50 50 partitions before unmounting the main one, like this:</para> 51 51 52 <screen><userinput>umount $ CLFS/usr53 umount $ CLFS/home54 umount $ CLFS</userinput></screen>52 <screen><userinput>umount ${CLFS}/usr 53 umount ${CLFS}/home 54 umount ${CLFS}</userinput></screen> 55 55 56 56 <para>Now, reboot the system with:</para>
Note:
See TracChangeset
for help on using the changeset viewer.