diff options
-rw-r--r-- | skel/.default/kogaion-grub | 2 | ||||
-rw-r--r-- | skel/.default/rogentos-grub | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/skel/.default/kogaion-grub b/skel/.default/kogaion-grub index 4d3b399..caa5281 100644 --- a/skel/.default/kogaion-grub +++ b/skel/.default/kogaion-grub @@ -1,4 +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" +GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} init=/usr/lib/systemd/systemd theme:kogaion radeon.modeset=1 vga=791 console=tty1 quiet keymap=us domdadm docrypt" diff --git a/skel/.default/rogentos-grub b/skel/.default/rogentos-grub deleted file mode 100644 index 65d359a..0000000 --- a/skel/.default/rogentos-grub +++ /dev/null @@ -1,4 +0,0 @@ -# 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:rogentos 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" |