Re: About NETWORK CONFIGURATION in kickstart process

Chris Lumens <[email protected]> Fri, 30 May 2014 09:59:50 -0400
Newsgroups gmane.linux.redhat.kickstart.general
Message-ID <[email protected]>
> # Network information
> # network  --hostname=localhost.localdomain
> #network --bootproto=static --device=lo --ip=127.0.0.1
> --netmask==255.0.0.0 --nodefroute --nodns --hostname=localhost.lcoaldomain

The network line in your kickstart file is commented out.

- Chris