]> git.pld-linux.org Git - packages/dracut.git/commitdiff
- really force bash to be installed as /bin/sh, rel 4 auto/th/dracut-055-4
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 30 Oct 2021 21:59:56 +0000 (23:59 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 30 Oct 2021 21:59:56 +0000 (23:59 +0200)
bash.patch
dracut.spec

index e51aae72ffeb43ca5e1a62492daba7087e772512..4c56e4da9b70e9a9b8b1bbea21d4c09d1847392b 100644 (file)
@@ -1,5 +1,14 @@
 --- dracut-055/modules.d/00bash/module-setup.sh~       2021-05-27 14:34:19.000000000 +0200
 +++ dracut-055/modules.d/00bash/module-setup.sh        2021-10-30 23:03:00.931687353 +0200
+@@ -9,7 +9,7 @@
+     require_binaries bash || return 1
+     # Return 255 to only include the module, if another module requires it.
+-    return 255
++    return 0
+ }
 @@ -27,6 +27,6 @@
      inst /bin/bash
  
index 4384e98bca109e25b92585a475e289f47f9bcd33..824aecbbee58ce95898568081a3f59b7f415e36c 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Initramfs generator using udev
 Summary(pl.UTF-8):     Generator initramfs wykorzystujący udev
 Name:          dracut
 Version:       055
-Release:       3
+Release:       4
 License:       GPL v2+
 Group:         Base
 Source0:       https://www.kernel.org/pub/linux/utils/boot/dracut/%{name}-%{version}.tar.xz
This page took 0.037867 seconds and 4 git commands to generate.