about summary refs log tree commit diff
path: root/mkhrmpf.sh
blob: 90a43621b027271df3edbe4df50cf34296a136a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh

# Create an empty zpool.cache to prevent importing at boot
mkdir -p hrmpf-include/etc/zfs
: > hrmpf-include/etc/zfs/zpool.cache

./mklive.sh \
	-T "hrmpf live/rescue system" \
	-C "loglevel=6 printk.time=1 consoleblank=0 net.ifnames=0" \
	-r http://alpha.de.repo.voidlinux.org/current \
	-r http://alpha.de.repo.voidlinux.org/current/nonfree \
	-S 2048 \
	-s "xz -Xbcj x86" \
	-B extra/balder10.img \
	-B extra/mhdd32ver4.6.iso \
	-B extra/ipxe.iso \
	-B extra/memtest86+-5.01.iso \
	-B extra/grub2.iso \
	-p "$(grep '^[^#].' hrmpf.packages)" \
	-A "gawk tnftp inetutils-hostname libressl-netcat dash vim-common" \
	-I hrmpf-include \