Commit Graph

34 Commits

Author SHA1 Message Date
Steve McIntyre
9ac23eb6ab Fix typos in /etc/grub.d/05_debian_theme. Closes: #959484 2020-05-03 01:10:13 +01:00
Didier Roche
b92ffd6c3c Use new plymouth theme path to set grub theme configuration. 2016-01-04 12:40:25 +00:00
Jon Severinsson
55409bb1a8 Add Tanglu support.
As in Debian except:
- Enable splash screen by default (as Ubuntu)
- Enable quiet and quick boot (as Ubuntu)
- Enable the grub-common init script (as Ubuntu)
- Enable dynamic gfxpayload (as Ubuntu)
- Enable vt handover (as Ubuntu)
- Use monochromatic theme by default (as Ubuntu)
- Use Tanglu GRUB wallpaper by default.
2014-03-28 16:25:55 +00:00
Colin Watson
4c8b510c70 * Merge from Ubuntu:
- Treat Kubuntu as an alias for Ubuntu in GRUB_DISTRIBUTOR (Harald
    Sitter).
2013-08-12 14:23:13 +02:00
Colin Watson
de99029fea Set a monochromatic theme and an appropriate background for Ubuntu. 2013-01-29 05:45:59 +00:00
Colin Watson
21a37187f5 Stop using the /usr/share/images/desktop-base/desktop-grub.png
alternative as the fallback background if GRUB_DISTRIBUTOR is "Ubuntu".
2013-01-29 05:31:42 +00:00
Colin Watson
bf65e3915d Bodge 05_debian_theme to make the module availability check work again with modules in /boot/grub/$target. 2012-09-06 12:46:46 +01:00
Colin Watson
ec7f8045e4 GRUB_PREFIX has been removed; hardcode /boot/grub in 05_debian_theme instead. 2012-09-06 10:46:27 +01:00
Colin Watson
07961878d4 debian/grub.d/05_debian_theme: Source grub-mkconfig_lib from
/usr/share/grub, not the /usr/lib/grub compatibility link.
2012-09-04 18:25:44 +01:00
Colin Watson
26aeb6ba8f copy-edit 2011-01-17 13:29:58 +00:00
Colin Watson
729819328c * 05_debian_theme:
- If we find a background image and no colours were specified, use
    upstream defaults for color_normal and color_highlight rather than
    setting color_normal to black/black.
  - Make the code more readable by replacing code for handling
    alternatives.
  - Make the code for searching for pictures in /boot/grub more readable
    and robust (for example against newlines in the filename).
  - Don't try the other alternatives when $GRUB_BACKGROUND is set; you can
    now add GRUB_BACKGROUND= to /etc/default/grub to force no background
    image (closes: #608263).
2011-01-17 13:26:31 +00:00
Colin Watson
a21983f718 If 05_debian_theme finds a background image and no colours were
specified, then leave color_normal and color_highlight set to the
upstream default; previously we set the former to black text on a black
background, which was not very useful.
2011-01-17 12:29:40 +00:00
Colin Watson
cc7df6949e Incorporate rewritten 05_debian_theme by Alexander Kurtz, which works
when /usr is inaccessible by GRUB (closes: #605705).
2010-12-18 13:36:56 +00:00
Mario 'BitKoenig' Holbe
92f03372c0 Update /etc/grub.d/05_debian_theme to handle multiple entries in
GRUB_TERMINAL_OUTPUT (closes: #589322).
2010-07-16 18:47:57 +01:00
Colin Watson
6f6cceaa7c Make /etc/grub.d/05_debian_theme usable by shells other than bash
(thanks, Alex Chiang; closes: #585561).
2010-06-12 11:08:49 +01:00
Robert Millan
a6d882e9f0 * grub.d/05_debian_theme: Make output string distro-agnostic. 2009-11-29 03:13:47 +00:00
rmh
f95f0bfaaa - Same grub-mkrescue for grub-pc and grub-coreboot, used by
grub-rescue-pc during postinst now.
2009-11-14 21:25:41 +00:00
rmh
ea351c2edb Adjust grub_background.sh path, per request of desktop-base maintainer 2009-10-25 19:07:29 +00:00
rmh
9b7babfccb * grub.d/05_debian_theme: Attempt to source grub_background.sh from
desktop-base (Needed for #495282, #495616, #500134, see also
    #550984).
2009-10-25 13:05:17 +00:00
fzielcke-guest
c474f73448 update 05_debian_theme to check if GRUB_TERMINAL_OUTPUT=gfxterm instead of GRUB_TERMINAL 2008-11-14 14:58:57 +00:00
fzielcke-guest
f8df8c0ee2 * Update 05_debian_theme to use new grub-mkconfig_lib instead of the
deprecated update-grub_lib.
2008-11-14 13:03:22 +00:00
fzielcke-guest
2ee0622b8e * Update to new debian theme.
- grub-pc.postinst: Switch to moreblue-orbit-grub.png.
    - grub.d/05_debian_theme: Likewise.
2008-11-11 10:28:17 +00:00
rmh
9ba90eebf9 - Call prepare_grub_to_access_device() before accessing devices, never
afterwards.  (Closes: #487198)
2008-06-21 13:54:18 +00:00
rmh
a6d5d3d78a grub.d/05_debian_theme: Prefer /boot/grub over /usr for image loading, since chances are it's less LVMed. 2008-06-19 12:24:44 +00:00
rmh
3b85b96664 Adjust grub.d/05_debian_theme to use the new UUID-compatible API. 2008-05-30 15:13:43 +00:00
rmh
5909d47a84 * grub.d/05_debian_theme: Only setup background image when a reader for it
is present in /boot/grub.  (Closes: #467111)
2008-02-24 15:13:18 +00:00
rmh
075397d802 * Add a hack to support gfxterm / background_image on systems where /usr
isn't accessible.  (Closes: #464911, #463144)
    - grub-pc.postinst
    - grub.d/05_debian_theme
2008-02-13 13:52:58 +00:00
rmh
d17777a7b9 - Detect/Enable PNG background when it is present. 2008-02-03 15:19:06 +00:00
rmh
22065e0884 grub.d/05_debian_theme: Add runtime error detection. 2008-02-03 14:48:17 +00:00
rmh
34655c0a19 * New CVS snapshot. 2008-01-24 16:59:33 +00:00
rmh
d21c66cf58 * grub.d/05_debian_theme: Enable swirlish beauty. 2008-01-19 12:44:36 +00:00
rmh
bdf4c68642 Disable background stuff untill desktop-base is fixed. 2008-01-16 14:02:09 +00:00
rmh
7d688df9cc * grub.d/05_debian_theme: Start using the new background provided by
desktop-base.
2008-01-14 12:10:53 +00:00
rmh
75df10217f - patches/menu_color.diff: Remove. Made obsolete by menu_color_highlight' variables. Add/install grub.d/05_debian_theme
to make use of them.
2008-01-05 17:53:55 +00:00