Received: by oss.sgi.com id ; Fri, 9 Feb 2001 10:27:07 -0800 Received: from mail11.jump.net ([206.196.91.11]:21905 "EHLO mail11.jump.net") by oss.sgi.com with ESMTP id ; Fri, 9 Feb 2001 10:26:52 -0800 Received: from sgi.com (aus-dsl-dhcp1-26.customer.jump.net [63.163.168.26]) by mail11.jump.net (8.10.2/) with ESMTP id f19IQc526952; Fri, 9 Feb 2001 12:26:38 -0600 (CST) Message-ID: <3A84366B.D1E1E3FF@sgi.com> Date: Fri, 09 Feb 2001 12:26:51 -0600 From: Eric Sandeen X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.0-XFS i686) X-Accept-Language: en MIME-Version: 1.0 To: Russ Ingram CC: linux-xfs@oss.sgi.com Subject: Re: PreRelease install over network References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-xfs-outgoing Russ Ingram wrote: > > There is a bootnet image so I assume an FTP install of the > RH7.0-SGI-XFS_PR is possible. Are there instructions for how to make > this work somewhere. I haven't been able to find any. I haven't tried FTP, but I think there are reports of NFS and http working so it will probably work fine. You need to create a source for everything to be installed, and make it available via FTP/HTTP/NFS. Basically, follow Red Hat's instructions: - Insert CD 1 mount /dev/cdrom /mnt/cdrom cp -var /mnt/cdrom/RedHat /location/of/disk/space umount /mnt/cdrom - Insert CD 2 mount /dev/cdrom /mnt/cdrom cp -var /mnt/cdrom/RedHat /location/of/disk/space umount /mnt/cdrom then do the same for the SGI CD - - Insert SGI CD mount /dev/cdrom /mnt/cdrom cp -var /mnt/cdrom/RedHat /location/of/disk/space umount /mnt/cdrom Do the SGI disc last, so that the installer & images & hdlist, etc all overwrite Red Hat's. Don't worry about duplicate kernel RPMs etc - the installer looks at the "hdlist" file for which RPMs to install, and it will ignore any duplicates from the Red Hat discs. Once your source is set up, it should proceed like a normal Red Hat network install. I think our bootnet disk image may not have quite as many network drivers as the standard Red Hat does, to make room for a bigger kernel. -Eric