Renamed post-install scripts to more accurately define when they're to be run
This commit is contained in:
parent
f438cb7c92
commit
ae110e4fda
@ -58,6 +58,6 @@ build {
|
|||||||
sources = ["source.proxmox-iso.almalinux-9"]
|
sources = ["source.proxmox-iso.almalinux-9"]
|
||||||
|
|
||||||
provisioner "shell" {
|
provisioner "shell" {
|
||||||
script = "scripts/rhel-setup.sh"
|
script = "scripts/rhel-install.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -58,6 +58,6 @@ build {
|
|||||||
sources = ["source.proxmox-iso.debian-12"]
|
sources = ["source.proxmox-iso.debian-12"]
|
||||||
|
|
||||||
provisioner "shell" {
|
provisioner "shell" {
|
||||||
script = "scripts/debian-setup.sh"
|
script = "scripts/debian-install.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -54,6 +54,6 @@ build {
|
|||||||
sources = ["source.proxmox-iso.freebsd-14"]
|
sources = ["source.proxmox-iso.freebsd-14"]
|
||||||
|
|
||||||
provisioner "shell" {
|
provisioner "shell" {
|
||||||
script = "scripts/freebsd-setup.sh"
|
script = "scripts/freebsd-install.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -58,6 +58,6 @@ build {
|
|||||||
sources = ["source.proxmox-iso.rocky-9"]
|
sources = ["source.proxmox-iso.rocky-9"]
|
||||||
|
|
||||||
provisioner "shell" {
|
provisioner "shell" {
|
||||||
script = "scripts/rhel-setup.sh"
|
script = "scripts/rhel-install.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -72,6 +72,6 @@ build {
|
|||||||
sources = ["source.proxmox-iso.ubuntu-22"]
|
sources = ["source.proxmox-iso.ubuntu-22"]
|
||||||
|
|
||||||
provisioner "shell" {
|
provisioner "shell" {
|
||||||
script = "scripts/debian-setup.sh"
|
script = "scripts/debian-install.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user