mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-04-28 04:44:59 +00:00
![]() The recent change of handing the ESPs to proxmox-boot-tool broke
installation on btrfs booted with systemd-boot (currently efi-systems
without secure boot). our systemd-boot config-generation takes the
kernel command line from /etc/kernel/cmdline - without this there is
no root= parameter, and we end up in a initramfs shell.
Write the file unconditionally of boot-mode (legacy, efi,
efi-secureboot), to be consistent with the way we do it on ZFS.
The UUID is stored in a variable instead of running blkid multiple
time primarily to not end up with different versions of a similar
command in the future, at the expense of 3 change-sites which are
quite far apart.
Fixes:
|
||
---|---|---|
.. | ||
Install | ||
Sys | ||
UI | ||
Install.pm | ||
Log.pm | ||
Makefile | ||
Sys.pm | ||
UI.pm |