Install Debian 11 on OpenZFS via live session

This commit is contained in:
2022-10-04 03:10:43 -04:00
commit 3fffb1c169
7 changed files with 373 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
all: debianzfs.qcow2
debianzfs.qcow2: export PKR_VAR_password = "$(pwgen -s 8 1)"
debianzfs.qcow2:
packer build -color=false . | tee debianzfs.log
clean:
rm -rf output debianzfs.log