Advertisement
Guest User

Untitled

a guest
Nov 29th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. sudo mount ROOT-PARTITION /mnt
  2. for i in /sys /proc /run /dev /dev/pts; do sudo mount --bind "$i" "/mnt$i"; done
  3. sudo cp /etc/resolv.conf /mnt/etc/
  4. sudo chroot /mnt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement