Fixed basic graphics mode parameters

This commit is contained in:
Konstantin Vlasov 2014-10-08 14:16:09 +04:00
parent 2d2aecaf99
commit 2e5f36e3c0
2 changed files with 25 additions and 1 deletions

View file

@ -0,0 +1,22 @@
diff --git a/imgcreate/live.py b/imgcreate/live.py
index aba9de9..7678273 100644
--- a/imgcreate/live.py
+++ b/imgcreate/live.py
@@ -622,7 +622,7 @@ menu separator
liveargs = kern_opts,
long = "Install " + long + " in basic graphics mode.",
short = "basic" + index,
- extra = "xdriver=vesa plymouth.enable=0 nokmsboot",
+ extra = "xdriver=vesa plymouth.enable=0 nomodeset vga=792",
help = "Try this option out if you're having trouble installing.",
index = index))
kern_opts = kernel_options
@@ -840,7 +840,7 @@ search --no-floppy --set=root -l '%(isolabel)s'
cfg += self.__get_efi_image_stanza(fslabel = self.fslabel,
liveargs = kernel_options,
long = "Install " + long + " in basic graphics mode",
- extra = "install nomodeset plymouth.enable=0", index = index)
+ extra = "install nomodeset plymouth.enable=0 vga=792", index = index)
break

View file

@ -5,7 +5,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 21.1
Release: 12
Release: 13
Epoch: 1
License: GPLv2
Group: System/Base
@ -26,6 +26,7 @@ Patch9: livecd-tools-21.1.efi.grub.cfg.patch
Patch10: livecd-tools-21.1.pkg.installation.fix.patch
Patch11: livecd-tools-21.1.drop.initramfs.patch
Patch12: livecd-tools-21.1.efi.no.dm.luks.patch
Patch13: livecd-tools-21.1.basic.graphics.mode.fixed.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: python-imgcreate = %{epoch}:%{version}-%{release}
@ -87,6 +88,7 @@ like live image or appliances.
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%build
make