Skip to content

Instantly share code, notes, and snippets.

@rbn42
Created May 11, 2016 08:16
Show Gist options
  • Save rbn42/4183e983a95e3299b575d2fe79140d94 to your computer and use it in GitHub Desktop.
Save rbn42/4183e983a95e3299b575d2fe79140d94 to your computer and use it in GitHub Desktop.
cp /etc/resolv.conf /mnt/funtoo/etc/
cd /mnt/funtoo
mount -t proc none proc
mount --rbind /sys sys
mount --rbind /dev dev
chroot /mnt/funtoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment