mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
zfsbootmenu: add a fix for dracut-ng behavior change
This commit is contained in:
parent
f778adcf5e
commit
c5383ca29b
2 changed files with 8 additions and 1 deletions
7
srcpkgs/zfsbootmenu/patches/dracut-config.patch
Normal file
7
srcpkgs/zfsbootmenu/patches/dracut-config.patch
Normal file
|
@ -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…
Add table
Reference in a new issue