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

_______________________________________________
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to