Re: [CentOS] Cannot %include in CentOS 5.5 kickstart

2011-03-18 Thread whitivery
whitivery wrote: >whitivery wrote: > >>whitivery wrote: >> >>>Patrick Lists >>> wrote: >>> On 03/10/2011 08:14 AM, whitivery wrote: > # This does not work > %include /tmp/drvdisk > > # This works > #driverdisk > --source=nfs:10.0.4.157:/srv/cobbler/RHEL5.5_x86_402_40

Re: [CentOS] Cannot %include in CentOS 5.5 kickstart

2011-03-17 Thread whitivery
whitivery wrote: >whitivery wrote: > >>Patrick Lists >> wrote: >> >>>On 03/10/2011 08:14 AM, whitivery wrote: # This does not work %include /tmp/drvdisk # This works #driverdisk --source=nfs:10.0.4.157:/srv/cobbler/RHEL5.5_x86_402_409_410_DD.img %pack

Re: [CentOS] Cannot %include in CentOS 5.5 kickstart

2011-03-16 Thread whitivery
whitivery wrote: >Patrick Lists > wrote: > >>On 03/10/2011 08:14 AM, whitivery wrote: >>> # This does not work >>> %include /tmp/drvdisk >>> >>> # This works >>> #driverdisk >>> --source=nfs:10.0.4.157:/srv/cobbler/RHEL5.5_x86_402_409_410_DD.img >>> >>> >>> %packages >>> @base >>> @core >>> >>> %

Re: [CentOS] Cannot %include in CentOS 5.5 kickstart

2011-03-15 Thread whitivery
Patrick Lists wrote: >On 03/10/2011 08:14 AM, whitivery wrote: >> # This does not work >> %include /tmp/drvdisk >> >> # This works >> #driverdisk >> --source=nfs:10.0.4.157:/srv/cobbler/RHEL5.5_x86_402_409_410_DD.img >> >> >> %packages >> @base >> @core >> >> %pre --erroronfail >> >> echo "driver

Re: [CentOS] Cannot %include in CentOS 5.5 kickstart

2011-03-15 Thread John Doe
From: whitivery > I've previously used includes in CentOS 4.4 and they worked fine. > But in CentOS 5.5, trying to specify a driver disk via an include > does not work. Dunno what is going on for you, but this works for me: ... %include /tmp/ks.net ... %pre --interpreter /usr/bin/bash

Re: [CentOS] Cannot %include in CentOS 5.5 kickstart

2011-03-11 Thread Patrick Lists
On 03/10/2011 08:14 AM, whitivery wrote: > # This does not work > %include /tmp/drvdisk > > # This works > #driverdisk > --source=nfs:10.0.4.157:/srv/cobbler/RHEL5.5_x86_402_409_410_DD.img > > > %packages > @base > @core > > %pre --erroronfail > > echo "driverdisk > --source=nfs:10.0.4.157:/srv/cob

[CentOS] Cannot %include in CentOS 5.5 kickstart

2011-03-10 Thread whitivery
I've previously used includes in CentOS 4.4 and they worked fine. But in CentOS 5.5, trying to specify a driver disk via an include does not work. If I instead specify it directly, it loads fine. When it fails (because it can't see the disk drive - needs the driver disk to see the hard disk), in