diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-04-21 15:19:44 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-04-21 15:19:44 +0200 |
commit | ee75b6194455826fe285579c4edb39561b01e3de (patch) | |
tree | 9aeafda5b4f2be209d695fb5ae90892938a19286 | |
parent | fa83994cea9101058134f111167121344296811d (diff) | |
download | hrmpf-ee75b6194455826fe285579c4edb39561b01e3de.tar.gz hrmpf-ee75b6194455826fe285579c4edb39561b01e3de.tar.xz hrmpf-ee75b6194455826fe285579c4edb39561b01e3de.zip |
add zfs (without module binaries) v20160421
-rw-r--r-- | data/issue.in | 1 | ||||
-rwxr-xr-x | mkhrmpf.sh | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/data/issue.in b/data/issue.in index fb0daaa..c4afdc2 100644 --- a/data/issue.in +++ b/data/issue.in @@ -22,5 +22,6 @@ sure to configure your network interface and then use: - xbps-install(8) to install/update packages - xbps-query(8) to query for package info + - xbps-reconfigure -a to build ZFS modules Enjoy! diff --git a/mkhrmpf.sh b/mkhrmpf.sh index f7f32a8..23a5e5d 100755 --- a/mkhrmpf.sh +++ b/mkhrmpf.sh @@ -10,4 +10,5 @@ -B extra/mhdd32ver4.6.iso \ -B extra/ipxe.iso \ -B extra/memtest86+-5.01.iso \ - -p "$(grep '^[^#].' hrmpf.packages)" + -p "$(grep '^[^#].' hrmpf.packages)" \ + -U "spl zfs" |