| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
------------------------------------------------------------------------
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
This reverts commit 9ab115e43e7aea43b81309a0768f921114c48035.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
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 :-/
|
| |
|
| |
|
|
|
|
|
| |
When hiding an entry, gfxboot gets confused because it renumbers the
entries and it passes the wrong entry index to the bootloader.
|
|
|
|
|
| |
(second part of the commit)
|
| |
|
|
|
|
|
| |
maybe a better solution would be to adapt the "enough memory" check to
our needs
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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"
|
|
|
|
|
| |
only propose a limited number of framebuffer modes
(note that "video" menu is only used for syslinux, not grub)
|
|
|
|
|
|
|
|
| |
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"
|
|
|
|
| |
timeout.inc must be adapted to properly center our timer
|
|
|
|
|
|
|
| |
- 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"
|
| |
|
| |
|
|
|
|
| |
nb: we don't support entering stage1 para in gfxboot, relying on stage1
|
|
|
|
| |
(nb: i wonder what panel.extra is)
|
|
|
|
|
| |
the code is checking wether the CD root directory has i586/ and/or x86_64/
since we use i586, we must adapt
|
| |
|
| |
|
|
|