mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-23 07:33:00 +00:00
Minor: Fixed typo in isolinux boot menu
This commit is contained in:
parent
33de0d7b76
commit
1b096dd261
4 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
diff --git a/imgcreate/live.py b/imgcreate/live.py
|
||||
index aba9de9..7678273 100644
|
||||
index 6313211..08cf1f1 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.",
|
||||
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",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
diff --git a/imgcreate/live.py b/imgcreate/live.py
|
||||
index 79ce1aa..634088d 100755
|
||||
index 1e1568a..4fb296f 100755
|
||||
--- a/imgcreate/live.py
|
||||
+++ b/imgcreate/live.py
|
||||
@@ -600,7 +600,7 @@ menu separator
|
||||
|
@ -22,7 +22,7 @@ index 79ce1aa..634088d 100755
|
|||
linux.append(self.__get_image_stanza(is_xen, isDracut,
|
||||
@@ -620,9 +620,9 @@ menu separator
|
||||
liveargs = kern_opts,
|
||||
long = "Install " + long + " in basic graphics mode.",
|
||||
long = "Install " + long + " in basic graphics mode",
|
||||
short = "basic" + index,
|
||||
- extra = "xdriver=vesa nokmsboot install",
|
||||
+ extra = "xdriver=vesa plymouth.enable=0 nokmsboot",
|
||||
|
|
|
@ -402,7 +402,7 @@ diff -Nur livecd-tools-21.1.old/imgcreate/live.py livecd-tools-21.1/imgcreate/li
|
|||
+ fslabel = self.fslabel,
|
||||
+ isofstype = "auto",
|
||||
+ liveargs = kern_opts,
|
||||
+ long = "Install " + long + " in basic graphics mode.",
|
||||
+ long = "Install " + long + " in basic graphics mode",
|
||||
+ short = "basic" + index,
|
||||
+ extra = "xdriver=vesa nokmsboot install",
|
||||
+ help = "Try this option out if you're having trouble installing.",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
Summary: Tools for building live CDs
|
||||
Name: livecd-tools
|
||||
Version: 21.1
|
||||
Release: 23
|
||||
Release: 24
|
||||
Epoch: 1
|
||||
License: GPLv2
|
||||
Group: System/Base
|
||||
|
|
Loading…
Add table
Reference in a new issue