System configuration and remove boot parameters

This commit is contained in:
Sravan Balaji
2024-03-23 14:27:52 -04:00
parent aa0322a18a
commit 4b46d84b21
3 changed files with 386 additions and 7 deletions

View File

@@ -21,9 +21,6 @@
profile = "personal"; # Select a profile defined from profiles directory
timezone = "America/New_York"; # Time Zone
locale = "en_US.UTF-8"; # 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 --- #