title Reinstall
root (hd0,0)
kernel /vmlinuz.reinstall ks=hd:hda1:/ks.cfg
initrd /initrd.reinstall
hda1 is /boot partition formated with ext3.
Regards,
Igor
On Fri, 2003-11-14 at 18:39, Igor Loncarevic wrote:
You can go even further with: ks=hd:<device>:/<file> The installation program will mount the file system on <device> (which must be vfat or ext2), and look for the kickstart configuration file as <file> in that file system (for example, ks=hd:sda3:/mydir/ks.cfg). With this you can put ks.cfg file on same server. Has anyone tried to mount ext3 partition this way? Regards, Igor On Fri, 2003-11-14 at 18:09, Jason L Tibbitts III wrote: > >>>>> "C" == Crow <Crow69> writes: > > C> In other words, is there an executable I can run on a node computer > C> to make a the server rekickstart off a kickstart server? I want to > C> do this without a boot disk or cdrom. > > I put a stanza in /etc/grub.conf (edit as appropriate): > > title Reinstall > lock > root (hd0,0) > kernel /vmlinuz.reinstall ks=http://kickstart.server/ks.cfg > initrd /initrd.reinstall > > Grab the vmlinuz and initrd from the install CD and put them in /boot. > Then when you want to reinstall, just edit grub.conf, change the > default= line and remove the "lock". The system will kickstart > itself, no bood media is required (besides the hard disk, of course). > > - J< > > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/kickstart-list > _______________________________________________ Kickstart-list mailing list Kickstart-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/kickstart-list