zfsbootmenu: add a fix for dracut-ng behavior change
This commit is contained in:
parent
f778adcf5e
commit
c5383ca29b
|
@ -0,0 +1,7 @@
|
||||||
|
--- a/etc/zfsbootmenu/dracut.conf.d/zfsbootmenu.conf
|
||||||
|
+++ b/etc/zfsbootmenu/dracut.conf.d/zfsbootmenu.conf
|
||||||
|
@@ -1,3 +1,3 @@
|
||||||
|
nofsck="yes"
|
||||||
|
-add_dracutmodules+=" zfsbootmenu "
|
||||||
|
+add_dracutmodules+=" zfsbootmenu bash "
|
||||||
|
omit_dracutmodules+=" btrfs zfs resume systemd systemd-initrd dracut-systemd plymouth dash "
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'zfsbootmenu'
|
# Template file for 'zfsbootmenu'
|
||||||
pkgname=zfsbootmenu
|
pkgname=zfsbootmenu
|
||||||
version=2.3.0
|
version=2.3.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_target="zbm-release"
|
make_build_target="zbm-release"
|
||||||
depends="dracut zfs kexec-tools fzf bash pigz mbuffer ncurses
|
depends="dracut zfs kexec-tools fzf bash pigz mbuffer ncurses
|
||||||
|
|
Loading…
Reference in New Issue