|
Re: define network in kickstart pre script: msg#00080linux.redhat.release.rhel5
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.) Note that if you use a custom boot.iso with custom syslinux.cfg, you can provide common parameters within custom targets (nameserver, netmask, method and ks location, possibly gateway), and only have to provide the ip, or possibly ip and gateway, at the 'boot:' prompt. Also, the hostname is not yet configured in the %post environment, but if you need it then, you can add this line: hostname `grep HOSTNAME /etc/sysconfig/network |cut -d'=' -f2` -Ed Greg_Swift-S3lNbxCJ4k+9IyArzxoquPIbXMQ5te18@xxxxxxxxxxxxxxxx wrote: Hi. |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: define network in kickstart pre script: 00080, Paul Krizak |
|---|---|
| Next by Date: | Re: define network in kickstart pre script: 00080, Greg_Swift-S3lNbxCJ4k+9IyArzxoquPIbXMQ5te18 |
| Previous by Thread: | Re: define network in kickstart pre scripti: 00080, Paul Krizak |
| Next by Thread: | Re: define network in kickstart pre script: 00080, Greg_Swift-S3lNbxCJ4k+9IyArzxoquPIbXMQ5te18 |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |