Ok, I got this to run now after adjusting my network settings in the kickstart file. However, the networksettings I need for this installation are not the settings I want for the server later on. Can I define virtual devices (like "eth0:0") in the kickstart file as well? Then I could just remove this additional virtual device as the last thing I do in the post-install. Otherwise I have to run a sed on the config file at the end to replace the temporary IP with the one I really want it to have - would work as well I guess... > -----Original Message----- > From: fedora-list-bounces@xxxxxxxxxx > [mailto:fedora-list-bounces@xxxxxxxxxx] On Behalf Of Ed K. > Sent: Tuesday, June 22, 2004 4:31 PM > To: For users of Fedora Core releases > Subject: RE: Kickstart installation > > > I think you'll find that the ip/gareway/dns parameters are only used > to download the kickstart file only. You mush enable networking in the > kickstart file too. > > I have a installation setup, where the kickstart file is downloaded > when using a static ip address, then anaconda does a dhcp, > and continues the > network install. > > ed > > On Tue, 22 Jun 2004, Mark wrote: > > > Thanks! > > > > One question before I try this (I just got stuck with > something else for a > > while...): > > Does it matter if I assign a different IP address to eth0 > in the kickstart > > configuration than I do in the boot parameters? > > As far as I understand, whatever I specify in the "network" > command in the > > kickstart file is only used to generate the configuration > file in the > > post-install and will only take effect once I boot from the > newly installed > > system, right? > > > > Thanks, > > > > MARK > > > >> Try something > >>> like this: > >>> > >>> ip=192.168.1.17 gateway=192.168.1.1 dns=192.168.1.1 ks=http://... > >> > >> Oops, forgot 'ksdevice eth0' on that line as well. > >> > >> Forrest > >> > >> > >> -- > >> fedora-list mailing list > >> fedora-list@xxxxxxxxxx > >> To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > >> > > > > > > -- > > fedora-list mailing list > > fedora-list@xxxxxxxxxx > > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > > > > Security on the internet is impossible without strong, open, > and unhindered encryption. > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list >