Changeset 586feb7 in clfs-sysroot for BOOK/the-end
- Timestamp:
- Jul 2, 2006, 12:45:15 PM (18 years ago)
- Branches:
- master
- Children:
- 940e6b3
- Parents:
- 89c10a9
- Location:
- BOOK/the-end
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/the-end/reboot.xml
r89c10a9 r586feb7 37 37 <para>Then unmount the virtual file systems:</para> 38 38 39 <screen><userinput>umount $ LFS/dev/pts40 umount $ LFS/dev/shm41 umount $ LFS/dev42 umount $ LFS/proc43 umount $ LFS/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 LFS file system itself:</para> 46 46 47 <screen><userinput>umount $ LFS</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 $ LFS/usr53 umount $ LFS/home54 umount $ LFS</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> -
BOOK/the-end/theend.xml
r89c10a9 r586feb7 24 24 Create this file by running:</para> 25 25 26 <screen><userinput>echo &version; > ${ LFS}/etc/clfs-release</userinput></screen>26 <screen><userinput>echo &version; > ${CLFS}/etc/clfs-release</userinput></screen> 27 27 28 28 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.