Guest User

Untitled

a guest
Nov 24th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. mount /dev/sda3 /mnt/altes_root
  2. mount /dev/sda1 /mnt/altes_root/boot (wenn vorhanden)
  3. mount --bind /dev /mnt/altes_root/dev
  4. mount --bind /sys /mnt/altes_root/sys
  5. mount -t proc /proc /mnt/altes_root/proc
  6. chdoor /mnt/altes_root /bin/bash
Add Comment
Please, Sign In to add comment