> > You can specify network info on the kernel boot line, i.e.: > > > linux ks=http://blah/ks.cfg ip=$ip netmask=$netmask gateway=$gateway > > dns=$dns_server
> > If you provide the static networking parameters as options at the > > 'boot:' prompt, and have a 'network' line like this in your ks.cfg, > > then the system gets configured appropriately: > > > > network --bootproto=static --noipv6 > > > > In my experience, the system is not configured correctly if you > > provide the network parameters in the dialog boxes. (Don't know if > > this has changed recently, like since 5.0, but it sounds like it > > hasn't from your comments.) > > Thank you! Let me give that a try. While that does make for a long boot > option, so did having it inside the url. But this would be much cleaner. > So I just tried it... and voila! thanks you guys. That makes my life so much easier. -greg _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
