Changeset 586feb7 in clfs-sysroot for BOOK/the-end


Ignore:
Timestamp:
Jul 2, 2006, 12:45:15 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
940e6b3
Parents:
89c10a9
Message:

Updated the bootscripts package and make LFS to CLFS updates.

Location:
BOOK/the-end
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/the-end/reboot.xml

    r89c10a9 r586feb7  
    3737  <para>Then unmount the virtual file systems:</para>
    3838
    39 <screen><userinput>umount $LFS/dev/pts
    40 umount $LFS/dev/shm
    41 umount $LFS/dev
    42 umount $LFS/proc
    43 umount $LFS/sys</userinput></screen>
     39<screen><userinput>umount $CLFS/dev/pts
     40umount $CLFS/dev/shm
     41umount $CLFS/dev
     42umount $CLFS/proc
     43umount $CLFS/sys</userinput></screen>
    4444
    4545  <para>Unmount the LFS file system itself:</para>
    4646
    47 <screen><userinput>umount $LFS</userinput></screen>
     47<screen><userinput>umount $CLFS</userinput></screen>
    4848
    4949  <para>If multiple partitions were created, unmount the other
    5050  partitions before unmounting the main one, like this:</para>
    5151
    52 <screen><userinput>umount $LFS/usr
    53 umount $LFS/home
    54 umount $LFS</userinput></screen>
     52<screen><userinput>umount $CLFS/usr
     53umount $CLFS/home
     54umount $CLFS</userinput></screen>
    5555
    5656  <para>Now, reboot the system with:</para>
  • BOOK/the-end/theend.xml

    r89c10a9 r586feb7  
    2424  Create this file by running:</para>
    2525
    26 <screen><userinput>echo &version; &gt; ${LFS}/etc/clfs-release</userinput></screen>
     26<screen><userinput>echo &version; &gt; ${CLFS}/etc/clfs-release</userinput></screen>
    2727
    2828</sect1>
Note: See TracChangeset for help on using the changeset viewer.