plymouth fix
This commit is contained in:
@@ -22,19 +22,20 @@ def setup():
|
||||
# The end-start colors seems to be used by the two-step plugin
|
||||
# Disable nouveau drm renderer as it causes hangs when starting X server
|
||||
autotools.configure("--enable-tracing \
|
||||
--enable-static \
|
||||
--enable-pango \
|
||||
--with-logo=%s \
|
||||
--with-release-file=/etc/pisilinux-release \
|
||||
--with-background-color=0x000000 \
|
||||
--with-background-end-color-stop=0x000000 \
|
||||
--with-background-start-color-stop=0x000000 \
|
||||
--with-system-root-install \
|
||||
--with-boot-tty=/dev/tty7 \
|
||||
--with-boot-tty=/dev/tty1 \
|
||||
--with-shutdown-tty=/dev/tty1 \
|
||||
--with-log-viewer \
|
||||
--disable-libdrm_nouveau \
|
||||
--disable-tests \
|
||||
--disable-static \
|
||||
--enable-gdm-transition \
|
||||
--disable-silent-rules \
|
||||
--disable-systemd-integration \
|
||||
--disable-gdm-transition \
|
||||
--without-log-viewer \
|
||||
--without-rhgb-compat-link" % LOGO_FILE)
|
||||
|
||||
def build():
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
Author: Daniel Baumann <mail@daniel-baumann.ch>
|
||||
Description: Setting no delay for fast booting machines (Closes: #752746).
|
||||
|
||||
Index: plymouth-0.8.8/src/plymouthd.defaults
|
||||
===================================================================
|
||||
--- plymouth-0.8.8.orig/src/plymouthd.conf
|
||||
+++ plymouth-0.8.8/src/plymouthd.conf
|
||||
@@ -1,3 +1,4 @@
|
||||
# Administrator customizations go in this file
|
||||
#[Daemon]
|
||||
#Theme=fade-in
|
||||
+#ShowDelay=0
|
||||
Index: plymouth-0.8.8/src/plymouthd.defaults
|
||||
===================================================================
|
||||
--- plymouth-0.8.8.orig/src/plymouthd.defaults
|
||||
+++ plymouth-0.8.8/src/plymouthd.defaults
|
||||
@@ -2,3 +2,4 @@
|
||||
# upgrades.
|
||||
[Daemon]
|
||||
Theme=spinner
|
||||
+ShowDelay=0
|
||||
@@ -13,12 +13,13 @@
|
||||
+#Theme=pisilinux
|
||||
--- plymouth-0.8.8/src/plymouthd.defaults 2012-10-26 18:01:45.000000000 +0300
|
||||
+++ plymouth-0.8.8-esk/src/plymouthd.defaults 2013-01-15 05:06:37.681404525 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
@@ -1,5 +1,5 @@
|
||||
# Distribution defaults. Changes to this file will get overwritten during
|
||||
# upgrades.
|
||||
[Daemon]
|
||||
-Theme=spinner
|
||||
+Theme=pisilinux
|
||||
ShowDelay=0
|
||||
--- plymouth-0.8.8/configure.ac 2012-10-26 18:01:45.000000000 +0300
|
||||
+++ plymouth-0.8.8-esk/configure.ac 2013-01-15 05:08:54.923399773 +0200
|
||||
@@ -451,6 +451,7 @@
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
diff -aur plymouth-0.9.0.src/scripts/plymouth-update-initrd plymouth-0.9.0.patch/scripts/plymouth-update-initrd
|
||||
--- plymouth-0.9.0.scripts/plymouth-update-initrd 2014-01-16 08:14:47.000000000 +1100
|
||||
+++ plymouth-0.9.0.patch/scripts/plymouth-update-initrd 2014-05-21 19:04:16.802594001 +1000
|
||||
@@ -1,2 +1,5 @@
|
||||
#!/bin/bash
|
||||
mkinitrd -f /boot/initrd-$(uname -r).img $(uname -r)
|
||||
+find /etc/mkinitcpio.d/ -name \*.preset -a \! -name example.preset | while read p; do
|
||||
+ mkinitcpio -p $p
|
||||
+done
|
||||
Reference in New Issue
Block a user