summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Reenable use of F3 to set video resolution in isolinux bootloader.Martin Whitaker2017-06-222-4/+29
| | | | | | | This is one part of a fix for mga#20624. F3 has not had any effect since commit 4ca721b1fe6022c985ab7b10d1bea36f657c28b3. This is not a simple revert, as we now want it to optionally override any vga= setting in the selected boot command line.
* Add support for menu entries that enable non-free video drivers.Martin Whitaker2017-04-141-0/+2
|
* Don't change menu selection when F2-F6 are pressed (mga#5263).Martin Whitaker2017-04-111-1/+2
| | | | | | This was part of the functionality imported from openSUSE in commit 5ce8d30439463838f845c78bc926cc9b310a8743, but is not something we want.
* Add Tajik to the listYuri Chornoivan2017-03-151-0/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-072-2/+2
| | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r456 | dmorgan | 2011-02-07 08:15:44 +0000 (Mon, 07 Feb 2011) | 1 line Import cleaned mageia-gfxboot-theme ------------------------------------------------------------------------ r457 | dmorgan | 2011-02-07 08:31:20 +0000 (Mon, 07 Feb 2011) | 1 line Fix tree ------------------------------------------------------------------------
* adjust logo position parameters for new themeChristophe Fergeau2009-10-291-3/+3
|
* Translate hdt entry to Hardware Detection ToolChristophe Fergeau2009-03-261-0/+1
|
* Really fix 32+64bit_source to mean "dual"Christophe Fergeau2009-03-101-1/+1
|
* Fix detection of 64 bit installation attempts on 32 bit machinesChristophe Fergeau2009-03-091-2/+1
| | | | | 64bit returns an int, not a bool, thus 64bit not is not what you expect: it's a bitwise negation, not a logic negation of 64bit return value
* Use "suffix" value defined in dia_bits.inc in boot entry buildingChristophe Fergeau2009-03-092-8/+5
| | | | | | | dia_bits.inc defines bits.suffix which tells us which suffix to prepend to entry names depending on the value of the "bits" menu and of the current CD and the current CPU. Fix definition of this value so that it's always correct, and use it when building entry names.
* Rename "restore" entry when booting with syslinuxChristophe Fergeau2009-03-091-1/+1
|
* Filter all entries ending (containing) 64Christophe Fergeau2009-03-091-1/+1
|
* Human-readable string for "restore" boot entryChristophe Fergeau2009-03-061-1/+2
|
* Fix bad string nameChristophe Fergeau2009-03-051-1/+1
|
* Add Kirghiz locale, patch by Ilyas BakirovChristophe Fergeau2009-03-051-0/+1
|
* Forgot to use new translated strings in the UIChristophe Fergeau2009-03-041-3/+3
|
* Mark more strings for translationChristophe Fergeau2009-03-021-3/+3
|
* Make the warning dialog when using a 64bit CD on a 32bit system translatableChristophe Fergeau2009-03-021-2/+2
|
* Don't warn if running a 32bit CD on a 64bit machineChristophe Fergeau2009-03-021-5/+3
|
* Fix index of entry to boot passed to the bootloader, fixes bug #48150Christophe Fergeau2009-02-261-1/+11
|
* Rename 'languages' to 'lang'Christophe Fergeau2009-02-251-3/+3
| | | | | | | The list of languages available to the gfxboot menu is stored in a file which used to be called "languages". However, when using isolinux this file can't be found because its name is too long (9 chars). Renaming it to langs fixes that problem
* Reenable hiding of linux-nonfb since it seems to be fixed nowChristophe Fergeau2009-02-251-1/+1
| | | | This reverts commit 9ab115e43e7aea43b81309a0768f921114c48035.
* Fix(?) off by one error which led to display corruption in the lang menuChristophe Fergeau2009-02-241-1/+1
| | | | | | | | | | The changes to reduce the size of the status bar exhibited a bug in the way the language menu is layed out (vertical stripes all over the place). panel.text.y was 0 and we tried to substract 1 from it when trying to draw the lang menu background which didn't work too nicely. This commit is one way of fixing it (by changing the way we calculate the number of lang entries to display in one column), but I'm not sure this is the best way to do it.
* Hide linux64 entryChristophe Fergeau2009-02-231-0/+1
|
* Rework the way we handle dual-archChristophe Fergeau2009-02-231-25/+14
| | | | | | | | The autodetection of 32/64 ISOs uses getcwd which currently always return '/' in the COM32 module so this can't work. Change it to check for hardcoded paths working for mandriva CDs. Run a linux64 image when using 64 bit mode since otherwise I'm not sure how to get gfxboot to pick the proper kernel :-/
* Switch F5 and F6 to match the old layoutChristophe Fergeau2009-02-231-2/+2
|
* Readd mandriva logo fadein at gfxboot startupChristophe Fergeau2009-02-191-3/+3
|
* Do not hide linux-nonfb entry for now since it's causing issuesChristophe Fergeau2009-02-131-1/+1
| | | | | When hiding an entry, gfxboot gets confused because it renumbers the entries and it passes the wrong entry index to the bootloader.
* get rid of some easter eggs (esp. penguins)Pascal Rigaux2009-01-271-351/+0
| | | | | (second part of the commit)
* get rid of some easter eggs (esp. penguins)Pascal Rigaux2009-01-275-121/+3
|
* do not check there is enough memoryPascal Rigaux2009-01-271-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 Rigaux2009-01-271-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
* only show the "Boot Options" entry when Fkey for "Kernel Option" is pressedPascal Rigaux2009-01-275-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"
* we do not handle multiple splash files (splashy)Pascal Rigaux2009-01-272-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 linesPascal Rigaux2009-01-275-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 to mandriva timerPascal Rigaux2009-01-271-1/+1
| | | | timeout.inc must be adapted to properly center our timer
* dynamic renaming of bootloader entriesPascal Rigaux2009-01-271-2/+6
| | | | | | | - 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 Rigaux2009-01-271-2/+2
|
* adapt "dud" to mandriva stage1 para (updatemodules)Pascal Rigaux2009-01-272-107/+2
|
* replace SUSE's stage1 para/options with oursPascal Rigaux2009-01-272-232/+5
| | | | nb: we don't support entering stage1 para in gfxboot, relying on stage1
* make the "livecd" syslinux more alike non-livecd syslinuxPascal Rigaux2009-01-271-3/+1
| | | | (nb: i wonder what panel.extra is)
* we use i586, not i386Pascal Rigaux2009-01-271-5/+5
| | | | | the code is checking wether the CD root directory has i586/ and/or x86_64/ since we use i586, we must adapt
* replace openSUSE strings with Mandriva LinuxPascal Rigaux2009-01-271-2/+2
|
* add "Norsk (nynorsk)" in language menu, and rename "Norsk" (#39107)Pascal Rigaux2009-01-271-1/+2
|
* imported openSUSE.tar.bz2 (from gfxboot-4.1.19-2.1.src.rpm)4.1.19.1Pascal Rigaux2009-01-2727-0/+9145