Man of Honour
- Joined
- 18 Oct 2002
- Posts
- 7,097
I slap you with a wet fish
. Whats happened is your're not in your gentoo, you're in the livecd. The livecd doesn't have merge. OK follow me:
1. Setup your net connection. Either by ifconfig and route or using the net-setup proggy you used all the way back at the beginning.
2. mount all your partitions i.e
3 Chroot back into your gentoo system from the livecd
4. Now you can emerge
1. Setup your net connection. Either by ifconfig and route or using the net-setup proggy you used all the way back at the beginning.
2. mount all your partitions i.e
Code:
mount /dev/hda3 /mnt/gentoo
mount /dev/hda1 /mnt/gentoo/boot
mount /dev/hda4 /mnt/gentoo/home
swapon /dev/hda2
mount -t proc proc /mnt/gentoo/proc
3 Chroot back into your gentoo system from the livecd
Code:
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
4. Now you can emerge