summarylogtreecommitdiffstats
path: root/zfs.initcpio.install
diff options
context:
space:
mode:
authorEli Schwartz2019-03-04 16:59:44 -0500
committerEli Schwartz2019-03-04 16:59:44 -0500
commitf18efa1dc42e700fcca9dd689d3093af14023cf8 (patch)
tree91eb2012f80e5f08ba05f75143ec2e1c2fe62ce4 /zfs.initcpio.install
parent31ab0959f2e9aa0eb1350ac3139dbd82230959b1 (diff)
downloadaur-f18efa1dc42e700fcca9dd689d3093af14023cf8.tar.gz
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.
Diffstat (limited to 'zfs.initcpio.install')
-rw-r--r--zfs.initcpio.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/zfs.initcpio.install b/zfs.initcpio.install
index d9e128a3a624..589b46bee544 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() {