update 1.2.2.2 beta

This commit is contained in:
MacRimi
2026-06-12 20:05:17 +02:00
parent 761357b737
commit 6e1e47d9fd
5 changed files with 12 additions and 1 deletions

View File

@@ -1040,6 +1040,7 @@ switch_to_vm_mode() {
if [[ "$HOST_CONFIG_CHANGED" == "true" ]]; then
msg_info "$(translate 'Updating initramfs (this may take a minute)...')"
update-initramfs -u -k all >>"$LOG_FILE" 2>&1
proxmox-boot-tool refresh >>"$LOG_FILE" 2>&1 || true
msg_ok "$(translate 'initramfs updated')" | tee -a "$screen_capture"
fi
}
@@ -1111,6 +1112,7 @@ switch_to_lxc_mode() {
if [[ "$HOST_CONFIG_CHANGED" == "true" ]]; then
msg_info "$(translate 'Updating initramfs (this may take a minute)...')"
update-initramfs -u -k all >>"$LOG_FILE" 2>&1
proxmox-boot-tool refresh >>"$LOG_FILE" 2>&1 || true
msg_ok "$(translate 'initramfs updated')" | tee -a "$screen_capture"
fi
}