Changeset 9cb6b64 for the-end


Ignore:
Timestamp:
Jul 1, 2006, 12:48:39 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
8018c66
Parents:
2ce8e8a
Message:

r4209@server: jim | 2006-07-01 12:46:18 -0700
Updated variables -

LFS_TARGET is now CLFS_TARGET
LFS_HOST is now CLFS_HOST
LFS_TARGET32 is now CLFS_TARGET32
LFS is now CLFS
/mnt/lfs is now /mnt/clfs


File:
1 edited

Legend:

Unmodified
Added
Removed
  • the-end/reboot.xml

    r2ce8e8a r9cb6b64  
    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 CLFS 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>
Note: See TracChangeset for help on using the changeset viewer.