summaryrefslogtreecommitdiff
path: root/pcr/plymouth-legacy/plymouth-update-initrd.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-07-22 16:31:19 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-07-22 16:31:19 -0500
commit15622c361b298f14d57f8099cfa17039568158c4 (patch)
tree4d541b2e221e443ce12718b551d1d306ce813c27 /pcr/plymouth-legacy/plymouth-update-initrd.patch
parent13b1fbad1fdc4c5464ba71c79e3ad7843cfed9b4 (diff)
downloadabslibre-15622c361b298f14d57f8099cfa17039568158c4.tar.gz
abslibre-15622c361b298f14d57f8099cfa17039568158c4.tar.bz2
abslibre-15622c361b298f14d57f8099cfa17039568158c4.zip
Removing plymouth-legacy: Use plymouth-nosystemd instead
Diffstat (limited to 'pcr/plymouth-legacy/plymouth-update-initrd.patch')
-rw-r--r--pcr/plymouth-legacy/plymouth-update-initrd.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/pcr/plymouth-legacy/plymouth-update-initrd.patch b/pcr/plymouth-legacy/plymouth-update-initrd.patch
deleted file mode 100644
index b49feaaa5..000000000
--- a/pcr/plymouth-legacy/plymouth-update-initrd.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -aur plymouth-0.9.0.src/scripts/plymouth-update-initrd plymouth-0.9.0.patch/scripts/plymouth-update-initrd
---- plymouth-0.9.0.src/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,4 @@
- #!/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