diff options
Diffstat (limited to 'zfs.initcpio.install')
-rw-r--r-- | zfs.initcpio.install | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |