summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* instead of keeping stage1 (mostly as temporary space but with a fixed size, ↵Pascal Rigaux2004-05-134-2/+41
| | | | | | | and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove)
* speed-up monitor choosing dialog when {VendorName} is undef (esp. when using ↵Pascal Rigaux2004-05-131-1/+1
| | | | "use diagnostics")
* better error logging when gtkcreate_img or gtkcreate_pixbuf can't find the imagePascal Rigaux2004-05-131-2/+2
|
* fix selecting locales-LANG (it didn't really work, but it doesn't seem needed?)Pascal Rigaux2004-05-121-5/+4
|
* no lang-ltg.png, so disabling ltgPascal Rigaux2004-05-121-1/+1
|
* unified two stringsPablo Saratxaga2004-05-121-1/+1
|
* use busybox when dont_run_directly_stage2Pascal Rigaux2004-05-121-1/+1
|
* - fix typoPascal Rigaux2004-05-121-2/+2
| | | | | - fix last commit which was not using $locale_country as it should in system_locales_to_ourlocale()
* fix typoPascal Rigaux2004-05-122-2/+2
|
* use lang::analyse_locale_name() and lang::analyse_locale_name()Pascal Rigaux2004-05-115-9/+16
|
* - new function locale_to_main_locale() to replace the typical substr($lang, ↵Pascal Rigaux2004-05-111-17/+30
| | | | | | | | | 0, 2) or $lang =~ /(..)/ - new function analyse_locale_name() to replace various regexps on locale name - use those 2 functions for cleanup - cleanup even more standard_locale()
* updated pot filePablo Saratxaga2004-05-111-1324/+1302
|
* perl_checker compliancePascal Rigaux2004-05-111-1/+2
|
* fix typoPascal Rigaux2004-05-111-1/+1
|
* perl_checker compliancePascal Rigaux2004-05-1110-10/+14
|
* rewrite a little probeSerialDevices(), the beginning is still very strangePascal Rigaux2004-05-111-4/+10
|
* fix ugly typo (thanks to perl_checker)Pascal Rigaux2004-05-111-1/+1
|
* fix winbind configuration and do the same for LDAP and NIS (modifs proposed ↵Pascal Rigaux2004-05-111-5/+5
| | | | and checked by Vincent Guardiola)
* do not run XFdrake in automatic mode, it's uselessThierry Vignaud2004-05-111-2/+1
|
* updateThierry Vignaud2004-05-111-1321/+1333
|
* Man page for drakbackup.conf.Stew Benedict2004-05-101-0/+180
|
* Fixed firmware installation.Till Kamppeter2004-05-081-4/+9
|
* perl_checker compliancePascal Rigaux2004-05-081-1/+1
|
* Updated partiallyArkadiusz Lipiec2004-05-081-1380/+1248
|
* remove debugging codePascal Rigaux2004-05-071-2/+0
|
* do saner check for ntp package (Robert Vojta)Thierry Vignaud2004-05-071-1/+1
|
* you can now configure monitors on heads > 1Pascal Rigaux2004-05-075-64/+82
|
* fix an old typoPascal Rigaux2004-05-071-1/+1
|
* rename monitors() and $monitors to monitors_db() and $monitors_dbPascal Rigaux2004-05-071-11/+11
| | | | | (preparation for next commit which adds ability to configure each monitor)
* don't prefer_devfs_name when reading /proc/mounts (which uses devfs names)Pascal Rigaux2004-05-062-5/+5
|
* don't succeed automatic configuration (not auto_install) when there is many ↵Pascal Rigaux2004-05-061-1/+3
| | | | cards (as requested by Joe Bolin on cooker)
* open more ports for sambaThierry Vignaud2004-05-051-1/+1
|
* preparing for FurlanPablo Saratxaga2004-05-051-1/+2
|
* fix 10-31mdk's changelogThierry Vignaud2004-05-051-1/+1
|
* do not offer to set DOMAINNAME2 since it is never saved nor read (#9580)Thierry Vignaud2004-05-051-1/+1
|
* updated Galician filePablo Saratxaga2004-05-051-2145/+2170
|
* use @cards instead of $#cards as told by master pipiDamien Chaumette2004-05-041-1/+1
|
* updateThierry Vignaud2004-05-041-1383/+1254
|
* 10-34mdkThierry Vignaud2004-05-041-1/+10
|
* fix interface destruction wizardThierry Vignaud2004-05-041-1/+1
|
* perl_checker fixesDamien Chaumette2004-05-041-3/+3
|
* perlchecker fixesDamien Chaumette2004-05-041-20/+21
|
* XFree 3 is gone!Pascal Rigaux2004-05-0314-1141/+513
|
* take ISDN protocol into account for people outside Europe to use itDamien Chaumette2004-05-032-1/+5
| | | | | (kind of lost in space before)
* no need for defensive programmingPascal Rigaux2004-05-031-1/+1
|
* blank.img has been removed, so remove special code handling itPascal Rigaux2004-05-034-30/+5
|
* fix drakupdate_fstab adding twice an entry in fstab, one with the old name, ↵Pascal Rigaux2004-05-014-3/+15
| | | | one with the devfs name
* 10-32mdkThierry Vignaud2004-04-301-1/+16
|
* - new getSCSI_26() not using /proc/scsi/scsiPascal Rigaux2004-04-303-33/+75
| | | | | | | | | (since we can't say first Direct-Access entry is sda anymore) - deprecate field {raw_type} - don't fill {device} with sgX for non-(cdrom|hd|floppy) (hopefully not used by anything, except maybe scanners?) - replace scdX with srX (which everybody use)
* (version) bump release numberThierry Vignaud2004-04-301-1/+1
|