FS#4358 - chroot from installCD doesn't display entered text
Attached to Project:
Arch Linux
Opened by Sander Dieleman (Sander) - Monday, 03 April 2006, 13:41 GMT
Opened by Sander Dieleman (Sander) - Monday, 03 April 2006, 13:41 GMT
|
Details
when chrooting into an archlinux installation from the 0.7.1
install CD (for example, after the installer has done its
job), the text you enter (in the chrooted environment) isn't
displayed. It executes the commands you enter, you just have
to do blind typing :) If I remember correctly, it does
display the commands output (but I'm not entirely sure), but
anything you type isn't displayed.
|
This task depends upon
# mount -t proc none /mnt/proc
# mount -t sysfs none /mnt/sys
# mount -o bind /dev /mnt/dev
# chroot /mnt /bin/bash