Skip to content

Instantly share code, notes, and snippets.

@Redrield
Created October 28, 2017 00:26
Show Gist options
  • Save Redrield/28c7593a8323f645a04b4832d9f306fc to your computer and use it in GitHub Desktop.
Save Redrield/28c7593a8323f645a04b4832d9f306fc to your computer and use it in GitHub Desktop.
# Written by com.deepin.daemon.Grub2
GRUB_BACKGROUND="/boot/grub/themes/deepin/background.png"
GRUB_CMDLINE_LINUX=""
GRUB_CMDLINE_LINUX_DEFAULT="" #default quiet
GRUB_DEFAULT="0"
GRUB_DISABLE_RECOVERY=true
GRUB_DISTRIBUTOR="`/usr/bin/lsb_release -d -s 2>/dev/null || echo Deepin`"
GRUB_GFXMODE="auto"
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
GRUB_TERMINAL_INPUT=console
GRUB_THEME="/boot/grub/themes/deepin/theme.txt"
GRUB_TIMEOUT="5"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment