Re: [CentOS] Kickstart network settings problem

2008-04-22 Thread James Pearson
Plant, Dean wrote: I would like one of my kickstart scripts to prompt for disk and networking only. Commenting out the disk and network settings makes the installer prompt for disk settings but not for network settings, they default to DHCP. Any idea's how to fix this? I think you need to have

Re: [CentOS] Kickstart network settings problem

2008-04-22 Thread gopinath
: [CentOS] Kickstart network settings problem Plant, Dean wrote: I would like one of my kickstart scripts to prompt for disk and networking only. Commenting out the disk and network settings makes the installer prompt for disk settings but not for network settings, they default to DHCP. Any

RE: [CentOS] Kickstart network settings problem

2008-04-22 Thread Plant, Dean
James Pearson wrote: Plant, Dean wrote: I would like one of my kickstart scripts to prompt for disk and networking only. Commenting out the disk and network settings makes the installer prompt for disk settings but not for network settings, they default to DHCP. Any idea's how to fix this?

Re: [CentOS] Kickstart network settings problem

2008-04-22 Thread Akemi Yagi
On Tue, Apr 22, 2008 at 7:28 AM, Plant, Dean [EMAIL PROTECTED] wrote: I have tried with the 2 network lines shown below in the kickstart file, with and without interactive variable. Still no network configuration screen. :-( # Network settings #network --bootproto=static --device=eth0

RE: [CentOS] Kickstart network settings problem

2008-04-22 Thread Marc-Andre Levesque
PROTECTED] On Behalf Of Plant, Dean Sent: April 22, 2008 10:29 To: CentOS mailing list Subject: RE: [CentOS] Kickstart network settings problem James Pearson wrote: Plant, Dean wrote: I would like one of my kickstart scripts to prompt for disk and networking only. Commenting out the disk

Re: [CentOS] Kickstart network settings problem

2008-04-22 Thread James Pearson
Plant, Dean wrote: James Pearson wrote: Plant, Dean wrote: I would like one of my kickstart scripts to prompt for disk and networking only. Commenting out the disk and network settings makes the installer prompt for disk settings but not for network settings, they default to DHCP. Any idea's

Re: [CentOS] Kickstart network settings problem

2008-04-22 Thread Ray Van Dolson
On Tue, Apr 22, 2008 at 12:47:39PM +0100, Plant, Dean wrote: I would like one of my kickstart scripts to prompt for disk and networking only. Commenting out the disk and network settings makes the installer prompt for disk settings but not for network settings, they default to DHCP. Any idea's

RE: [CentOS] Kickstart network settings problem

2008-04-22 Thread Plant, Dean
James Pearson wrote: Plant, Dean wrote: James Pearson wrote: Plant, Dean wrote: I would like one of my kickstart scripts to prompt for disk and networking only. Commenting out the disk and network settings makes the installer prompt for disk settings but not for network settings, they

RE: [CentOS] Kickstart network settings problem

2008-04-22 Thread Plant, Dean
Ray Van Dolson wrote: On Tue, Apr 22, 2008 at 12:47:39PM +0100, Plant, Dean wrote: I would like one of my kickstart scripts to prompt for disk and networking only. Commenting out the disk and network settings makes the installer prompt for disk settings but not for network settings, they

Re: [CentOS] Kickstart network settings problem

2008-04-22 Thread Kai Schaetzl
Dean Plant wrote on Tue, 22 Apr 2008 15:28:34 +0100: #network --bootproto=static --device=eth0 --gateway=192.168.10.1 --nameserver=192.168.10.1 --netmask=255.255.255.0 --onboot=on network --bootproto=static are the first two lines a line that you tried and commented out and got broken in