Sunday, December 22, 2013

Installing Gentoo Gnu/Linux

Installing Gentoo Linux, .. Here's the steps on howto make the chrooting into it and compiling your way into a fresh Gentoo Install
mount /dev/sda5 /mnt/gentoo/
mount /dev/sda3 /mnt/gentoo/boot/
mount -t proc none /mnt/gentoo/proc
cd /mnt/gentoo/
chroot /mnt/gentoo/ /bin/bash
env-update && source /etc/profile
More to come..

No comments:

Post a Comment