Updated debianzfs for Debian 12 (Bookworm)
- Shifted release info to packer variables - Doubled boot_command initial wait to 20s - Renamed Packer source to debian-live - Removed .sh from debianzfs script path - Tweaked comment wording - Replaced hardcoded codename - Used 'ln -fs' for existing /etc/mtab
This commit is contained in:
9
Makefile
9
Makefile
@@ -1,6 +1,13 @@
|
||||
all: debianzfs.qcow2
|
||||
|
||||
debianzfs.qcow2: export PKR_VAR_password = "$(pwgen -s 8 1)"
|
||||
# Generate password
|
||||
debianzfs.qcow2: export PKR_VAR_password="$(pwgen -s 8 1)"
|
||||
|
||||
# Release info
|
||||
debianzfs.qcow2: export PKR_VAR_release=12.0.0
|
||||
debianzfs.qcow2: export PKR_VAR_codename=bookworm
|
||||
debianzfs.qcow2: export PKR_VAR_sha256=fa3960f6f692fc60a43eec4362d60f754b4a246ab64aa662270dd879a946de84
|
||||
|
||||
debianzfs.qcow2:
|
||||
packer build -color=false . | tee debianzfs.log
|
||||
|
||||
|
Reference in New Issue
Block a user