Compare commits

..

1 Commits

Author SHA1 Message Date
push-app-to-main[bot]
ea769c201f Add almalinux-vm (vm) 2026-09-18 09:45:26 +00:00
2 changed files with 3 additions and 12 deletions

View File

@@ -545,10 +545,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
## 2026-09-18 ## 2026-09-18
### 🆕 New Scripts
- Almalinux-VM ([#17349](https://github.com/community-scripts/ProxmoxVE/pull/17349))
### 🚀 Updated Scripts ### 🚀 Updated Scripts
- #### 🐞 Bug Fixes - #### 🐞 Bug Fixes
@@ -566,9 +562,7 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
### 💾 Core ### 💾 Core
- Stop a modified conffile from aborting the whole update [@MickLesk](https://github.com/MickLesk) ([core#47](https://github.com/community-scripts/core/pull/47)) - github api: retry a 200 that is not a usable release payload [@MickLesk](https://github.com/MickLesk) ([core#45](https://github.com/community-scripts/core/pull/45))
- Generate app headers [@github-actions[bot]](https://github.com/github-actions[bot]) ([core#46](https://github.com/community-scripts/core/pull/46))
- github api: retry a 200 that is not a usable release payload [@MickLesk](https://github.com/MickLesk) ([core#45](https://github.com/community-scripts/core/pull/45))
## 2026-09-17 ## 2026-09-17

View File

@@ -34,10 +34,6 @@ pushd "$TEMP_DIR" >/dev/null
vm_preflight vm_preflight
# The cloud image sets no password, so the only question is which credentials.
CLOUDINIT_REQUIRED=1
vm_prompt_cloud_init "alpine"
function default_settings() { function default_settings() {
VMID=$(get_valid_nextid) VMID=$(get_valid_nextid)
vm_apply_machine_type "q35" vm_apply_machine_type "q35"
@@ -53,7 +49,7 @@ function default_settings() {
MTU="" MTU=""
START_VM="yes" START_VM="yes"
METHOD="default" METHOD="default"
echo -e "${CLOUD}${BOLD}${DGN}Cloud-Init: ${BGN}${USE_CLOUD_INIT}${CL}" USE_CLOUD_INIT="yes"
vm_echo_default_settings vm_echo_default_settings
} }
@@ -71,6 +67,7 @@ function advanced_settings() {
vm_prompt_mac "$GEN_MAC" vm_prompt_mac "$GEN_MAC"
vm_prompt_vlan vm_prompt_vlan
vm_prompt_mtu vm_prompt_mtu
vm_prompt_cloud_init "alpine"
vm_prompt_verbose "no" vm_prompt_verbose "no"
vm_prompt_start_vm "yes" vm_prompt_start_vm "yes"