From f18efa1dc42e700fcca9dd689d3093af14023cf8 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 4 Mar 2019 16:59:44 -0500 Subject: upgpkg: zfs-utils 0.7.13-1 upstream release Restore hostid handling erroneously removed long ago by archzfs -- not enforcing its use by default is reasonable, ignoring it when it is present and explicitly desired by the user, is not reasonable. --- zfs.initcpio.install | 1 + 1 file changed, 1 insertion(+) (limited to 'zfs.initcpio.install') diff --git a/zfs.initcpio.install b/zfs.initcpio.install index d9e128a..589b46b 100644 --- a/zfs.initcpio.install +++ b/zfs.initcpio.install @@ -40,6 +40,7 @@ build() { [[ -f /etc/zfs/zpool.cache ]] && add_file "/etc/zfs/zpool.cache" [[ -f /etc/modprobe.d/zfs.conf ]] && add_file "/etc/modprobe.d/zfs.conf" + [[ -f /etc/hostid ]] && add_file "/etc/hostid" } help() { -- cgit v1.2.1