Update 1.2.2.2 beta

This commit is contained in:
MacRimi
2026-06-12 19:57:54 +02:00
parent 57f1ebc358
commit 761357b737
2 changed files with 31 additions and 0 deletions

View File

@@ -2197,6 +2197,9 @@ _configure_nvidia_kvm_hide() {
update_initramfs_host() {
msg_info "$(translate 'Updating initramfs (this may take a minute)...')"
update-initramfs -u -k all >>"$LOG_FILE" 2>&1
# Copy the freshly-built initramfs to the EFI System Partition.
# Without this the bootloader keeps using the previous initramfs.
proxmox-boot-tool refresh >>"$LOG_FILE" 2>&1 || true
msg_ok "$(translate 'initramfs updated')" | tee -a "$screen_capture"
}