


Code: Select all
hostname --fqdn




Code: Select all
cd /mnt/gentoo
If you are using the minimal installation disc, you shouldn't have a desktop yet anyway. If you are using the LiveCD and trying to install via the terminal, think of the desktop as just being there, but serving no purpose in your installing. You won't worry about anything but the commands you're typing into the terminal window. You just need to make sure that you're in the directory /mnt/gentoo and then run the tar xvjpf stage3-*.tar.bz2 command. It will unpack that tarball, and you'll proceed with the handbook.sophonmore wrote:I don't understand the part where it says extract the files to your system! Where in my system though! The desktop, I dunno where!



So you are trying to download the stage3 tar.bz2 file? Download it to /mnt/gentoo and extract it there. An easy way to ensure that it is downloaded to the correct spot is to start links or wget from the directory /mnt/gentoo.sophonmore wrote:Ok now im up to the part where you have to download the file. Where do I do download it to, because when it goes to the default spot nothing happens when I put the codes in terminal!

Code: Select all
cd /mnt/gentoo
Code: Select all
pwd
Code: Select all
links http://www.gentoo.org/main/en/mirrors.xml
Code: Select all
tar xvjpf stage3-*.tar.bz2