Experimental legacy boot autoinstall

This commit is contained in:
Emmet
2024-02-29 20:48:15 -06:00
parent 4f676b1057
commit e858bfefa2
4 changed files with 13 additions and 4 deletions

View File

@@ -14,6 +14,8 @@
timezone = "America/Chicago"; # select timezone
locale = "en_US.UTF-8"; # select locale
bootMode = "uefi"; # uefi or bios
bootMountPath = "/boot"; # mount path for efi boot partition; only used for uefi boot mode
grubDevice = ""; # device identifier for grub; only used for legacy (bios) boot mode
};
# ----- USER SETTINGS ----- #