summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* also have DontVTSwitch for i845 (and i85x)Pascal Rigaux2003-03-281-1/+1
|
* use ServerFlags DontVTSwitch for i865Pascal Rigaux2003-03-281-1/+4
|
* use option DontVTSwitch for i865Pascal Rigaux2003-03-281-0/+4
|
* disable arabicGuillaume Cottenceau2003-03-281-0/+17
|
* disable arabic whic doesn't work well after installGuillaume Cottenceau2003-03-281-1/+2
|
* updated Japanese filePablo Saratxaga2003-03-271-1298/+1775
|
* - mcc erratasThierry Vignaud2003-03-271-15/+31
| | | | | - lexical ordering
* updated Albanian filePablo Saratxaga2003-03-271-1000/+2434
|
* fixed another typo for adding restore entry (grub menu).Francois Pons2003-03-261-1/+1
|
* fixed wrong usage of any::hdInstallPath which is mapped as /tmp/image duringFrancois Pons2003-03-261-3/+3
| | | | | installation.
* simplified code to allow parsing rpmdb instead of just urpmi db.Francois Pons2003-03-261-5/+5
|
* moved hdInstallPath to any.pm.Francois Pons2003-03-261-8/+2
|
* removed acpi reference here (should already been have removed earlier).Francois Pons2003-03-261-5/+6
| | | | | moved here hdInstallPath from install_any.
* use fat32 instead of fat16, fixed mandrake-release to install.Francois Pons2003-03-261-2/+2
|
* fix typo on grub menu file read.Francois Pons2003-03-261-0/+17
|
* fix typo.Francois Pons2003-03-261-4/+0
|
* mandrake-release should be installed.Francois Pons2003-03-261-0/+10
|
* current parted does no more support fat fs but fat16 or fat32 fs.Francois Pons2003-03-261-1/+1
|
* *** empty log message ***Thierry Vignaud2003-03-261-1/+2
|