1 2 3 4 | cd /mnt # or where you are preparing the chroot dir mount -t proc proc proc/ mount -t sysfs sys sys/ mount -o bind /dev dev/ |
Source: http://superuser.com/a/417004/316130…
1 2 3 4 | cd /mnt # or where you are preparing the chroot dir mount -t proc proc proc/ mount -t sysfs sys sys/ mount -o bind /dev dev/ |
Source: http://superuser.com/a/417004/316130…