summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* new perl_checker compliancePascal Rigaux2003-04-1750-337/+351
|
* Fixes. Don't care about taint stuff. Constify a little so that some deadGwenolé Beauchesne2003-04-163-18/+17
| | | | | branches could be nuked. -> Reduce code size by 5 KB.
* Update READMEGwenolé Beauchesne2003-04-161-4/+4
|
* - Update to busybox 0.65.0 versionGwenolé Beauchesne2003-04-164-497/+1316
| | | | | - Add support for x86-64
* fix #1675: swap the text and button widgetsThierry Vignaud2003-04-161-1/+1
|
* comply to new each_index behaviourPascal Rigaux2003-04-161-3/+3
|
* add hint for translatorsThierry Vignaud2003-04-151-2/+1
|
* put dhcp bootfile under netauto parameterGuillaume Cottenceau2003-04-143-1/+4
|
* corrected titi typodamien2003-04-111-1/+1
|
* any::setupBootloader() already call bootloader::install()Thierry Vignaud2003-04-101-6/+3
|
* it was designed in 2003, not 2002Thierry Vignaud2003-04-101-1/+1
|
* first bits of 9.1-31mdkThierry Vignaud2003-04-071-1/+5
|
* fix #2826 (aka pixel sucks):Thierry Vignaud2003-04-071-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 descriptionThierry Vignaud2003-04-071-1/+1
|
* bump gtk2-perl require because of #3633Thierry Vignaud2003-04-041-1/+1
|
* 9.1-30mdkThierry Vignaud2003-04-041-2/+3
|
* some fixes and improvementsGuillaume Cottenceau2003-04-041-9/+52
|
* some updatesGuillaume Cottenceau2003-04-041-19/+13
|
* fix crash on floppy generation reported by Francisco AlcarazThierry Vignaud2003-04-041-3/+2
|
* - perl_checker fixesThierry Vignaud2003-04-041-7/+7
| | | | | - ensure only one callback do regular parsing
* fix doble explanation logging of scannerdrake and harddrake startupThierry Vignaud2003-04-041-1/+0
|
* after adding gtk_text_buffer_place_cursor in gtk2-perl, use it here :)Guillaume Cottenceau2003-04-032-5/+7
|
* fix #3633 (cursor at the end of TextView after gtktext_insert)Guillaume Cottenceau2003-04-031-4/+11
| | | | | remove a few memory leaks
* Error scenario: When using a file for your / (a "loopback"), booting your newlyGuillaume Cottenceau2003-04-021-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 Rigaux2003-04-021-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 Vignaud2003-04-024-4/+4
|
* fix pablo patch that broke two translations (reported by ArkadiuszThierry Vignaud2003-04-021-2/+2
| | | | | Lipiec)
* remove unused variableThierry Vignaud2003-04-021-1/+1
|
* - various perl_checker "fixes"Thierry Vignaud2003-04-021-3/+4
| | | | | - (logcolorize): make it saner regarding its arguments, thanks perl_checker
* hackism to shut up perl_checkerThierry Vignaud2003-04-021-1/+1
|
* (parse_file) pass explicit argument instead of relying on lexical $_Thierry Vignaud2003-04-011-3/+3
| | | | | being correct in that context (worked fine but this is bad)
* propagate $in where neededThierry Vignaud2003-04-011-3/+3
|
* perl_checker fixesThierry Vignaud2003-04-011-2/+2
|
* - fix fscking french translationThierry Vignaud2003-04-011-0/+1
| | | | | - explain why it's bad to translate this way
* miscGuillaume Cottenceau2003-04-011-2/+1
|
* simplifyThierry Vignaud2003-04-011-1/+1
|
* move harddrake::sound $index param in hash and pass only the hash ref aroundThierry Vignaud2003-04-013-34/+30
| | | | | functions
* - prevent translators to do bad things (that is having badly constructedThierry Vignaud2003-04-011-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 fromFrancois Pons2003-04-011-2/+3
| | | | | 1500 MB to 2500 MB to include current ackbar cooker repository.
* Pass $Driver to launchX in non /FB/ caseGwenolé Beauchesne2003-04-011-1/+1
|
* spelling errorsKeld Simonsen2003-03-311-11/+11
| | | | | po/po/da.po gi/perl-install/share/po/da.po
* Typo fixArkadiusz Lipiec2003-03-311-1/+1
|
* copy kernel and stage1 in order to avoid remapping /mnt/hd on the fly duringFrancois Pons2003-03-311-8/+14
| | | | | install for bootloader installation to complete correctly.
* fixed regex for kernel options retrieved for restore bootloader entry.Francois Pons2003-03-311-1/+1
|
* fixed a bad grammatical errorPablo Saratxaga2003-03-311-1/+1
|
* updated Vietnamese filePablo Saratxaga2003-03-311-16/+16
|
* cleanGuillaume Cottenceau2003-03-301-8/+3
|
* Special cases for KDE to recognize zh_HK and zh_SGPablo Saratxaga2003-03-281-0/+2
|
* fix typo, grr...Pascal Rigaux2003-03-281-1/+1
|
* use ServerFlags DontVTSwitch for i845, i865 and i85xPascal Rigaux2003-03-281-1/+1
|