anaconda: disable crashkernel default options
We don't support it.
This commit is contained in:
parent
c83c75b338
commit
538d80186d
@ -1370,8 +1370,8 @@ class GRUB2(GRUB):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(GRUB2, self).__init__()
|
super(GRUB2, self).__init__()
|
||||||
self.boot_args.add("$([ -x /usr/sbin/rhcrashkernel-param ] && "\
|
#self.boot_args.add("$([ -x /usr/sbin/rhcrashkernel-param ] && "\
|
||||||
"/usr/sbin/rhcrashkernel-param || :)")
|
# "/usr/sbin/rhcrashkernel-param || :)")
|
||||||
|
|
||||||
# XXX we probably need special handling for raid stage1 w/ gpt disklabel
|
# XXX we probably need special handling for raid stage1 w/ gpt disklabel
|
||||||
# since it's unlikely there'll be a bios boot partition on each disk
|
# since it's unlikely there'll be a bios boot partition on each disk
|
||||||
|
Loading…
Reference in New Issue
Block a user