mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
zfsbootmenu: update to 3.0.0.
This commit is contained in:
parent
e9c3eae766
commit
5d79193f1c
3 changed files with 4 additions and 32 deletions
|
@ -1,22 +0,0 @@
|
|||
From 4868300e3295dce16f3672176caf4dad413d1d6d Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Ferm=C3=ADn=20Olaiz?= <fermino@users.noreply.github.com>
|
||||
Date: Tue, 9 Jan 2024 17:59:28 -0300
|
||||
Subject: [PATCH] install-helpers.sh: fix date template syntax
|
||||
|
||||
---
|
||||
zfsbootmenu/install-helpers.sh | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/zfsbootmenu/install-helpers.sh b/zfsbootmenu/install-helpers.sh
|
||||
index 5af273e7d..8eb1ef41c 100644
|
||||
--- a/zfsbootmenu/install-helpers.sh
|
||||
+++ b/zfsbootmenu/install-helpers.sh
|
||||
@@ -262,7 +262,7 @@ install_zbm_osver() {
|
||||
local build_date
|
||||
[ -r "${zfsbootmenu_module_root}/zbm-release" ] || return 0
|
||||
zbm_install_file "${zfsbootmenu_module_root}/zbm-release" "/etc/zbm-release"
|
||||
- if build_date="$(date %Y-%m-%d)"; then
|
||||
+ if build_date="$(date '+%Y-%m-%d')"; then
|
||||
cat >> "${BUILDROOT}/etc/zbm-release" <<-EOF
|
||||
BUILD_ID="${build_date}"
|
||||
EOF
|
|
@ -1,7 +0,0 @@
|
|||
--- 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,9 +1,10 @@
|
|||
# Template file for 'zfsbootmenu'
|
||||
pkgname=zfsbootmenu
|
||||
version=2.3.0
|
||||
revision=3
|
||||
version=3.0.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_target="zbm-release"
|
||||
hostmakedepends="tar"
|
||||
depends="dracut zfs kexec-tools fzf bash pigz mbuffer ncurses
|
||||
perl-Sort-Versions perl-boolean perl-YAML-PP"
|
||||
short_desc="ZFS bootloader for root-on-ZFS systems"
|
||||
|
@ -12,7 +13,7 @@ license="MIT"
|
|||
homepage="https://github.com/zbm-dev/zfsbootmenu"
|
||||
changelog="https://raw.githubusercontent.com/zbm-dev/zfsbootmenu/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/zbm-dev/zfsbootmenu/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=8f103353a1dd0d3ee7338fe8c6bf0dc336217dc85998e27e6829e6cb71a966a0
|
||||
checksum=5b0896a2756ac12947ccbb544c1e31b03aebe61faba74aa2c43eb167af564c1b
|
||||
conf_files="/etc/zfsbootmenu/config.yaml /etc/zfsbootmenu/mkinitcpio.conf"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue