Skip to content

Instantly share code, notes, and snippets.

@peccu
Created June 28, 2010 09:02
Show Gist options
  • Select an option

  • Save peccu/455607 to your computer and use it in GitHub Desktop.

Select an option

Save peccu/455607 to your computer and use it in GitHub Desktop.
# cd to root of gentoo
cd /tank
# then get stage3 file
wget http://mirrors.kernel.org/gentoo/experimental/x86/freebsd/stages/stage3-i386-fbsd7.2.tar.bz2
# get portage tree
wget http://distfiles.gentoo.org/snapshots/portage-latest.tar.bz2
tar xjvfp stage3-i386-fbsd7.2.tar.bz2
echo "-----mount devfs-----"
mount -t devfs none /tank/dev/
echo "-----cp resolve.conf-----"
cp /etc/resolve.conf /tank/etc/
echo "next chroot etc..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment