View | Details | Raw Unified | Return to bug 352020
Collapse All | Expand All

(-)../yast2-bootloader-2.16.3.orig/src/modules/BootArch.ycp (-1 / +1 lines)
Lines 137-143 Link Here
137
	    .target.ycp, "/var/lib/YaST2/bootloader.ycp");
137
	    .target.ycp, "/var/lib/YaST2/bootloader.ycp");
138
	ret = ret + " " + saved_params["additional_failsafe_params"]:"";
138
	ret = ret + " " + saved_params["additional_failsafe_params"]:"";
139
    }
139
    }
140
    ret = ret + " 3";
140
    ret = ret + " x11failsafe";
141
    return ret;
141
    return ret;
142
}
142
}
143
143
(-)../yast2-bootloader-2.16.3.orig/src/modules/BootCommon.ycp (-4 / +1 lines)
Lines 542-551 Link Here
542
    ]);
542
    ]);
543
    if (BootArch::VgaAvailable () && Kernel::GetVgaType () != "")
543
    if (BootArch::VgaAvailable () && Kernel::GetVgaType () != "")
544
    {
544
    {
545
	if (title == "failsafe")
545
	ret["vga"] = Kernel::GetVgaType ();
546
	    ret["vga"] = "normal";
547
	else
548
	    ret["vga"] = Kernel::GetVgaType ();
549
    }
546
    }
550
    if (title == "xen")
547
    if (title == "xen")
551
    {
548
    {

Return to bug 352020