mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-18 18:54:03 +00:00
Compare commits
5 Commits
add-script
...
fix/alpine
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e85e18df28 | ||
|
|
8d7a47d393 | ||
|
|
485f47fe90 | ||
|
|
700486308f | ||
|
|
169146e948 |
@@ -545,6 +545,10 @@ 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
|
||||||
@@ -562,7 +566,9 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
|
|||||||
|
|
||||||
### 💾 Core
|
### 💾 Core
|
||||||
|
|
||||||
- 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))
|
- Stop a modified conffile from aborting the whole update [@MickLesk](https://github.com/MickLesk) ([core#47](https://github.com/community-scripts/core/pull/47))
|
||||||
|
- 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
|
||||||
|
|
||||||
|
|||||||
@@ -34,6 +34,10 @@ 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"
|
||||||
@@ -49,7 +53,7 @@ function default_settings() {
|
|||||||
MTU=""
|
MTU=""
|
||||||
START_VM="yes"
|
START_VM="yes"
|
||||||
METHOD="default"
|
METHOD="default"
|
||||||
USE_CLOUD_INIT="yes"
|
echo -e "${CLOUD}${BOLD}${DGN}Cloud-Init: ${BGN}${USE_CLOUD_INIT}${CL}"
|
||||||
vm_echo_default_settings
|
vm_echo_default_settings
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -67,7 +71,6 @@ 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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user