mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-23 15:42:58 +00:00
removed quiet option
This commit is contained in:
parent
0855accbad
commit
ec193169d4
2 changed files with 3 additions and 3 deletions
|
@ -18,10 +18,10 @@ diff -Nur livecd-tools-18.8.orig/imgcreate/live.py livecd-tools-18.8/imgcreate/l
|
|||
r = kickstart.get_kernel_args(self.ks)
|
||||
if os.path.exists(self._instroot + "/usr/bin/rhgb"):
|
||||
- r += " rhgb"
|
||||
+ r += " rhgb quiet vga=788 splash=silent logo.nologo"
|
||||
+ r += " rhgb vga=788 splash=silent logo.nologo"
|
||||
if os.path.exists(self._instroot + "/usr/bin/plymouth"):
|
||||
- r += " rhgb"
|
||||
+ r += " rhgb quiet vga=788 splash=silent logo.nologo"
|
||||
+ r += " rhgb vga=788 splash=silent logo.nologo"
|
||||
return r
|
||||
|
||||
def _get_mkisofs_options(self, isodir):
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
Summary: Tools for building live CDs
|
||||
Name: livecd-tools
|
||||
Version: 18.8
|
||||
Release: 25
|
||||
Release: 26
|
||||
Epoch: 1
|
||||
License: GPLv2
|
||||
Group: System/Base
|
||||
|
|
Loading…
Add table
Reference in a new issue