diff --git a/archiso/airootfs/etc/default/grub b/archiso/airootfs/etc/default/grub index 078ce88..a0dff70 100644 --- a/archiso/airootfs/etc/default/grub +++ b/archiso/airootfs/etc/default/grub @@ -2,9 +2,9 @@ GRUB_DEFAULT=0 GRUB_TIMEOUT=5 -GRUB_DISTRIBUTOR="Arch" +GRUB_DISTRIBUTOR="Snigdha" GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet audit=0 nvme_load=yes zswap.enabled=0 fbcon=nodefer nowatchdog" -GRUB_CMDLINE_LINUX="" +GRUB_CMDLINE_LINUX="zswap.enabled=0 rootfstype=btrfs" # Preload both GPT and MBR modules so that they are not missed GRUB_PRELOAD_MODULES="part_gpt part_msdos" @@ -14,7 +14,7 @@ GRUB_PRELOAD_MODULES="part_gpt part_msdos" # Set to 'countdown' or 'hidden' to change timeout behavior, # press ESC key to display menu. -# GRUB_TIMEOUT_STYLE=menu +GRUB_TIMEOUT_STYLE=menu # Uncomment to use basic console GRUB_TERMINAL_INPUT=console @@ -44,7 +44,7 @@ GRUB_DISABLE_RECOVERY=true # Uncomment one of them for the gfx desired, a image background or a gfxtheme #GRUB_BACKGROUND="/path/to/wallpaper" -#GRUB_THEME="/path/to/gfxtheme" +GRUB_THEME="/usr/share/grub/themes/snigdhaos-grub-theme/theme.txt" # Uncomment to get a beep at GRUB start #GRUB_INIT_TUNE="480 440 1" @@ -60,4 +60,4 @@ GRUB_DISABLE_RECOVERY=true # documentation on GRUB_DISABLE_OS_PROBER, if still want to enable this # functionality install os-prober and uncomment to detect and include other # operating systems. -GRUB_DISABLE_OS_PROBER=false +#GRUB_DISABLE_OS_PROBER=false