Ubuntu Pastebin

Paste from cheapie at Sun, 8 Feb 2015 04:54:18 +0000

Download as text
1
2
3
4
5
6
7
8
mkdir target
mount /dev/sda1 target
mount /dev/sda2 target/boot/efi
mount --bind /dev target/dev
mount --bind /proc target/proc
mount --bind /sys target/sys
mount --bind /dev target/dev
chroot target/
Download as text