Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. mount --rbind /dev /mnt/gentoo/dev
  2. mount --make-rslave /mnt/gentoo/dev
  3. mount -t proc /proc /mnt/gentoo/proc
  4. mount --rbind /sys /mnt/gentoo/sys
  5. mount --make-rslave /mnt/gentoo/sys
  6. mount --rbind /tmp /mnt/gentoo/tmp
  7. chroot /mnt/gentoo /bin/bash
  8. env-update
  9. source /etc/profile
  10. export PS1="(chroot) $PS1"
  11. emerge --sync
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement