Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 50 | -337/+351 |
| | |||||
* | Fixes. Don't care about taint stuff. Constify a little so that some dead | Gwenolé Beauchesne | 2003-04-16 | 3 | -18/+17 |
| | | | | | branches could be nuked. -> Reduce code size by 5 KB. | ||||
* | Update README | Gwenolé Beauchesne | 2003-04-16 | 1 | -4/+4 |
| | |||||
* | - Update to busybox 0.65.0 version | Gwenolé Beauchesne | 2003-04-16 | 4 | -497/+1316 |
| | | | | | - Add support for x86-64 | ||||
* | fix #1675: swap the text and button widgets | Thierry Vignaud | 2003-04-16 | 1 | -1/+1 |
| | |||||
* | comply to new each_index behaviour | Pascal Rigaux | 2003-04-16 | 1 | -3/+3 |
| | |||||
* | add hint for translators | Thierry Vignaud | 2003-04-15 | 1 | -2/+1 |
| | |||||
* | put dhcp bootfile under netauto parameter | Guillaume Cottenceau | 2003-04-14 | 3 | -1/+4 |
| | |||||
* | corrected titi typo | damien | 2003-04-11 | 1 | -1/+1 |
| | |||||
* | any::setupBootloader() already call bootloader::install() | Thierry Vignaud | 2003-04-10 | 1 | -6/+3 |
| | |||||
* | it was designed in 2003, not 2002 | Thierry Vignaud | 2003-04-10 | 1 | -1/+1 |
| | |||||
* | first bits of 9.1-31mdk | Thierry Vignaud | 2003-04-07 | 1 | -1/+5 |
| | |||||
* | fix #2826 (aka pixel sucks): | Thierry Vignaud | 2003-04-07 | 1 | -7/+7 |
| | | | | | | | | | | pixel changed the booloader module api by throwing an exception instead of using the ugly /tmp/.error temporary file and altered drakx callers but forget to update standalone/* callers (aka drakboot). now, with this patch, any error during lilo/grub installation is catched and displayed, which is more generic than checking for spaces. | ||||
* | fix harddrake menu entry description | Thierry Vignaud | 2003-04-07 | 1 | -1/+1 |
| | |||||
* | bump gtk2-perl require because of #3633 | Thierry Vignaud | 2003-04-04 | 1 | -1/+1 |
| | |||||
* | 9.1-30mdk | Thierry Vignaud | 2003-04-04 | 1 | -2/+3 |
| | |||||
* | some fixes and improvements | Guillaume Cottenceau | 2003-04-04 | 1 | -9/+52 |
| | |||||
* | some updates | Guillaume Cottenceau | 2003-04-04 | 1 | -19/+13 |
| | |||||
* | fix crash on floppy generation reported by Francisco Alcaraz | Thierry Vignaud | 2003-04-04 | 1 | -3/+2 |
| | |||||
* | - perl_checker fixes | Thierry Vignaud | 2003-04-04 | 1 | -7/+7 |
| | | | | | - ensure only one callback do regular parsing | ||||
* | fix doble explanation logging of scannerdrake and harddrake startup | Thierry Vignaud | 2003-04-04 | 1 | -1/+0 |
| | |||||
* | after adding gtk_text_buffer_place_cursor in gtk2-perl, use it here :) | Guillaume Cottenceau | 2003-04-03 | 2 | -5/+7 |
| | |||||
* | fix #3633 (cursor at the end of TextView after gtktext_insert) | Guillaume Cottenceau | 2003-04-03 | 1 | -4/+11 |
| | | | | | remove a few memory leaks | ||||
* | Error scenario: When using a file for your / (a "loopback"), booting your newly | Guillaume Cottenceau | 2003-04-02 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | installed system will fail with a kernel panic with flashing keyboard lights Why: The initrd needs to load the loop.o module to mount your / partition; but since recently, loop.o depends on aes.o, and since mkinitrd doesn't handle dependencies automatically and we didn't notice that change, we didn't update mkinitrd accordingly Solution: Format a floppy disk with a DOS filesystem (in Linux, you can use the command "mkdosfs /dev/fd0"). Copy patch.pl to the floppy disk. Remove the floppy and reboot using the Mandrake Linux 9.1 CD1 to do a CD-ROM installation. During boot, press F1 at the splash screen, then place your floppy disk that contains patch.pl in the floppy drive. At the prompt, type "patch", then follow the installation as usual. see bugzilla #3614 | ||||
* | Error scenario: On a AMD-K6, install fails after the formatting partitions ↵ | Pascal Rigaux | 2003-04-02 | 1 | -0/+5 |
| | | | | | | | | | steps with a strange "type read" error Why: in some cases, the SMP detection code fails and force the install to exit Solution: Use patch.pl which disables SMP detection (thanks to Angela Bayley) | ||||
* | s/initrdrd/initrd/ (Arpad Biro) | Thierry Vignaud | 2003-04-02 | 4 | -4/+4 |
| | |||||
* | fix pablo patch that broke two translations (reported by Arkadiusz | Thierry Vignaud | 2003-04-02 | 1 | -2/+2 |
| | | | | | Lipiec) | ||||
* | remove unused variable | Thierry Vignaud | 2003-04-02 | 1 | -1/+1 |
| | |||||
* | - various perl_checker "fixes" | Thierry Vignaud | 2003-04-02 | 1 | -3/+4 |
| | | | | | - (logcolorize): make it saner regarding its arguments, thanks perl_checker | ||||
* | hackism to shut up perl_checker | Thierry Vignaud | 2003-04-02 | 1 | -1/+1 |
| | |||||
* | (parse_file) pass explicit argument instead of relying on lexical $_ | Thierry Vignaud | 2003-04-01 | 1 | -3/+3 |
| | | | | | being correct in that context (worked fine but this is bad) | ||||
* | propagate $in where needed | Thierry Vignaud | 2003-04-01 | 1 | -3/+3 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-04-01 | 1 | -2/+2 |
| | |||||
* | - fix fscking french translation | Thierry Vignaud | 2003-04-01 | 1 | -0/+1 |
| | | | | | - explain why it's bad to translate this way | ||||
* | misc | Guillaume Cottenceau | 2003-04-01 | 1 | -2/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2003-04-01 | 1 | -1/+1 |
| | |||||
* | move harddrake::sound $index param in hash and pass only the hash ref around | Thierry Vignaud | 2003-04-01 | 3 | -34/+30 |
| | | | | | functions | ||||
* | - prevent translators to do bad things (that is having badly constructed | Thierry Vignaud | 2003-04-01 | 1 | -22/+23 |
| | | | | | | | | strings on screen) - reuse some translations instead of relying on extracting tools' merge feature - give translators more control on about window text | ||||
* | added restore into boot_entries default value, increased hd install size from | Francois Pons | 2003-04-01 | 1 | -2/+3 |
| | | | | | 1500 MB to 2500 MB to include current ackbar cooker repository. | ||||
* | Pass $Driver to launchX in non /FB/ case | Gwenolé Beauchesne | 2003-04-01 | 1 | -1/+1 |
| | |||||
* | spelling errors | Keld Simonsen | 2003-03-31 | 1 | -11/+11 |
| | | | | | po/po/da.po gi/perl-install/share/po/da.po | ||||
* | Typo fix | Arkadiusz Lipiec | 2003-03-31 | 1 | -1/+1 |
| | |||||
* | copy kernel and stage1 in order to avoid remapping /mnt/hd on the fly during | Francois Pons | 2003-03-31 | 1 | -8/+14 |
| | | | | | install for bootloader installation to complete correctly. | ||||
* | fixed regex for kernel options retrieved for restore bootloader entry. | Francois Pons | 2003-03-31 | 1 | -1/+1 |
| | |||||
* | fixed a bad grammatical error | Pablo Saratxaga | 2003-03-31 | 1 | -1/+1 |
| | |||||
* | updated Vietnamese file | Pablo Saratxaga | 2003-03-31 | 1 | -16/+16 |
| | |||||
* | clean | Guillaume Cottenceau | 2003-03-30 | 1 | -8/+3 |
| | |||||
* | Special cases for KDE to recognize zh_HK and zh_SG | Pablo Saratxaga | 2003-03-28 | 1 | -0/+2 |
| | |||||
* | fix typo, grr... | Pascal Rigaux | 2003-03-28 | 1 | -1/+1 |
| | |||||
* | use ServerFlags DontVTSwitch for i845, i865 and i85x | Pascal Rigaux | 2003-03-28 | 1 | -1/+1 |
| |