bootloader options for SW raid 1 arrangement

Mike Smith mike at ftl.com
Fri Dec 16 01:50:36 UTC 2005


Rick Philbrick wrote:

>  
> What option/s should be included in my KS-cfg in order to have either
> disk bootable? Below are the two that i do use.
> bootloader --location=mbr
> zerombr yes


I use the following in %post


grub --batch <<EOT 1>/dev/null 2>/dev/null
root (hd0,0)
setup (hd0)
root (hd1,0)
setup (hd1)
quit
EOT

hope that helps


- Mike




More information about the Kickstart-list mailing list