Date: Sun, 5 Jun 2005 20:09:04 +0100 (BST) From: paul@xciv.org (Paul Civati) To: freebsd-stable@freebsd.org Cc: paul@xciv.org Subject: Re: 5.4 PXE network install and CDs Message-ID: <200506051909.j55J94ew000970@tuscan.xciv.org> In-Reply-To: <34387.1117974507@xciv.org> References: <34387.1117974507@xciv.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <34387.1117974507@xciv.org>, paul@xciv.org (Paul Civati) writes: > I *am* stuck on one minor point, I've coped CD1 and CD2 on to my > ftp server but sysinstall keeps prompting to change disks during > the package install. I've created a cdrom.inf (the handbook says > this is how sysinstall knows what CD is loaded) like the ftp mirrors, > but I'm still prompted to change CDs. What am I missing? I was missing the obvious, that 'packages/INDEX' specifies what disk each package is on, hence some modification of the INDEX is required.. # cd packages # mv INDEX INDEX.orig # sed -e 's/|1/|0/' -e 's/|2/|0/' INDEX.orig > INDEX -Paul-
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506051909.j55J94ew000970>