aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* switch-themes: handle /boot/gfxmenu for grubPascal Rigaux2007-03-151-8/+14
|
* make cpio quietPascal Rigaux2007-03-131-1/+1
|
* use hibernate config files if present for suspendOlivier Blin2007-03-051-1/+1
|
* use cpio-filter to remove bootsplash from initrd without being rootPascal Rigaux2007-03-011-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 Rigaux2007-03-011-2/+2
|
* ttf fonts are in /usr/share/fonts/TTF instead of /usr/share/fonts/ttfPascal Rigaux2007-03-011-14/+14
|
* fix typo in make-boot-splashPascal Rigaux2007-02-271-1/+1
|
* create make-boot-splash-raw out of make-boot-splashPascal Rigaux2007-02-263-43/+53
| | | | | (to be used by mkcd)
* add suspend support in splash.shOlivier Blin2007-01-221-2/+7
|
* skip theme removal if an argument is given and is not current themeOlivier Blin2006-11-071-3/+22
|
* added grub support in the themeFlorent Villard2006-10-182-0/+21
|
* Fix initramfs support (use cpio -c)Gwenolé Beauchesne2006-04-102-2/+2
|
* handle initramfs initrd in make-boot-splash and remove-boot-splashFlorent Villard2006-04-102-4/+41
|
* - added the posibility to define a custom font in thePablo Saratxaga2005-12-121-2/+6
| | | | | | config file (FONT=/path/font.ttf) - enabled punjabi translation as now we ship a gurmukhi font
* Updated default chinese font.Funda Wang2005-11-271-2/+2
|
* remove some last mandrakeFlorent Villard2005-09-152-2/+2
|
* fix upgrading mandrakelinux-theme to mandriva-theme by patching remove-themePascal Rigaux2005-09-151-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 listPablo Saratxaga2005-08-161-1/+1
|
* fix typoOlivier Blin2005-07-181-1/+1
|
* look for bootloader-config where it really is (bugzilla #16568)Pascal Rigaux2005-06-241-2/+2
|
* fix fbmenu compilationFlorent Villard2005-03-221-10/+8
|
* add last beta 2 changes for animations and fbmenuFlorent Villard2005-02-162-1/+144
|
* checked default fonts for upcoming languagesPablo Saratxaga2005-02-081-2/+8
|
* fixed Japanese font bug (with sizes smaller than 20 sazanami-ghotic displaysPablo Saratxaga2005-02-071-7/+5
| | | | | | garbage (probably problem with handling of embedded bitmap glyphs)); use New Sung font for Chinese
* - enabled back use of UTF-8 for fbtruetypePablo Saratxaga2004-09-301-8/+16
| | | | | - checked and improved the fonts to use for the various languages
* fixed font use to match what we provide in 10.1Pablo Saratxaga2004-09-131-7/+10
|
* Do not redraw the screen if we are not in splash mode when rc starts.Florent Villard2004-09-101-1/+1
|
* remove-theme does not require an argument anymoreFlorent Villard2004-09-081-19/+2
|
* Reset the screen if non latin1 font is used with /usr on a separate partitionFlorent Villard2004-08-311-1/+7
|
* default locale should be defined by environmentPablo Saratxaga2004-08-111-1/+1
|
* fix remove-boot-splash pathOlivier Blin2004-06-301-1/+1
|
* fix bootloader-config pathOlivier Blin2004-06-301-2/+2
|
* - add scripts/remove-boot-splash so we can modify a bootsplashPascal Rigaux2004-06-296-180/+47
| | | | | | | | | | | from an initrd without having to rebuild it - make-boot-splash doesn't try to detect the resolution anymore, it now needs to be given one - in switch-themes and remove-theme, use bootloader-config to update the bootloader - remove detect-resolution - requires new mkinitrd (old mkinitrd used detect-resolution) - remove "Patch: glibc-fixed-header.tar.bz2" which is unused (and not in CVS)
* Added Furlan filesPablo Saratxaga2004-05-031-2/+2
|
* Added Kyrgyz filePablo Saratxaga2004-03-201-2/+2
|
* add Olivier Blin fixes to handle symbolic links into detec-resolutionFlorent Villard2004-03-191-2/+6
|
* Added Filipino translationPablo Saratxaga2004-02-201-1/+1
|
* fix for cases when LANGUAGE variable is a list of values (bug #6918)Pablo Saratxaga2004-02-201-1/+1
|
* some more language -> font definitionsPablo Saratxaga2004-02-101-3/+3
|
* Apply Olivier Blin patches for a better THEME= handling.Florent Villard2004-02-063-20/+9
| | | | | Apply Olivier Blin patch to support quote in lilo names
* update code from bootsplash.orgFlorent Villard2004-01-211-0/+4
| | | | | | fix build with new 2.6 kernel header add blino patches to have a more correct THEME env var handling
* tighten grub loader vga= detection (thanks to Michael Reinsch)Florent Villard2004-01-091-1/+1
|
* make-boot-splash: don't run switch-themes DURING_INSTALLPascal Rigaux2004-01-051-1/+3
|
* stupid undef of vga at the wrong placeFlorent Villard2003-11-181-4/+3
|
* rely on initrd file to find correct bootloader entry and resolution in ↵Florent Villard2003-11-183-23/+61
| | | | | | | detect-resolution correctly rewrite gray scaled jpeg
* fix typo in fr.poFlorent Villard2003-09-191-0/+64
|
* fixed typo (due to typo, the Japanese font size wasn't corrected,Pablo Saratxaga2003-09-171-1/+1
| | | | | and output was mangled in Japanese
* Apply 64bit patches from gbFlorent Villard2003-09-051-7/+5
|
* fix bad theme initialization if no theme definedFlorent Villard2003-09-043-6/+8
| | | | | | | 2.0.3 add grub resolution detection in detect-resolution try to fix i18n pb in splash.sh
* fixed use of OUTPUT_CHARSET=UTF-8Pablo Saratxaga2003-09-031-4/+3
|