Restore hostid handling

This was originally performed in commit f18efa1.
This commit is contained in:
Kevin Stolp
2023-01-13 17:36:43 -08:00
parent 97f20df494
commit 603f3d6e1a
3 changed files with 7 additions and 6 deletions

View File

@@ -41,6 +41,7 @@ build() {
[[ -f /etc/zfs/zpool.cache ]] && cp "/etc/zfs/zpool.cache" "${BUILDROOT}/etc/zfs/zpool.cache.org"
[[ -f /etc/modprobe.d/zfs.conf ]] && add_file "/etc/modprobe.d/zfs.conf"
[[ -f /etc/hostid ]] && add_file "/etc/hostid"
[[ -f /etc/fstab ]] && add_file "/etc/fstab"
}