Aller au contenu

Chroot

1
2
3
4
5
mount /dev/<DEVICE> /mnt
mount --bind /dev /mnt/dev
mount -t proc /proc /mnt/proc
mount --bind /sys /mnt/sys
mount --bind /run /mnt/run