Refactor Packer configuration for Debian 13 Trixie and add preseed file for automated installation
This commit is contained in:
parent
59840b928f
commit
d73702215d
2 changed files with 111 additions and 111 deletions
2
debian/13-trixie/debian-trixie.pkr.hcl
vendored
2
debian/13-trixie/debian-trixie.pkr.hcl
vendored
|
|
@ -74,7 +74,7 @@ source "proxmox-iso" "debian-13-trixie" {
|
||||||
boot_command = [
|
boot_command = [
|
||||||
"<wait3>c<wait3>",
|
"<wait3>c<wait3>",
|
||||||
"linux /install.amd/vmlinuz auto-install/enable=true priority=critical ",
|
"linux /install.amd/vmlinuz auto-install/enable=true priority=critical ",
|
||||||
"DEBIAN_FRONTEND=text preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ks.cfg noprompt<enter>",
|
"DEBIAN_FRONTEND=text preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg noprompt<enter>",
|
||||||
"initrd /install.amd/initrd.gz<enter>",
|
"initrd /install.amd/initrd.gz<enter>",
|
||||||
"DEBCONF_DEBUG=5<enter>",
|
"DEBCONF_DEBUG=5<enter>",
|
||||||
"boot<enter>"
|
"boot<enter>"
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ popularity-contest popularity-contest/participate boolean false
|
||||||
|
|
||||||
### Mirror settings
|
### Mirror settings
|
||||||
d-i mirror/country string manual
|
d-i mirror/country string manual
|
||||||
d-i mirror/http/hostname string http.us.debian.org
|
d-i mirror/http/hostname string ftp.de.debian.org
|
||||||
d-i mirror/http/directory string /debian
|
d-i mirror/http/directory string /debian
|
||||||
d-i mirror/http/proxy string
|
d-i mirror/http/proxy string
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue