mirror of
https://salsa.debian.org/grub-team/grub.git
synced 2026-01-16 23:13:11 +00:00
debian: Tanglu is a dead distro, drop references to it
This commit is contained in:
parent
1b6512e370
commit
cea4f9b30b
2 changed files with 2 additions and 11 deletions
9
debian/grub.d/05_debian_theme
vendored
9
debian/grub.d/05_debian_theme
vendored
|
|
@ -29,8 +29,8 @@ BACKGROUND_CACHE=".background_cache"
|
|||
|
||||
set_default_theme(){
|
||||
case $GRUB_DISTRIBUTOR in
|
||||
Tanglu|Ubuntu|Kubuntu)
|
||||
# Set a monochromatic theme for Tanglu/Ubuntu.
|
||||
Ubuntu|Kubuntu)
|
||||
# Set a monochromatic theme for Ubuntu.
|
||||
echo "${1}set menu_color_normal=white/black"
|
||||
echo "${1}set menu_color_highlight=black/light-gray"
|
||||
|
||||
|
|
@ -183,11 +183,6 @@ fi
|
|||
case $GRUB_DISTRIBUTOR in
|
||||
Ubuntu|Kubuntu)
|
||||
;;
|
||||
Tanglu)
|
||||
if set_background_image "/usr/share/images/grub/grub.png"; then
|
||||
exit 0
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
if set_background_image "/usr/share/images/desktop-base/desktop-grub.png"; then
|
||||
exit 0
|
||||
|
|
|
|||
4
debian/rules
vendored
4
debian/rules
vendored
|
|
@ -100,10 +100,6 @@ else
|
|||
FLICKER_FREE_BOOT := yes
|
||||
endif
|
||||
confflags += --enable-ubuntu-recovery
|
||||
else ifeq (yes,$(shell dpkg-vendor --derives-from Tanglu && echo yes))
|
||||
DEFAULT_CMDLINE := quiet splash
|
||||
DEFAULT_TIMEOUT := 10
|
||||
FLICKER_FREE_BOOT := yes
|
||||
else
|
||||
DEFAULT_CMDLINE := quiet
|
||||
DEFAULT_TIMEOUT := 5
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue