chroot.sh 108 B

1234567
  1. #!/bin/bash
  2. mount --bind /proc /mnt/proc
  3. mount --bind /sys /mnt/sys
  4. mount --bind /dev /mnt/dev
  5. chroot /mnt