Ignore:
Timestamp:
Jul 1, 2006, 12:48:39 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
95112ed
Parents:
51f1397
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


Location:
BOOK/chroot/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/chroot/common/chroot.xml

    r51f1397 r07114c98  
    1717  temporary tools:</para>
    1818
    19 <screen><userinput>chroot "$LFS" /tools/bin/env -i \
     19<screen><userinput>chroot "$CLFS" /tools/bin/env -i \
    2020    HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \
    2121    PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \
     
    3838  <envar>LFS</envar> variable anymore, because all work will be
    3939  restricted to the CLFS file system.  This is because the Bash shell is
    40   told that <filename class="directory">$LFS</filename> is now the root
     40  told that <filename class="directory">$CLFS</filename> is now the root
    4141  (<filename class="directory">/</filename>) directory.</para>
    4242
  • BOOK/chroot/common/kernfs.xml

    r51f1397 r07114c98  
    2323  be mounted:</para>
    2424
    25 <screen><userinput>mkdir -pv $LFS/{dev,proc,sys}</userinput></screen>
     25<screen><userinput>mkdir -pv $CLFS/{dev,proc,sys}</userinput></screen>
    2626
    2727  <para>Now mount the file systems:</para>
    2828
    29 <screen><userinput>mount -vt proc proc $LFS/proc
    30 mount -vt sysfs sysfs $LFS/sys</userinput></screen>
     29<screen><userinput>mount -vt proc proc $CLFS/proc
     30mount -vt sysfs sysfs $CLFS/sys</userinput></screen>
    3131
    3232  <para>Remember that if for any reason you stop working on the CLFS system
     
    3838  starting Udev early in the boot process, so we create them here:</para>
    3939
    40 <screen><userinput>mknod -m 600 $LFS/dev/console c 5 1
    41 mknod -m 666 $LFS/dev/null c 1 3</userinput></screen>
     40<screen><userinput>mknod -m 600 $CLFS/dev/console c 5 1
     41mknod -m 666 $CLFS/dev/null c 1 3</userinput></screen>
    4242
    4343  <para>Once the system is complete and booting, the rest of our device
     
    4848  appear in the new CLFS filesystem:</para>
    4949
    50 <screen><userinput>/tools/bin/mount -o bind /dev $LFS/dev</userinput></screen>
     50<screen><userinput>/tools/bin/mount -o bind /dev $CLFS/dev</userinput></screen>
    5151
    5252  <para>Additional file systems will soon be mounted from within the chroot
     
    5454  for each of these now:</para>
    5555
    56 <screen><userinput>mount -f -vt tmpfs tmpfs $LFS/dev/shm
    57 mount -f -vt devpts -o gid=10,mode=620 devpts $LFS/dev/pts</userinput></screen>
     56<screen><userinput>mount -f -vt tmpfs tmpfs $CLFS/dev/shm
     57mount -f -vt devpts -o gid=10,mode=620 devpts $CLFS/dev/pts</userinput></screen>
    5858
    5959</sect1>
Note: See TracChangeset for help on using the changeset viewer.