diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-11-29 11:46:41 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-11-29 11:46:41 +0000 |
commit | 52953ad1ef6850a93ec433cfcd38810433e11a8a (patch) | |
tree | 5c96a8a77dc18378ffd651798ad4604194d560ad /sys-boot/grub/files/grub2-default-1.99 | |
parent | f99e4460b0bd3b9372f57482547e287f12ba6418 (diff) |
drop our grub, use gentoo one
Diffstat (limited to 'sys-boot/grub/files/grub2-default-1.99')
-rw-r--r-- | sys-boot/grub/files/grub2-default-1.99 | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/sys-boot/grub/files/grub2-default-1.99 b/sys-boot/grub/files/grub2-default-1.99 deleted file mode 100644 index 78a9f2a3..00000000 --- a/sys-boot/grub/files/grub2-default-1.99 +++ /dev/null @@ -1,49 +0,0 @@ -# /etc/default/grub -# If you change this file, run 'grub-mkconfig -o /boot/grub/grub.cfg' afterwards to update -# /boot/grub/grub.cfg. - -GRUB_DEFAULT=saved -GRUB_DISTRIBUTOR="RogentOS" -GRUB_HIDDEN_TIMEOUT=0 -GRUB_HIDDEN_TIMEOUT_QUIET=true -GRUB_TIMEOUT=5 -GRUB_DISABLE_LINUX_UUID=true - -# Add your extra parameters here below -# Dear user, put your boot flags here ;-) -GRUB_CMDLINE_LINUX_DEFAULT="" -# ATTENTION ATTENTION ATTENTION -# DO NOT EDIT THIS MANUALLY NOR SET IT TO EMPTY IF IT'S ALREADY FILLED WITH -# SOMETHING (DONE BY THE INSTALLER). REALLY, DON'T ! -GRUB_CMDLINE_LINUX="" -# ATTENTION ATTENTION ATTENTION - -# Uncomment to disable graphical terminal (grub-pc only) -# GRUB_TERMINAL=console - -# The resolution used on graphical terminal -# note that you can use only modes which your graphic card supports via VBE -# you can see them in real GRUB with the command `vbeinfo' -GRUB_GFXMODE=1024x768 - -# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux -#GRUB_DISABLE_LINUX_UUID=true - -# Uncomment to disable generation of recovery mode menu entrys -# GRUB_DISABLE_LINUX_RECOVERY="false" - -# Default wallpaper image path -GRUB_WALLPAPER="/boot/grub/default-splash.png" - -# Boot menu option normal color -GRUB_COLOR_NORMAL="white/black" - -# Boot menu option "highlight" color -GRUB_COLOR_HIGHLIGHT="magenta/black" - -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. - . /etc/default/kogaion-grub -fi |