anaconda: disable crashkernel default options

We don't support it.
This commit is contained in:
Marek Marczykowski-Górecki 2015-11-29 03:18:57 +01:00
parent c83c75b338
commit 538d80186d
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -1370,8 +1370,8 @@ class GRUB2(GRUB):
def __init__(self):
super(GRUB2, self).__init__()
self.boot_args.add("$([ -x /usr/sbin/rhcrashkernel-param ] && "\
"/usr/sbin/rhcrashkernel-param || :)")
#self.boot_args.add("$([ -x /usr/sbin/rhcrashkernel-param ] && "\
# "/usr/sbin/rhcrashkernel-param || :)")
# 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