chroot with udev

Doing a chroot with udev is a little trickier than it was before udev. Here are the steps:

mount /dev/sda1 /mnt/linux/
mount -t none /dev /mnt/linux/dev -o bind
chroot /mnt/linux/
mount /proc
mount /sys

Veröffentlicht in FAQs.