6 Nov
2002
6 Nov
'02
18:21
I have a repository setup and I'm wanting to switch from using NFS to using HTTP. Things work fine when I do this:
linux ip=1.1.1.1 netmask=255.255.255.0 insmod=e100 autoyast=nfs://1.1.1.2/autoyast.xml install=nfs://1.1.1.2/suse81 instmod=nfs
but when I try using http
linux ip=1.1.1.1 netmask=255.255.255.0 insmod=e100 autoyast=nfs://1.1.1.2/autoyast.xml install=nfs://1.1.1.2/suse81 instmod=nfs
it works fine but then asks for CD-2 to be inserted. I can't figure out why it wants a CD and why the difference in install transport changes this behavior.
SteveN