]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(plymouth): remove /etc/system-release dependency
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Wed, 1 Feb 2023 02:20:23 +0000 (02:20 +0000)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Mon, 13 Feb 2023 11:18:58 +0000 (11:18 +0000)
/etc/*release files should not be managed in the plymouth module
and more importantly dracut assumes /etc/os-release not
/etc/system-release

modules.d/50plymouth/plymouth-populate-initrd.sh

index e36ed521d6beef8e1281f6c8ad9875a64b81dd5e..7e3afdd8ae107a2ed20c21fb3fa112d8cea23420 100755 (executable)
@@ -3,8 +3,7 @@
 PLYMOUTH_LOGO_FILE="/usr/share/pixmaps/system-logo-white.png"
 PLYMOUTH_THEME=$(plymouth-set-default-theme)
 
-inst_multiple plymouthd plymouth \
-    /etc/system-release
+inst_multiple plymouthd plymouth
 
 test -e "${PLYMOUTH_LOGO_FILE}" && inst_simple "${PLYMOUTH_LOGO_FILE}"