Chroot to Debian
Chroot into debian root:
chroot /path/to/debian
Mount /proc and /dev/pts
mount -t proc proc /proc
mount -t devpts -o rw,gid=5,mode=620 none /dev/pts
Make the /dev
cd /dev; /sbin/MAKEDEV generic;
Chroot into debian root:
chroot /path/to/debian
Mount /proc and /dev/pts
mount -t proc proc /proc
mount -t devpts -o rw,gid=5,mode=620 none /dev/pts
Make the /dev
cd /dev; /sbin/MAKEDEV generic;