mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-24 08:02:58 +00:00
Fix typo
This commit is contained in:
parent
8ba9d2d0d8
commit
16d65196d8
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue