]> git.pld-linux.org Git - packages/dracut.git/blob - os-release.patch
...and the actual patch
[packages/dracut.git] / os-release.patch
1 --- dracut-047/modules.d/50plymouth/plymouth-populate-initrd.sh.orig    2018-02-19 19:30:07.910250308 +0100
2 +++ dracut-047/modules.d/50plymouth/plymouth-populate-initrd.sh 2018-02-19 19:31:04.133205683 +0100
3 @@ -4,7 +4,7 @@
4  PLYMOUTH_THEME=$(plymouth-set-default-theme)
5  
6  inst_multiple plymouthd plymouth \
7 -    /etc/system-release
8 +    /etc/os-release
9  
10  test -e "${PLYMOUTH_LOGO_FILE}" && inst_simple "${PLYMOUTH_LOGO_FILE}"
11  
This page took 0.023998 seconds and 3 git commands to generate.