Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Translate hdt entry to Hardware Detection Tool | Christophe Fergeau | 2009-03-26 | 1 | -0/+1 |
| | |||||
* | Really fix 32+64bit_source to mean "dual" | Christophe Fergeau | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Fix detection of 64 bit installation attempts on 32 bit machines | Christophe Fergeau | 2009-03-09 | 1 | -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 building | Christophe Fergeau | 2009-03-09 | 1 | -3/+3 |
| | | | | | | | 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 syslinux | Christophe Fergeau | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | Filter all entries ending (containing) 64 | Christophe Fergeau | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | Human-readable string for "restore" boot entry | Christophe Fergeau | 2009-03-06 | 1 | -1/+2 |
| | |||||
* | Fix bad string name | Christophe Fergeau | 2009-03-05 | 1 | -1/+1 |
| | |||||
* | Forgot to use new translated strings in the UI | Christophe Fergeau | 2009-03-04 | 1 | -3/+3 |
| | |||||
* | Mark more strings for translation | Christophe Fergeau | 2009-03-02 | 1 | -3/+3 |
| | |||||
* | Make the warning dialog when using a 64bit CD on a 32bit system translatable | Christophe Fergeau | 2009-03-02 | 1 | -2/+2 |
| | |||||
* | Don't warn if running a 32bit CD on a 64bit machine | Christophe Fergeau | 2009-03-02 | 1 | -5/+3 |
| | |||||
* | Fix index of entry to boot passed to the bootloader, fixes bug #48150 | Christophe Fergeau | 2009-02-26 | 1 | -1/+11 |
| | |||||
* | Reenable hiding of linux-nonfb since it seems to be fixed now | Christophe Fergeau | 2009-02-25 | 1 | -1/+1 |
| | | | | This reverts commit 9ab115e43e7aea43b81309a0768f921114c48035. | ||||
* | Hide linux64 entry | Christophe Fergeau | 2009-02-23 | 1 | -0/+1 |
| | |||||
* | Rework the way we handle dual-arch | Christophe Fergeau | 2009-02-23 | 1 | -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 :-/ | ||||
* | Do not hide linux-nonfb entry for now since it's causing issues | Christophe Fergeau | 2009-02-13 | 1 | -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 Rigaux | 2009-01-27 | 1 | -114/+1 |
| | |||||
* | 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 | ||||
* | only show the "Boot Options" entry when Fkey for "Kernel Option" is pressed | Pascal Rigaux | 2009-01-27 | 1 | -1/+7 |
| | | | | | | | | | 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 Rigaux | 2009-01-27 | 1 | -45/+0 |
| | | | | | only propose a limited number of framebuffer modes (note that "video" menu is only used for syslinux, not grub) | ||||
* | dynamic renaming of bootloader entries | Pascal Rigaux | 2009-01-27 | 1 | -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 Rigaux | 2009-01-27 | 1 | -2/+2 |
| | |||||
* | adapt "dud" to mandriva stage1 para (updatemodules) | Pascal Rigaux | 2009-01-27 | 1 | -69/+0 |
| | |||||
* | replace SUSE's stage1 para/options with ours | Pascal Rigaux | 2009-01-27 | 1 | -22/+0 |
| | | | | nb: we don't support entering stage1 para in gfxboot, relying on stage1 | ||||
* | 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 | ||||
* | replace openSUSE strings with Mandriva Linux | Pascal Rigaux | 2009-01-27 | 1 | -2/+2 |
| | |||||
* | imported openSUSE.tar.bz2 (from gfxboot-4.1.19-2.1.src.rpm)4.1.19.1 | Pascal Rigaux | 2009-01-27 | 1 | -0/+1682 |