Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix chvt deadlock in speedboot mode (Mdv bug #49946) | Frederic Crozat | 2009-04-21 | 1 | -1/+1 |
| | |||||
* | fix display garbaged chinese font on startup (#35465) | Thierry Vignaud | 2009-04-17 | 1 | -0/+1 |
| | |||||
* | - Hide splashy startup message | Frederic Crozat | 2009-03-30 | 1 | -2/+2 |
| | |||||
* | - Ensure no error is displayed at shutdown when /proc is unmounted | Frederic Crozat | 2009-03-30 | 1 | -3/+3 |
| | |||||
* | - Release 3.2.23 : | Frederic Crozat | 2009-03-30 | 1 | -4/+4 |
| | | | | | | - Replace ping call for splashy with test instead of repaint - Redirect stderr for all splashy_update calls to /dev/null | ||||
* | - Release 3.2.22 : | Frederic Crozat | 2009-03-27 | 1 | -2/+2 |
| | | | | | - Redirect splashy_update repaint error message to null, since it is used to ping splashy | ||||
* | - Release 3.2.21 : | Frederic Crozat | 2009-03-25 | 1 | -4/+9 |
| | | | | | - ensure shutdown text is visible when using splashy | ||||
* | - Update font name / path | Frederic Crozat | 2009-03-24 | 1 | -11/+11 |
| | |||||
* | - Release 3.2.19 | Frederic Crozat | 2009-02-10 | 1 | -2/+2 |
| | | | | | - really fix changing splash theme | ||||
* | - Release 3.2.18 : | Frederic Crozat | 2009-02-06 | 1 | -3/+3 |
| | | | | | - fix location of splashy themes | ||||
* | fix clearing tty8 and switching to tty1 when splashy has been stopped | Olivier Blin | 2008-09-23 | 1 | -5/+3 |
| | |||||
* | set DURING_MAKE_BOOTSPLASH variable when calling splashy_config | Olivier Blin | 2008-08-27 | 1 | -1/+1 |
| | |||||
* | do not warn about missing /proc/splash if in splashy mode (#42459) | Olivier Blin | 2008-08-05 | 1 | -1/+3 |
| | |||||
* | check harder if splash is disabled | Olivier Blin | 2008-07-29 | 1 | -1/+1 |
| | |||||
* | add support for splashy themes inclusion in ext2 initrd (used by One build ↵ | Olivier Blin | 2008-07-25 | 1 | -1/+15 |
| | | | | process) | ||||
* | add splashy theme files if splashy is available | Olivier Blin | 2008-07-24 | 1 | -2/+6 |
| | |||||
* | set splashy theme when building bootsplash | Olivier Blin | 2008-07-24 | 1 | -0/+4 |
| | |||||
* | initial splashy support | Olivier Blin | 2008-07-23 | 1 | -1/+47 |
| | |||||
* | wrap with some bootsplash tests | Olivier Blin | 2008-07-23 | 1 | -6/+10 |
| | |||||
* | space fixes | Olivier Blin | 2008-07-23 | 1 | -8/+8 |
| | |||||
* | use splash_rc variable set by initsplash | Olivier Blin | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | remove useless check, /proc/splash is already tested long before | Olivier Blin | 2008-07-23 | 1 | -4/+2 |
| | |||||
* | add some wrappers around bootsplash-specific parts (to prepare splashy support) | Olivier Blin | 2008-07-23 | 1 | -10/+24 |
| | |||||
* | do not check that splash is on, initsplash from initscripts already does that | Olivier Blin | 2008-07-23 | 1 | -2/+0 |
| | |||||
* | uming fits well against current theme | Funda Wang | 2007-08-25 | 1 | -1/+0 |
| | |||||
* | - Revert last commit (see bugzilla tickets #27663 and #30715). | Herton Ronaldo Krzesinski | 2007-05-09 | 1 | -6/+0 |
| | |||||
* | fix shutdown message only in english, used patch from Flavio Bruno | Herton Ronaldo Krzesinski | 2007-05-09 | 1 | -0/+6 |
| | | | | | Leitner, reported on #27663 | ||||
* | do call update when switching theme | Pascal Rigaux | 2007-03-15 | 1 | -0/+1 |
| | | | | | | (i wonder why it's not already done. i need it to be done before grub_switch_themes) | ||||
* | - use /usr/sbin/grub-gfxmenu to update grub gfxboot | Pascal Rigaux | 2007-03-15 | 1 | -16/+6 |
| | | | | | | - create a symlink /usr/share/gfxboot/themes/current (to be used by grub-gfxmenu) | ||||
* | switch-themes: handle /boot/gfxmenu for grub | Pascal Rigaux | 2007-03-15 | 1 | -8/+14 |
| | |||||
* | make cpio quiet | Pascal Rigaux | 2007-03-13 | 1 | -1/+1 |
| | |||||
* | use hibernate config files if present for suspend | Olivier Blin | 2007-03-05 | 1 | -1/+1 |
| | |||||
* | use cpio-filter to remove bootsplash from initrd without being root | Pascal Rigaux | 2007-03-01 | 1 | -8/+3 |
| | | | | | (removing a file using cpio implies "cpio -i" then "cpio -o", but devices can't be created as non-root) | ||||
* | japanese font is umeplus-gothic, not sazanami-gothic (#28866) | Pascal Rigaux | 2007-03-01 | 1 | -2/+2 |
| | |||||
* | ttf fonts are in /usr/share/fonts/TTF instead of /usr/share/fonts/ttf | Pascal Rigaux | 2007-03-01 | 1 | -14/+14 |
| | |||||
* | fix typo in make-boot-splash | Pascal Rigaux | 2007-02-27 | 1 | -1/+1 |
| | |||||
* | create make-boot-splash-raw out of make-boot-splash | Pascal Rigaux | 2007-02-26 | 3 | -43/+53 |
| | | | | | (to be used by mkcd) | ||||
* | add suspend support in splash.sh | Olivier Blin | 2007-01-22 | 1 | -2/+7 |
| | |||||
* | skip theme removal if an argument is given and is not current theme | Olivier Blin | 2006-11-07 | 1 | -3/+22 |
| | |||||
* | added grub support in the theme | Florent Villard | 2006-10-18 | 2 | -0/+21 |
| | |||||
* | Fix initramfs support (use cpio -c) | Gwenolé Beauchesne | 2006-04-10 | 2 | -2/+2 |
| | |||||
* | handle initramfs initrd in make-boot-splash and remove-boot-splash | Florent Villard | 2006-04-10 | 2 | -4/+41 |
| | |||||
* | - added the posibility to define a custom font in the | Pablo Saratxaga | 2005-12-12 | 1 | -2/+6 |
| | | | | | | config file (FONT=/path/font.ttf) - enabled punjabi translation as now we ship a gurmukhi font | ||||
* | Updated default chinese font. | Funda Wang | 2005-11-27 | 1 | -2/+2 |
| | |||||
* | remove some last mandrake | Florent Villard | 2005-09-15 | 2 | -2/+2 |
| | |||||
* | fix upgrading mandrakelinux-theme to mandriva-theme by patching remove-theme | Pascal Rigaux | 2005-09-15 | 1 | -0/+6 |
| | | | | | | | | | | ("remove-theme Mandrakelinux" from the preun of mandrakelinux-theme will be called after the switch-theme from the post of mandriva-theme) this also implies mandriva-theme prereq this bootsplash nb: this whole mess is caused by preun of mandrakelinux-theme being called with "$1" = 0 because of the package name change | ||||
* | added Kazakh (kk) to the list | Pablo Saratxaga | 2005-08-16 | 1 | -1/+1 |
| | |||||
* | fix typo | Olivier Blin | 2005-07-18 | 1 | -1/+1 |
| | |||||
* | look for bootloader-config where it really is (bugzilla #16568) | Pascal Rigaux | 2005-06-24 | 1 | -2/+2 |
| | |||||
* | fix fbmenu compilation | Florent Villard | 2005-03-22 | 1 | -10/+8 |
| |