Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Mandriva color scheme | Christophe Fergeau | 2009-02-13 | 2 | -10/+10 |
| | |||||
* | update translation for tr language | Atilla Öntaş | 2009-02-07 | 1 | -13/+15 |
| | |||||
* | Update for German translation | Oliver Burger | 2009-02-07 | 1 | -14/+10 |
| | |||||
* | Updated and fixed Estonian translation. | Marek Laane | 2009-02-03 | 1 | -11/+13 |
| | |||||
* | Completely updated & revised Romanian translation | Catalin Florin Russen | 2009-02-02 | 1 | -58/+71 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2009-01-31 | 1 | -45/+219 |
| | |||||
* | restore lost po files | Pascal Rigaux | 2009-01-29 | 12 | -0/+3848 |
| | |||||
* | update translation for pt_BR language | Sergio Rafael Lemke | 2009-01-28 | 1 | -63/+60 |
| | |||||
* | update translation for Polish | Tomasz Bednarski | 2009-01-28 | 1 | -10/+7 |
| | |||||
* | Hungarian translation update | Gergely Lonyai | 2009-01-28 | 1 | -8/+12 |
| | |||||
* | Russian translation updated | Pavel Maryanov | 2009-01-28 | 1 | -13/+10 |
| | |||||
* | update translation for greek language | Glentadakis Dimitris | 2009-01-27 | 1 | -4/+5 |
| | |||||
* | english talk file is big and unused by default, get rid of it | Pascal Rigaux | 2009-01-27 | 1 | -0/+0 |
| | |||||
* | get rid of some easter eggs (esp. penguins) | Pascal Rigaux | 2009-01-27 | 17 | -375/+0 |
| | | | | | (second part of the commit) | ||||
* | add a "dist" rule to allow making a tarball | Pascal Rigaux | 2009-01-27 | 1 | -0/+11 |
| | |||||
* | get "Kernel Option" translations from previous po files | Pascal Rigaux | 2009-01-27 | 44 | -88/+197 |
| | |||||
* | get rid of some easter eggs (esp. penguins) | Pascal Rigaux | 2009-01-27 | 7 | -145/+3 |
| | |||||
* | we want support for all languages in grub's gfxmenu | Pascal Rigaux | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | do not have files both in the tarball and in the directory | Pascal Rigaux | 2009-01-27 | 1 | -1/+5 |
| | | | | | | | - for syslinux, some files must be in "bootlogo", while most of them can be outside of "bootlogo" - for grub, "message.dir" files are all in "message" file, so message.dir is useless | ||||
* | do not check there is enough memory | Pascal Rigaux | 2009-01-27 | 1 | -47/+0 |
| | | | | | maybe a better solution would be to adapt the "enough memory" check to our needs | ||||
* | do not display some menu entries (eg: noacpi) | Pascal Rigaux | 2009-01-27 | 1 | -0/+48 |
| | | | | | many options can be obtained using "Fx", but we still keep some entries in case gfxboot fails. We simply hide them when gfxboot is used | ||||
* | do not show keyboard layout choice | Pascal Rigaux | 2009-01-27 | 2 | -2/+2 |
| | | | | | why? well, we didn't have this choice. Is it really needed anyway since modifying the language also modifies the keymap? | ||||
* | only show the "Boot Options" entry when Fkey for "Kernel Option" is pressed | Pascal Rigaux | 2009-01-27 | 5 | -4/+24 |
| | | | | | | | | | the difficulty here is to workaround the "Boot Options" from dirtying the display of the panel below it. A solution would be to move the "Boot Options" upper to leave some room between it and the panel. also adding the "Kernel Option" choice for grub, since otherwise you can't edit "Boot Options" | ||||
* | use more explicit "Kernel Option" instead of "Kernel" | Pascal Rigaux | 2009-01-27 | 1 | -1/+1 |
| | | | | | | nb: previous gfxboot didn't have dia_kernelopts.inc and Pixel implemented it. We are now re-using dia_kernelopts.inc, but we prefer the more explict "Kernel Option" | ||||
* | we do not handle multiple splash files (splashy) | Pascal Rigaux | 2009-01-27 | 2 | -231/+4 |
| | | | | | only propose a limited number of framebuffer modes (note that "video" menu is only used for syslinux, not grub) | ||||
* | one line "panel" instead of two lines | Pascal Rigaux | 2009-01-27 | 5 | -15/+7 |
| | | | | | | | | the default is now to display things like "F2 Language" and the chosen language below. this patch reverts to previous behaviour: if you have a "title" (eg: "Language") we use it, otherwise we display the chosen value. this patch is useful to keep more room for the "Boot Options" | ||||
* | adapt menu/boot-options location/size to mandriva background | Pascal Rigaux | 2009-01-27 | 2 | -10/+10 |
| | |||||
* | we want all langs by default in our /boot/gfxmenu (for grub) | Pascal Rigaux | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | adapt to mandriva timer | Pascal Rigaux | 2009-01-27 | 1 | -1/+1 |
| | | | | timeout.inc must be adapted to properly center our timer | ||||
* | translate mandriva bootloader entries | Pascal Rigaux | 2009-01-27 | 44 | -106/+830 |
| | |||||
* | dynamic renaming of bootloader entries | Pascal Rigaux | 2009-01-27 | 2 | -3/+20 |
| | | | | | | | - rename "linux" to "Boot Mandriva Linux 2009 Spring" - rename "windows" to "Boot Microsoft Windows" - rename "2.6.xx" to "Linux with kernel 2.6.xx" - replace "Installation" with "Install Mandriva Linux 2009 Spring" | ||||
* | more serious message in case of 32bit (resp 64bit) install on 64bit (resp 32bit) | Pascal Rigaux | 2009-01-27 | 1 | -2/+2 |
| | |||||
* | adapt "dud" to mandriva stage1 para (updatemodules) | Pascal Rigaux | 2009-01-27 | 2 | -107/+2 |
| | |||||
* | replace SUSE's stage1 para/options with ours | Pascal Rigaux | 2009-01-27 | 4 | -270/+5 |
| | | | | nb: we don't support entering stage1 para in gfxboot, relying on stage1 | ||||
* | make the "livecd" syslinux more alike non-livecd syslinux | Pascal Rigaux | 2009-01-27 | 1 | -3/+1 |
| | | | | (nb: i wonder what panel.extra is) | ||||
* | we use i586, not i386 | Pascal Rigaux | 2009-01-27 | 1 | -5/+5 |
| | | | | | the code is checking wether the CD root directory has i586/ and/or x86_64/ since we use i586, we must adapt | ||||
* | enhance po Makefile | Pascal Rigaux | 2009-01-27 | 1 | -1/+17 |
| | | | | | - wrapper around po2text to handle fuzzy strings - add update_n_merge and merge rules to help update the po files | ||||
* | replace openSUSE strings with Mandriva Linux | Pascal Rigaux | 2009-01-27 | 4 | -5/+5 |
| | |||||
* | add "Norsk (nynorsk)" in language menu, and rename "Norsk" (#39107) | Pascal Rigaux | 2009-01-27 | 1 | -1/+2 |
| | |||||
* | imported openSUSE.tar.bz2 (from gfxboot-4.1.19-2.1.src.rpm)4.1.19.1 | Pascal Rigaux | 2009-01-27 | 1405 | -18945/+86261 |
| | |||||
* | restore (needed for po files) | Pascal Rigaux | 2009-01-27 | 0 | -0/+0 |
| | |||||
* | Update to conform bloody Estonian grammar :-) | Marek Laane | 2009-01-19 | 1 | -5/+5 |
| | |||||
* | 0.38: really switch from "Mandriva Linux 2009" to "Mandriva Linux 2009 Spring"0.38 | Pascal Rigaux | 2009-01-16 | 2 | -4/+4 |
| | |||||
* | switch from "Mandriva Linux 2009" to "Mandriva Linux 2009 Spring"0.37 | Pascal Rigaux | 2009-01-14 | 44 | -232/+232 |
| | |||||
* | update translation for Polish | Tomasz Bednarski | 2009-01-07 | 1 | -4/+5 |
| | |||||
* | update translation for kirghiz language | Ilyas Bakirov | 2009-01-04 | 1 | -0/+323 |
| | |||||
* | Updated Malay translation | Sharuzzaman Ahmat Raslan | 2008-12-28 | 1 | -7/+4 |
| | |||||
* | Updated Malay translation | Sharuzzaman Ahmat Raslan | 2008-12-08 | 1 | -8/+5 |
| | |||||
* | update translation for turkish language | Atilla Öntaş | 2008-10-07 | 1 | -14/+17 |
| | |||||
* | 0.360.36 | Thierry Vignaud | 2008-09-29 | 1 | -1/+1 |
| |