This commit is contained in:
Mikhail Novosyolov 2020-05-28 15:11:09 +03:00
parent 8ba9d2d0d8
commit 16d65196d8
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
From fa114eb14088a69a5c646f7fb8918bdac3816db8 Mon Sep 17 00:00:00 2001
From cf8fde7dd772cbe13cf232098314d04416f8a3de Mon Sep 17 00:00:00 2001
From: Mikhail Novosyolov <m.novosyolov@rosalinux.ru>
Date: Thu, 28 May 2020 14:51:06 +0300
Subject: [PATCH] Add start up in basic graphics mode without plymouth, move
@ -9,7 +9,7 @@ Subject: [PATCH] Add start up in basic graphics mode without plymouth, move
1 file changed, 8 insertions(+), 12 deletions(-)
diff --git a/imgcreate/live.py b/imgcreate/live.py
index 181353c..265c500 100644
index 181353c..6226440 100644
--- a/imgcreate/live.py
+++ b/imgcreate/live.py
@@ -747,7 +747,7 @@ menu end
@ -43,7 +43,7 @@ index 181353c..265c500 100644
- long = "Install " + long + " in basic graphics mode",
- extra = "install nomodeset plymouth.enable=0", index = index)
-
+ long = "Start " + long " in basic graphics mode",
+ long = "Start " + long + "in basic graphics mode",
+ extra = "nomodeset plymouth.enable=0", index = index)
+ cfg += """menuentry 'Boot from local drive' {
+ reboot

View file

@ -10,7 +10,7 @@ Name: livecd-tools
Summary: Tools for building live CDs
Epoch: 1
Version: 27.1
Release: 9
Release: 10
License: GPLv2
Group: System/Base
URL: https://github.com/livecd-tools/livecd-tools