Commit Graph

19 Commits

Author SHA1 Message Date
Daniel Ruiz de Alegría cc33178162 Fix optimized png boot background not working 2024-02-02 16:09:15 +01:00
Daniel Ruiz de Alegría 12afae52a3 Optimize boot png assets 2024-01-29 11:56:41 +01:00
Daniel Ruiz de Alegría ffda9308c5 Improve readability of boot menu background 2024-01-29 10:56:35 +01:00
Daniel Ruiz de Alegría 091818c196 Optimize boot menu background 2023-12-15 18:14:40 +01:00
Daniel Ruiz de Alegría 05c254b676 Update boot menu background 2023-12-15 17:17:40 +01:00
Daniel Ruiz de Alegría f26706a668 Grub: make timeout label visible with new background 2023-01-29 11:06:22 +01:00
Daniel Ruiz de Alegría 71df1b95fa Optimize boot images 2023-01-27 23:57:58 +01:00
Daniel Ruiz de Alegría f3ee4e069a New boot background 2023-01-27 23:48:43 +01:00
Daniel Ruiz de Alegría 63f31da43e Grub: use default font 2022-06-23 21:06:43 +02:00
Daniel Ruiz de Alegría e6647bc2cf Remove unused grub font 2022-06-23 20:46:55 +02:00
Daniel Ruiz de Alegría 6c51c02511 Remove duplicated grub background file 2022-01-11 10:51:37 +01:00
Daniel Ruiz de Alegría bd4c16c234 New grub backgrounds 2022-01-11 10:12:51 +01:00
Raphaël Hertzog 59d466ea89 Don't try to copy or create symlinks in /boot
Fixes https://bugs.kali.org/view.php?id=6583
2020-07-20 17:39:44 +02:00
Daniel Ruiz de Alegría 1e09daa057 Use same background for grub theme and desktop-base grub image 2020-06-15 12:50:22 +02:00
Raphaël Hertzog de1fc479c9 Use relative path for the background picture in the grub theme
The absolute path was breaking grub on systems with btrfs subvolumes.
2019-11-14 08:44:37 +01:00
Daniel Ruiz de Alegría b3ed4402f3 Add new grub backgrounds 2019-11-11 09:45:53 +01:00
Daniel Ruiz de Alegría b8c867f84f Fix grub fallback background color 2019-11-07 13:28:23 +01:00
Raphaël Hertzog 80b36e12f4 Instead copy grub theme to /boot during postinst
The goal is to not break ARM images using vfat for /boot while
still providing the theme in /boot so that it can be available
even when /usr/share/ is not available.

Gbp-Dch: Full
2019-11-07 10:32:22 +01:00
Raphaël Hertzog dd596eac9f Move all files installed below /usr/share in the same directory
Also move the grub theme to /usr/share/grub/themes/kali/ as installing
files in /boot/ is problematic on arm where /boot is often a vfat
partition that doesn't support hardlinks as required by dpkg.

Gbp-Dch: Full
2019-11-07 10:32:21 +01:00