why did this screw this up after multiple tries?
[EMAIL PROTECTED] hlfs]# # Preparing Virtual Kernel File Systems
[EMAIL PROTECTED] hlfs]# install -vd $HLFS/{dev,proc,sys}
install: creating directory `/mnt/hlfs/dev'
install: creating directory `/mnt/hlfs/proc'
install: creating directory `/mnt/hlfs/sys'
[EMAIL PROTECTED] hlfs]# mknod -m 600 $HLFS/dev/console c 5 1
[EMAIL PROTECTED] hlfs]# mknod -m 666 $HLFS/dev/null c 1 3
[EMAIL PROTECTED] hlfs]# mount -v --bind /dev $HLFS/dev
/dev on /mnt/hlfs/dev type none (rw,bind)
[EMAIL PROTECTED] hlfs]# mount -vt devpts -o mode=620 devpts $HLFS/dev/pts
devpts on /mnt/hlfs/dev/pts type devpts (rw,mode=620)
[EMAIL PROTECTED] hlfs]# mount -vt tmpfs shm $HLFS/dev/shm
shm on /mnt/hlfs/dev/shm type tmpfs (rw)
[EMAIL PROTECTED] hlfs]# mount -vt proc proc $HLFS/proc
proc on /mnt/hlfs/proc type proc (rw)
[EMAIL PROTECTED] hlfs]# mount -vt sysfs sysfs $HLFS/sys
sysfs on /mnt/hlfs/sys type sysfs (rw)
[EMAIL PROTECTED] hlfs]# # Entering the Chroot Environment
[EMAIL PROTECTED] hlfs]# chroot "$HLFS" /tools/bin/env -i \
> HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \
> PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \
> /tools/bin/bash --login +h
chroot: cannot run command `/tools/bin/env': No such file or directory
----------- BARFED OUT HERE --------------------
[EMAIL PROTECTED] hlfs]# ls -l /tools/bin/env
-rwxr-xr-x 1 root root 96752 Jun 1 15:41 /tools/bin/env
The file is obviously there but as root I can't access or execute it?
Why not? Coreutils broken maybe?Marty B. -- Building a better mousetrap only results in better mice. C. Darwin
signature.asc
Description: OpenPGP digital signature
-- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
