From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3326C13873B for ; Tue, 4 Mar 2014 19:05:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D245E0AAE; Tue, 4 Mar 2014 19:04:53 +0000 (UTC) Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E692E0AA5 for ; Tue, 4 Mar 2014 19:04:52 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id x12so2977951wgg.18 for ; Tue, 04 Mar 2014 11:04:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=UQdLvjW2h/P8SMjxIbDuj8EQ6nqPXZYLLqtVLLxNTFU=; b=PZ7kUaltVcnFf/hKzAjdxQOWao+DzVnPrAfx0Mx/YQFdTI1eRcc0a2q/mqZ3l18Xdv suQyCNjWt9whhh3IRPKZEJArkDGq4n8mLg5bTfZbJ5ekyfBu+CxL51WysKCFvEOaN5IZ IvKX9xG74nc4zhP7j5m/zToCCAbZjGMpfUaEkTe1LNaD3o0OumEzBymcHqYdYBFcQN1a 61WfHNESRgB8oiDOsuZsJud2cSj3zdnGSATQs3djuxj0J674uFZKbFQxeeQ9TBur8YVL 21OeFXg07NeuTSCp24Bj4C9SQlJ5wO9AX7Jwt7x7wcIk1Nszb0tkt8uQDqwFOekvtjmv XM2w== X-Received: by 10.194.95.195 with SMTP id dm3mr1732591wjb.17.1393959890284; Tue, 04 Mar 2014 11:04:50 -0800 (PST) Received: from [172.20.0.40] (196-210-127-208.dynamic.isadsl.co.za. [196.210.127.208]) by mx.google.com with ESMTPSA id jw4sm56773099wjc.20.2014.03.04.11.04.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 04 Mar 2014 11:04:49 -0800 (PST) Message-ID: <531623BC.2010701@gmail.com> Date: Tue, 04 Mar 2014 21:04:28 +0200 From: Alan McKinnon User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] References: <49831393957204@web19m.yandex.ru> In-Reply-To: <49831393957204@web19m.yandex.ru> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Archives-Salt: b035f924-5938-4abe-845b-c70d76688347 X-Archives-Hash: ae5783b350034d2b448d4aac07203d16 On 04/03/2014 20:20, Guido Budack wrote: > Hi, > > actually I am reading the handbook because I intend to change from > debian to gentoo. > I am some sort of a 'purist'.. however... > I just ask myself while reading chapter 3 very carefully: > > isn't it necessary to modify any fstab after you installed partitions > and file-systems resp. > mouting the same? > Since now I can't see anything comparable in the handbook. It's in later chapters > Secondly I intend to install from scratch- that means no network. Um, errr, no :-) If you do a sane install, you will have the network connectivity you set up. What do you mean by "install from scratch"? Surely you aren't contemplating doing a stage 1? Yikes, I haven't done one of those in *years*. Stage 1 is only useful for building the stage 3 that you should be using, for live-cd creators and the masochists amongst us. True masochists though do a LinuxFromScratch install. It's a good learning experience, but just that - do it once, see how it's done and forevermore thereafter do it the easy way (stage 3). > Will I get a root-prompt after the fist steps of installation? No, you get a login prompt where you log in as root > The controverse discussions in the web are not really satisfying... It's not 100% apparent how the install works from reading the handbook, you have to do it to see how it works. Do note that all distro installer work in this general way, Gentoo just lets you see more of the process. In summary: You need a running OS to install an OS. You get this anywhere you choose but the easiest is to boot from a removeable media (CD, USB, etc). In this environment you will partition your disks, mkfs the volumes, mount them under /mnt and do other things to set up the system. Then you unpack a stage3 and the portage tree onto these partitions and chroot there. You have to unpack the tarballs then chroot otherwise you will try chroot into an empty directory structure - ain't gonna work. A stage 3 gives you a basic working environment with a toolchain and some useful software. And you can configure and build a kernel in it. That is the bulk of this part, so after some various bits of housekeeping and setting up grub, you reboot. With luck, the thing you just installed will boot and give you a prompt. at this point your only user with a shell is root, so you start doing basic sysadmin actions like defining users, setting all your default config options, updating the entire system to latest versions (the stages usually lag behind) and installing every other package you want. You also set up networking as hopefully you built the proper network drivers when you built the kernel earlier. If not, no big deal, just make menuconfg and build the kernel again. The stages already contain all the software you need to get wired and wireless going, so as long as you have the proper drivers built and loaded you can enable the network. It's not especially pretty but it works like a bomb and you can make it pretty later if you wish. Every distro installer out there follows these same basic principles (order varies widely), Gentoo just lets you see what's really going on. Follow the handbook, you'll do fine. Ignore dumb interwebz posts saying how hard it is, those *always* come from people a) without patience or b) who can't read and didn't do what the fine handbook saysto do. Thousands of folk have done these installs, by far the majority succeed first try. Statistically, you are unlikely to be that one in a thousand who fails :-) > > > Greets > > Gee > > -----BEGIN PGP PUBLIC KEY BLOCK----- > Version: GnuPG v1.4.11 (GNU/Linux) > mQENBFMSzBEBCADLPBwdQ2vDYBNvoH50Z0eUjRHUVhzKzpgRT2rlgJ+inrwsP8w1 > m6WzCgLFq7iljVp3FxEgTEV/K3Kh6I9Sk13tPx4bkhZ006R+We152eS+q7yiGwhJ > vwTecl1oAQ7ce+PGGng8TRw3evBO2kRs/qc5CuV7OfsBxwPU+OSjOaaBFp4O0F4b > CrWczQZEjShOvWePHXnLxqnY3y1o2JpjE+fnikXsbm9owTuMLyLy/b9ZfGBaRVa7 > gyy2N1GPKti68esU5gMfnoCVCKqF6C+0wc+dJV0dPzW1Ps2t1uffZ8OjG/3QZRq/ > oq0bO6+J30bCgYIh6XtgXxtcRb77Bjhw7VpxABEBAAG0H0d1aWRvIEJ1ZGFjayA8 > Z2xhaXZ5QGdtYWlsLmNvbT6JATgEEwECACIFAlMSzBECGw8GCwkIBwMCBhUIAgkK > CwQWAgMBAh4BAheAAAoJEIxjGe3OdnLOM7UH/i46VPSPIufgPuKq8bb9YlbhoE1H > ThaBREJyUeCRYrq1crdaO0Sr5FHoN7VTmC7XQm2W+zPOKTttx5dDD3ywshzphHlC > SJlN/s7lePf230zR3DePa7UYwvO1cW2lclZ7VDnkmb8317SPOECDJcn0l8A6eScT > FoYhzkeVwlroQFz7W9R56Z8HbNXBPqIOS93WVyCGNiTqFI9tvs44jiOIv4rIINrI > V7RG8gXDOjhfwDOhpSVReV8Xf7Eki/s2/wQV8z3XfOpPsbu2hrYeu1esRg1bCjRP > KFBpqQIlByg1ulBR6nZtM8qWPD7p5wYxloc/wLG4NjhXEuOWNERGPQa0DKg= > =r1R3 > -----END PGP PUBLIC KEY BLOCK----- > -- Alan McKinnon alan.mckinnon@gmail.com