summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* fixed test of alternatives always seen as broken.Francois Pons2003-01-161-1/+2
|
* ask security level in every installPascal Rigaux2003-01-162-5/+4
|
* perl_checker fixesThierry Vignaud2003-01-161-13/+14
|
* require an recent enought MDK::CommonThierry Vignaud2003-01-161-1/+1
|
* perl_checker fixesThierry Vignaud2003-01-161-7/+7
|
* make perl_checker happyPascal Rigaux2003-01-161-9/+9
|
* "je n'en veux + de cette engeance" (c) pixel :Thierry Vignaud2003-01-1613-50/+47
| | | | | | make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad)
* happy drakxThierry Vignaud2003-01-161-1/+1
|
* configureNetwork step must be non-auto otherwise onlyPascal Rigaux2003-01-161-1/+2
| | | | | install_steps::configureNetwork is called
* move gnucash up on mandrakeclub demandFlorent Villard2003-01-161-2/+2
|
* add hdparm in default install (esp. per cooker request)Pascal Rigaux2003-01-161-1/+1
|
* do not propose individual package on upgrade.Francois Pons2003-01-161-1/+1
|
* have dhcp-client the default dhcp clientPascal Rigaux2003-01-161-1/+1
|
* beta 2Florent Villard2003-01-161-0/+0
|
* move "require standalone" where neededThierry Vignaud2003-01-161-1/+1
|
* fix sound configuration while installingThierry Vignaud2003-01-161-3/+7
|
* *** empty log message ***Pascal Rigaux2003-01-161-1/+28
|
* don't yell when checking for "$" in DrakX.pot and only finding "\$"Pascal Rigaux2003-01-161-1/+1
|
* hopefully last titi's bug on getSoundDevices :-(Pascal Rigaux2003-01-161-1/+1
|
* fix typoPascal Rigaux2003-01-151-1/+1
|
* *** empty log message ***Pascal Rigaux2003-01-151-1/+110
|
* (selectInstallClass): display mandrake release version when listing the ↵Pascal Rigaux2003-01-151-4/+12
| | | | choices of partitions to upgrade
* (find_root_parts):Pascal Rigaux2003-01-151-6/+9
| | | | | | | | - do not use guess_mount_point() anymore - check /etc/mandrake-release instead of /etc/fstab - return a list of { release => "Mandrake Linux release X.X (XXXX)", part => ... } instead of a list of parts
* do not "use standalone" in a module used during install!Pascal Rigaux2003-01-151-2/+2
|
* adapt to install_any::find_root_parts() return value changesPascal Rigaux2003-01-151-1/+1
|
* updated pot filePablo Saratxaga2003-01-153-28228/+33495
|
* Added "Amharic" in the languages list, so it can be choosed and itsPablo Saratxaga2003-01-151-8/+5
| | | | | translations can get installed from the rpm packages
* move install_steps_auto_install_non_interactive::configureNetwork() toPascal Rigaux2003-01-151-6/+5
| | | | | | install_steps_auto_install::configureNetwork() as it should be (thanks to Luc Bourdot)
* fix for network module probe & configuration in interactive auto_installPascal Rigaux2003-01-151-0/+8
|
* - factorize snd devices listing in detect_devices::getSoundDevices()Thierry Vignaud2003-01-151-0/+4
| | | | | | | | so that each caller is ppc aware - factorize sound slots configuration into harddrake::sound::configure_sound_slots() so that harddrake service will eventually set them at bootstrapping time
* snd-sscape does not existThierry Vignaud2003-01-151-1/+0
|
* - factorize snd devices listing in detect_devices::getSoundDevices()Thierry Vignaud2003-01-153-4/+12
| | | | | | | | so that each caller is ppc aware - factorize sound slots configuration into harddrake::sound::configure_sound_slots() so that harddrake service will eventually set them at bootstrapping time
* add an option to skip jazz drives detectionThierry Vignaud2003-01-151-1/+5
|
* (suggest_onmbr): log the choicePascal Rigaux2003-01-151-0/+1
|
* drakproxy need common for getVarsFromSh()Thierry Vignaud2003-01-151-0/+1
|
* Removed bugs from Titi which prevented printerdrake from installing the ↵Till Kamppeter2003-01-142-55/+55
| | | | requested spooler.
* ensure cancel on setupBootloader__mbr_or_not do cancelPascal Rigaux2003-01-141-2/+3
|
* set_active on Gtk2::CheckButton is pretty dumb, it thinks undef is true ;pPascal Rigaux2003-01-141-1/+1
|
* don't probe mouse when testing (startup is now much faster)Pascal Rigaux2003-01-141-1/+1
|
* changes to have less "Use of uninitialized value"Pascal Rigaux2003-01-141-6/+8
|
* fix bug & cleanup (to have less warning in debug mode)Pascal Rigaux2003-01-141-4/+4
|
* remove the ugly temporary fix for fontconfigPascal Rigaux2003-01-141-1/+0
|
* remove duplicate codePascal Rigaux2003-01-141-3/+0
|
* please perl_checkerPascal Rigaux2003-01-141-2/+2
|
* *** empty log message ***Pascal Rigaux2003-01-141-1/+104
|
* fix font_choice()Thierry Vignaud2003-01-141-2/+2
|
* don't automatically configure network on upgrade, now only done when called ↵Pascal Rigaux2003-01-141-1/+1
| | | | via summary
* unicore/To/Fold.pl is necessary to fix "panic: swash_fetch" error occuring inPascal Rigaux2003-01-141-0/+1
| | | | | a regexp with /i on ->{device} (fixes bug #799)
* add harddrake::sound checkerThierry Vignaud2003-01-141-0/+20
|
* add missing sound modules (found by check_snd in comparingThierry Vignaud2003-01-141-5/+8
| | | | | harddrake::sound vs list_modules). we only left audio and bttv...