]> git.pld-linux.org Git - packages/dracut.git/blob - os-release.patch
f7b061dbe598f4a0fa4bec1ccdc66c269a379482
[packages/dracut.git] / os-release.patch
1 --- dracut-018/modules.d/50plymouth/plymouth-populate-initrd.sh~        2012-04-05 13:54:38.000000000 +0200
2 +++ dracut-018/modules.d/50plymouth/plymouth-populate-initrd.sh 2012-04-27 13:04:05.676319178 +0200
3 @@ -7,7 +7,7 @@
4  inst /sbin/plymouthd /bin/plymouthd
5  dracut_install /bin/plymouth \
6      "${PLYMOUTH_LOGO_FILE}" \
7 -    /etc/system-release
8 +    /etc/os-release
9  
10  mkdir -m 0755 -p "${initdir}/usr/share/plymouth"
11  
12 --- dracut-044/modules.d/99base/module-setup.sh 2015-11-25 15:22:28.000000000 +0200
13 +++ dracut-044/modules.d/99base/module-setup.sh 2016-04-27 13:06:21.324369221 +0300
14 @@ -77,6 +77,7 @@
15      VERSION_ID=$DRACUT_VERSION
16      ANSI_COLOR="0;34"
17  
18 +    [ -e "${initdir}/usr/lib" ] || mkdir -m 0755 -p ${initdir}/usr/lib
19      {
20          echo NAME=\"$NAME\"
21          echo VERSION=\"$VERSION\"
This page took 0.042638 seconds and 2 git commands to generate.