summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Pascal Rigaux2004-07-061-1/+350
|
* high level explanationThierry Vignaud2004-07-061-0/+1
|
* rush to beta one manJosé Jorge2004-07-051-3197/+3669
|
* allow medium change in nfs-iso installOlivier Blin2004-07-051-1/+1
|
* try to use $default_intf (and fix the last perl_checker warning, yeah)Olivier Blin2004-07-051-1/+7
|
* perl_checker complianceOlivier Blin2004-07-051-3/+2
|
* rename $echr and $echt to $scale_r and $scale_tOlivier Blin2004-07-051-8/+8
|
* remove unused variable $typeOlivier Blin2004-07-051-3/+0
|
* use $LOG instead of *LOGPascal Rigaux2004-07-051-10/+10
|
* fix #-PO: commentPascal Rigaux2004-07-051-1/+2
|
* fix function callPascal Rigaux2004-07-051-1/+1
|
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-0522-224/+231
| | | | | | this will allow defining {fs_type} which will always be a string whereas {pt_type} will always be a number
* create rationalize_options() and use it (bugzilla #3525)Pascal Rigaux2004-07-052-3/+17
| | | | | more checks should be done in this function, and used at more places (but where?)
* drakxtools-backend needs ldetect-lst (for complete_usb_storage_info())Pascal Rigaux2004-07-051-1/+5
|
* allow getpwnam, getgrnam, getgrid to workPascal Rigaux2004-07-051-0/+6
|
* *** empty log message ***Pascal Rigaux2004-07-051-3/+3
|
* drop --no-link option (already replaced by --no-short-name)Pascal Rigaux2004-07-051-4/+0
|
* drop "other" entries in grub conf when the device is unknownPascal Rigaux2004-07-051-3/+8
|
* don't set {major} and {minor} to 0 when the device doesn't existPascal Rigaux2004-07-051-1/+3
|
* - handle missing root=/dev/xxx kernel commandline parameterPascal Rigaux2004-07-051-6/+7
| | | | | - handle grub splashimage option
* oops, revert debugging codePascal Rigaux2004-07-051-1/+1
|
* - new option --no-short-name which implies no short labels (usually vmlinuz) ↵Pascal Rigaux2004-07-051-2/+9
| | | | | | | and no symlinks (usually /boot/vmlinuz) - rename --no-link to --no-short-name (keeping compatibility for a few days)
* fix typoPascal Rigaux2004-07-031-1/+1
|
* 10-52mdkThierry Vignaud2004-07-021-0/+9
|
* ensure proper upgrade: explictly tell urpmi that old drakxtools-newt ↵Pascal Rigaux2004-07-021-1/+5
| | | | conflicts with drakxtools-backend
* remove spurious '"pty ', I suckOlivier Blin2004-07-021-1/+1
|
* cleanupPascal Rigaux2004-07-021-10/+8
|
* pptp support (partial fix for #6515)Olivier Blin2004-07-021-1/+8
|
* Add anonymous bindVicent Guardiola2004-07-021-12/+10
|
* Ukrainian translation update.Sergey Ribalchenko2004-07-021-9369/+8427
|
* switch to new japanese fonts (UTUMI Hirosi <utuhiro78@yahoo.co.jp>)Thierry Vignaud2004-07-021-1/+1
|
* remove anonymous entryVicent Guardiola2004-07-021-3/+11
|
* add libsasl2-plug-gssapi when AD is selectedVicent Guardiola2004-07-021-1/+1
|
* (write) let be aware of install modeThierry Vignaud2004-07-021-1/+1
|
* Change SSL/TLS to SSL or TLSVicent Guardiola2004-07-021-4/+6
| | | | | | add uc_domain to realm section in /etc/krb5.conf padbol
* (write) configure menu-method's language too so that altering languageThierry Vignaud2004-07-021-0/+3
| | | | | is done for KDE menu entries too (instead of just programs' messages)
* create package drakxtools-backendPascal Rigaux2004-07-011-6/+19
|
* fix typo causing multiple "Keyboard" entries in XF86Config (bugzilla #10163)Pascal Rigaux2004-07-011-2/+2
|
* add fluxbox in known window managers listOlivier Blin2004-07-011-1/+1
|
* stage1 used to write files /tmp/network, /tmp/ifcfg-eth0, /etc/modules.confPascal Rigaux2004-07-011-1/+3
| | | | | | | but those files are in /stage1 after pivot rooting, so: - write modules.conf in /tmp instead of /etc - cp those files from /stage1/tmp to /tmp before umounting /stage1
* default consolefont is lat0-16, no more lat0-sun16Pascal Rigaux2004-07-011-1/+1
|
* fix typoPascal Rigaux2004-07-011-1/+1
|
* fix typoPascal Rigaux2004-07-011-1/+1
|
* add bug referenceThierry Vignaud2004-07-011-1/+1
|
* typo fixThierry Vignaud2004-07-012-2/+2
|
* 10-50mdkThierry Vignaud2004-07-011-1/+11
|
* revert ugly code printing "This program cannot be run in console mode",Pascal Rigaux2004-07-0113-130/+13
| | | | | it is easily done in ugtk2.pm
* updateFunda Wang2004-06-301-1990/+1973
|
* when doing update_splash or remove_splash, call when_config_changed (mainly ↵Pascal Rigaux2004-06-301-0/+2
| | | | for lilo)
* use print + exit instead of diePascal Rigaux2004-06-301-1/+1
| | | | | (so that standalone tools don't need to do it by hand)