[gnome-ostree] libqa: Append "quiet" and "splash" to default kernel command line



commit 1098029b14e36d6534e40f0e10dd770d2d1d6ce7
Author: Colin Walters <walters verbum org>
Date:   Fri Apr 5 16:38:05 2013 -0400

    libqa: Append "quiet" and "splash" to default kernel command line
    
    So we get plymouth by default.

 src/js/libqa.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/libqa.js b/src/js/libqa.js
index 03c97a6..27e938a 100644
--- a/src/js/libqa.js
+++ b/src/js/libqa.js
@@ -305,7 +305,7 @@ DEFAULT %s\n\
 \n\
 LABEL %s\n\
 \tLINUX /%s\n\
-\tAPPEND root=LABEL=gnostree-root rw ostree=%s/current\n\
+\tAPPEND root=LABEL=gnostree-root rw quiet splash ostree=%s/current\n\
 \tINITRD /%s\n', [osname, osname, bootRelativeKernelPath, osname, bootRelativeInitramfsPath]);
     print('Saving syslinuxconf at ' + syslinuxConfPath.get_path());
     syslinuxConfPath.replace_contents(syslinuxConf, null, false, Gio.FileCreateFlags.REPLACE_DESTINATION, 
cancellable);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]