[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

possible bug in chroot from klibc?



Hello,

testing the chroot command into live-initramfs I have experienced that does 
not interpret correctly the PATH

Start a live system with break=live-bottom, and try this:

# the PATH is correct
(initramfs) echo $PATH
/sbin:/usr/sbin:/bin:/usr/bin

# using chroot from klibc gives an error,
(initramfs) chroot /root which debconf-communicate
execve: No such file or directory

# using chroot from busybox is correct,
(initramfs) busybox chroot /root which debconf-communicate
/usr/bin/debconf-communicate

testing more...

Regards,

Jordi Pujol



Reply to: