[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: bootloader options for SW raid 1 arrangement
- From: Mike Smith <mike ftl com>
- To: Discussion list about Kickstart <kickstart-list redhat com>
- Subject: Re: bootloader options for SW raid 1 arrangement
- Date: Thu, 15 Dec 2005 17:50:36 -0800
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]