forked from pool/grub2
Accepting request 539804 from home:olh:branches:Base:System
- grub2-xen-pv-firmware.cfg: remove linemode=1 from cmdline for SUSE installer. openQA expects ncurses interface. (bsc#1066919) OBS-URL: https://build.opensuse.org/request/show/539804 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=283
This commit is contained in:
parent
aa3a0e85b0
commit
fcf09913c2
@ -138,15 +138,15 @@ if [ -n "${suse_cddev}" ]; then
|
||||
}
|
||||
elif [ -f "${suse_kern}" -a -f "$suse_initrd" ]; then
|
||||
menuentry "${suse_cddev} SUSE Install" {
|
||||
linux "${suse_kern}" linemode=1 xencons=hvc0
|
||||
linux "${suse_kern}" xencons=hvc0
|
||||
initrd "${suse_initrd}"
|
||||
}
|
||||
menuentry "${suse_cddev} SUSE Rescue" {
|
||||
linux "${suse_kern}" linemode=1 xencons=hvc0 rescue=1
|
||||
linux "${suse_kern}" xencons=hvc0 rescue=1
|
||||
initrd "${suse_initrd}"
|
||||
}
|
||||
menuentry "${suse_cddev} SUSE Upgrade" {
|
||||
linux "${suse_kern}" linemode=1 xencons=hvc0 upgrade=1
|
||||
linux "${suse_kern}" xencons=hvc0 upgrade=1
|
||||
initrd "${suse_initrd}"
|
||||
}
|
||||
else
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 8 09:37:12 UTC 2017 - olaf@aepfle.de
|
||||
|
||||
- grub2-xen-pv-firmware.cfg: remove linemode=1 from cmdline for
|
||||
SUSE installer. openQA expects ncurses interface. (bsc#1066919)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 15:34:03 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user