David Eastcott <[EMAIL PROTECTED]> writes:

[...]

> it was:
> 
> label linux
>   kernel vmlinuz
>   append kickstart=floppy 
>          automatic=method:nfs,server:linux1,directory:/Cooker/cooker,
>          network:static,ip:192.168.5.202,netmask:255.255.255.0,
>          gateway:192.168.5.253,dns:192.168.5.253,  
>          ramdisk_size=32000 initrd=network.rdz  vga=788
> 
> Note comma after dns ip. I don't know if this was real problem or not?  I 
> can't remember if I tried with out it or not.

it doesn't seem to be a pb, gc you confirm?

> 
> >
> > [...]
> >
> > >   for 'mkbootdisk'  you might want to force this to undef, especially for
> > > those of us that use a floppy to kickstart things.  Imagine my surprise
> > > when the carefully crafted autoinstall disk suddenly becomes a boot disk?
> >
> > what was it set to?
> >
> 
> 'mkbootdisk' => 'fd0',

ok, i switch it to off by default

[...]

> When I do an autoinstall I do not want the installer to format hdc at all.  
> The question is: given the above declartions and this one, will it only 
> format hda?
> 
>        'partitioning' => {
>                            'clearall' => 1,

try 
        'clear' => [ 'hda' ],

i think i've added it after 7.2, and it's not documented :-/

(by the way, contributors to auto_inst doc are welcome :)


thanks, cu Pixel.

Reply via email to