diff options
Diffstat (limited to 'skel/.default')
-rw-r--r-- | skel/.default/grub | 4 | ||||
-rw-r--r-- | skel/.default/kogaion-grub | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/skel/.default/grub b/skel/.default/grub index 7742b67..fb7a30c 100644 --- a/skel/.default/grub +++ b/skel/.default/grub @@ -41,11 +41,11 @@ GRUB_COLOR_NORMAL="white/black" # Boot menu option "highlight" color GRUB_COLOR_HIGHLIGHT="magenta/black" -if [ -f "/etc/default/rogentos-grub" ]; then +if [ -f "/etc/default/kogaion-grub" ]; then # this file is placed by the Rogentos Installer and contains # custom GRUB_CMDLINE_LINUX parameters created at install # time. - source /etc/default/rogentos-grub + source /etc/default/kogaion-grub fi # DO NOT REMOVE THIS IF YOUR GRUB_CMDLINE_LINUX IS EMPTY (BACKWARD COMPAT) diff --git a/skel/.default/kogaion-grub b/skel/.default/kogaion-grub new file mode 100644 index 0000000..4d3b399 --- /dev/null +++ b/skel/.default/kogaion-grub @@ -0,0 +1,4 @@ +# this file has been added by the Anaconda Installer +# containing default installer bootloader arguments. +# DO NOT EDIT NOR REMOVE THIS FILE DIRECTLY !!! +GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} init=/linuxrc splash=silent,theme:kogaion radeon.modeset=1 vga=791 console=tty1 quiet dokeymap keymap=us domdadm resume=swap:UUID=c0db7458-2377-4e65-94f0-99eae86aa181 real_resume=UUID=c0db7458-2377-4e65-94f0-99eae86aa181 root=UUID=a7721f96-aa6b-4c16-85e9-afee2163de8c docrypt" |