Switch from BIOS and GRUB to UEFI and systemd-boot for Proxmox VMs
This commit is contained in:
parent
5bfa655d3e
commit
c427ff934a
3 changed files with 17 additions and 8 deletions
|
@ -12,6 +12,11 @@
|
|||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot" = {
|
||||
device = "/dev/disk/by-label/ESP";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
# Not specified here:
|
||||
# - swapDevices
|
||||
# If needed, manually specify it elsewhere.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue