summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 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...
* add a "trouble shooting" windowThierry Vignaud2003-01-141-4/+38
|
* don't say "You must have a swap partition"Pascal Rigaux2003-01-131-1/+0
| | | | | (since it's after using diskdrake which is for experts)
* *** empty log message ***Thierry Vignaud2003-01-131-1/+5
|
* it's uneeded to force scalar contextThierry Vignaud2003-01-131-1/+1
|
* make get_descr_from_ppd() clearer by :Thierry Vignaud2003-01-131-11/+9
| | | | | | | - using cat_() instead of manual open or ... - using "$var = s/$regexp//" instead of "var=/regexp\(...\)/; var=$1;"
* simplify set_cups_autoconf()Thierry Vignaud2003-01-131-5/+2
|
* remove old bug referenceThierry Vignaud2003-01-131-4/+0
|
* print_testpages() : factorize and simplify options managmentThierry Vignaud2003-01-131-66/+26
| | | | | by using an options hash
* add_spooler_to_security_level(), configure_queue()Thierry Vignaud2003-01-131-12/+4
| | | | | | and config_sane() : factorize common code, aka resuse MDK::Common
* setup_local_autoscan():Thierry Vignaud2003-01-131-21/+3
| | | | | | - don't reinvent the wheel, reverse is faster - remove doble $device initialization in one path
* setup_local_autoscan() : simplify loop of loopThierry Vignaud2003-01-131-7/+2
| | | | | and optimize away useless $alreadyfound
* updateThierry Vignaud2003-01-131-7/+6
|
* this is not a per class help, but we told the user whatThierry Vignaud2003-01-131-9/+2
| | | | | he can achieve (aka not only on startup)
* add support for zip drivesThierry Vignaud2003-01-131-0/+1
|
* listlength() is obviously just "overhead" for arraysThierry Vignaud2003-01-131-1/+1
|
* use diskdrake to configure cdroms, dvroms, cd|dvd -burners,Thierry Vignaud2003-01-131-2/+4
| | | | | floppies and zip drives
* Avoid unnecessary restarts of the CUPS daemon.Till Kamppeter2003-01-132-3/+9
|
* Removed debug helper line.Till Kamppeter2003-01-131-2/+1
|
* New CUPS printer sharing configuration dialog.Till Kamppeter2003-01-133-75/+708
| | | | | Reverted broken printer::main::set_usermode() to version of Mandrake 9.0.
* drakxtools need latest perl-MDK-CommonPascal Rigaux2003-01-121-1/+1
|
* capitalise win $domain ASAP so that directory /home/$domain is createdPascal Rigaux2003-01-111-1/+2
| | | | | capitalised (thanks to Buchan Milne)
* *** empty log message ***Pascal Rigaux2003-01-101-1/+133
|
* do not use supermount by defaultPascal Rigaux2003-01-101-1/+1
|
* (readBootloaderConfigBeforeInstall): set bootUnsafe to 0 when upgrading soPascal Rigaux2003-01-101-0/+2
| | | | | that it doesn't ask where to install the bootloader (mbr vs boot partition)
* lvm on / works (dixit Brian J. Murrell)Pascal Rigaux2003-01-101-1/+1
|
* simplify and factorizePascal Rigaux2003-01-104-25/+29
| | | | | (now works on 1.upgrade 2.install 3.install + change existing config)
* fix priorityPascal Rigaux2003-01-101-2/+2
|