From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from kirstine.fys.ku.dk (kirstine.fys.ku.dk [130.225.102.150]) by chiba.3jane.net (Postfix) with ESMTP id D913F200AD3F for ; Fri, 29 Mar 2002 17:38:30 -0600 (CST) Received: from sx.fys.ku.dk (johansen.fys.ku.dk [130.225.102.149]) by kirstine.fys.ku.dk (Postfix) with ESMTP id 2FD1F1A390 for ; Sat, 30 Mar 2002 00:33:52 +0100 (CET) Received: by sx.fys.ku.dk (Postfix, from userid 2441) id BE484CA64F; Sat, 30 Mar 2002 00:33:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by sx.fys.ku.dk (Postfix) with ESMTP id B2459A28F8 for ; Sat, 30 Mar 2002 00:33:51 +0100 (CET) Date: Sat, 30 Mar 2002 00:33:51 +0100 (CET) From: Morten Kroeyer Soerensen To: gentoo-dev@gentoo.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [gentoo-dev] correction to the installation guide Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: bbe17a35-f55f-4732-b2b0-cb5dc0b09326 X-Archives-Hash: c04f26db8eb7b4665774f7080696f310 Hi In the Gentoo Linux 1.0rc6 Installation Instructions, in the grub section, there's a little error; Unless grub is installed in /boot/boot/grub, the code listing 39 should read: default 0 timeout 30 splasgimage=(hd0,0)/grub/splash.xpm.gz .... since the (hd0,0) is identical to the /boot/ (as it reads now, its ...(hd0,0)/boot/grub...) Otherwise, its a great guide. Keep up the good work /Morten Kroyer