grub devices now

This commit is contained in:
2025-10-09 10:01:09 +02:00
parent c2563b0521
commit 24667d777e

View File

@@ -8,7 +8,7 @@
boot.loader.grub.efiSupport = true;
# location at install time. Since the drive is a USB drive this is expcected to change on each device
boot.loader.grub.device = "/dev/sdb";
boot.loader.grub.devices = ["/dev/sdb"];
boot.loader.grub.efiInstallAsRemovable = true;
boot.loader.systemd-boot.enable = false;