Debian on AMD64
Posted Dec 2, 2004 9:16 UTC (Thu) by
gevaerts (subscriber, #21521)
In reply to:
Debian on AMD64 by dlang
Parent article:
Debian on AMD64
mount /etc/passwd /chroot/etc/passwd -o bind
mount /etc/shadow /chroot/etc/shadow -o bind
mount /etc/group /chroot/etc/group -o bind
mount /home /chroot/home -o bind
should do the trick. Of course, using ldap authentication the first three are not needed.
(
Log in to post comments)