After compiling jhalfs I try to set the password for root, but I get no
input promt from passwd. It goes immediately to changing, complaining
about a too short password.
mount -t proc proc /home/jhalfs/proc
mount -t sysfs sysfs /home/jhalfs/sys
chroot /home/jhalfs /usr/bin/env -i \
HOME=/root TERM="$TERM" PS1='\u: \w\$ ' \
PATH=/bin:/usr/bin:/sbin:/usr/sbin \
/bin/bash --login
root: /# passwd root
Changing password for root
Enter the new password (minimum of 5, maximum of 127 characters)
Please use a combination of upper and lower case letters and numbers.
Bad password: too short.
Warning: weak password (enter it again to use it anyway).
Password changed.
What is wrong?
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page