summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* fix conflict with perl-Locale-gettextThierry Vignaud2003-04-241-3/+6
|
* 9.1-32mdkThierry Vignaud2003-04-231-1/+4
|
* add prototypesPascal Rigaux2003-04-231-41/+41
|
* add prototypes to help.pmPascal Rigaux2003-04-231-1/+1
|
* updated pot filePablo Saratxaga2003-04-232-1000/+847
|
* - localedrake is part of drakxtools-newt, so does its menu entry (andThierry Vignaud2003-04-231-8/+13
| | | | | | | sanitize its entry btw) - drakxtools-newt: add the needed post and postun macros - sort provides'n obsoletes, add missing drakfloppy
* perl_checker compliance for optional method argumentsPascal Rigaux2003-04-226-54/+54
|
* fix typos and cleanup syntaxPascal Rigaux2003-04-221-4/+4
|
* updated pot filePablo Saratxaga2003-04-221-728/+799
|
* updated pot filePablo Saratxaga2003-04-221-658/+718
|
* array costs less than a hashThierry Vignaud2003-04-221-32/+29
|
* adapt to new help.pmPascal Rigaux2003-04-221-3/+3
|
* fix typo (help.pm must return a true value)Pascal Rigaux2003-04-222-0/+4
|
* per Pablo's request:Pascal Rigaux2003-04-227-4465/+4443
| | | | | | | | - create a mini header in the generated help-*.pot files - guilabel, guibutton and guimenu now uses %s to separate more cleanly what comes is doc and what is gui text !! the new generated help.pm has a different interface, non-backward compliant !!
* fix bug #3652 (grub must be installed for a loopback install)Pascal Rigaux2003-04-221-0/+1
|
* 9.1-31mdkThierry Vignaud2003-04-221-1/+9
|
* 'Option "XkbCompat" "group_led"' is no good becausePascal Rigaux2003-04-211-1/+1
| | | | | | | | | | it means that effectively NO other compatibility settings are included i.e. NONE of standard XFree86 keys work, including Ctrl-Alt-Fx, Ctrl-Alt-KP+, Ctrl-Alt-KP- etc. 'Option "XkbCompat" "default+group_led"' is much better (thanks Andrey Borzenkov)
* have bison and flex installed when DEVELOPMENT is chosen (thanks to AdamPascal Rigaux2003-04-211-1/+1
| | | | | Williamson)
* make all CD as update (as it should have been to allow updates to be resolved).Francois Pons2003-04-181-1/+1
|
* another perl_checker optional parameter compliancePascal Rigaux2003-04-171-5/+5
|
* new perl_checker compliancePascal Rigaux2003-04-1750-337/+351
|
* 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
|
* 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
|
* 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
|