Skip to content

Commit

Permalink
fix(plymouth): remove /etc/system-release dependency
Browse files Browse the repository at this point in the history
/etc/*release files should not be managed in the plymouth module
and more importantly dracut assumes /etc/os-release not
/etc/system-release
  • Loading branch information
LaszloGombos authored and johannbg committed Feb 13, 2023
1 parent e3a7112 commit d6cef3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules.d/50plymouth/plymouth-populate-initrd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit d6cef3f

Please sign in to comment.