Marcus Meissner
d25a97433e
- Add 0001-splash-remove-pixel_pixel-in-sprite-lib-when-notifie.patch: fix crash when pixel_display is removed. - Add 0001-device-manager-only-call-ply_terminal_free.patch: fix crash. - Add use-mkinitrd.patch: call mkinitrd -B, not dracut for now, otherwise initramfs is being created by plymouth-update-initrd, not initrd file. - Ensure we don't rebuild initrd twice when updating plymouth. - Ensure default theme is SLE/openSUSE (based on %suse_version) OBS-URL: https://build.opensuse.org/request/show/238080 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=146
9 lines
279 B
Diff
9 lines
279 B
Diff
Index: plymouth-0.9.0/scripts/plymouth-update-initrd
|
|
===================================================================
|
|
--- plymouth-0.9.0.orig/scripts/plymouth-update-initrd
|
|
+++ plymouth-0.9.0/scripts/plymouth-update-initrd
|
|
@@ -1,2 +1,2 @@
|
|
#!/bin/bash
|
|
-dracut -f
|
|
+mkinitrd -B
|