Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add harddrake::sound checker | Thierry Vignaud | 2003-01-14 | 1 | -0/+20 |
| | |||||
* | remove doble | Thierry Vignaud | 2003-01-14 | 1 | -2/+2 |
| | |||||
* | add missing sound modules (found by check_snd in comparing | Thierry Vignaud | 2003-01-14 | 1 | -5/+8 |
| | | | | | harddrake::sound vs list_modules). we only left audio and bttv... | ||||
* | add missing sound modules (found by check_snd in comparing draksound | Thierry Vignaud | 2003-01-14 | 1 | -5/+5 |
| | | | | | vs list_modules). we only left audio and bttv... | ||||
* | add a "trouble shooting" window | Thierry Vignaud | 2003-01-14 | 1 | -4/+38 |
| | |||||
* | don't say "You must have a swap partition" | Pascal Rigaux | 2003-01-13 | 1 | -1/+0 |
| | | | | | (since it's after using diskdrake which is for experts) | ||||
* | *** empty log message *** | Thierry Vignaud | 2003-01-13 | 1 | -1/+5 |
| | |||||
* | it's uneeded to force scalar context | Thierry Vignaud | 2003-01-13 | 1 | -1/+1 |
| | |||||
* | make get_descr_from_ppd() clearer by : | Thierry Vignaud | 2003-01-13 | 1 | -11/+9 |
| | | | | | | | - using cat_() instead of manual open or ... - using "$var = s/$regexp//" instead of "var=/regexp\(...\)/; var=$1;" | ||||
* | simplify set_cups_autoconf() | Thierry Vignaud | 2003-01-13 | 1 | -5/+2 |
| | |||||
* | remove old bug reference | Thierry Vignaud | 2003-01-13 | 1 | -4/+0 |
| | |||||
* | print_testpages() : factorize and simplify options managment | Thierry Vignaud | 2003-01-13 | 1 | -66/+26 |
| | | | | | by using an options hash | ||||
* | add_spooler_to_security_level(), configure_queue() | Thierry Vignaud | 2003-01-13 | 1 | -12/+4 |
| | | | | | | and config_sane() : factorize common code, aka resuse MDK::Common | ||||
* | setup_local_autoscan(): | Thierry Vignaud | 2003-01-13 | 1 | -21/+3 |
| | | | | | | - don't reinvent the wheel, reverse is faster - remove doble $device initialization in one path | ||||
* | setup_local_autoscan() : simplify loop of loop | Thierry Vignaud | 2003-01-13 | 1 | -7/+2 |
| | | | | | and optimize away useless $alreadyfound | ||||
* | update | Thierry Vignaud | 2003-01-13 | 1 | -7/+6 |
| | |||||
* | this is not a per class help, but we told the user what | Thierry Vignaud | 2003-01-13 | 1 | -9/+2 |
| | | | | | he can achieve (aka not only on startup) | ||||
* | add support for zip drives | Thierry Vignaud | 2003-01-13 | 1 | -0/+1 |
| | |||||
* | listlength() is obviously just "overhead" for arrays | Thierry Vignaud | 2003-01-13 | 1 | -1/+1 |
| | |||||
* | use diskdrake to configure cdroms, dvroms, cd|dvd -burners, | Thierry Vignaud | 2003-01-13 | 1 | -2/+4 |
| | | | | | floppies and zip drives | ||||
* | Avoid unnecessary restarts of the CUPS daemon. | Till Kamppeter | 2003-01-13 | 2 | -3/+9 |
| | |||||
* | Removed debug helper line. | Till Kamppeter | 2003-01-13 | 1 | -2/+1 |
| | |||||
* | New CUPS printer sharing configuration dialog. | Till Kamppeter | 2003-01-13 | 3 | -75/+708 |
| | | | | | Reverted broken printer::main::set_usermode() to version of Mandrake 9.0. | ||||
* | add explained changes in hwdata and kudzu from redhat 8.0 to 8.1beta | Pascal Rigaux | 2003-01-12 | 1 | -0/+23 |
| | |||||
* | add changes between anaconda 8.0 and current | Pascal Rigaux | 2003-01-12 | 1 | -72/+156 |
| | |||||
* | drakxtools need latest perl-MDK-Common | Pascal Rigaux | 2003-01-12 | 1 | -1/+1 |
| | |||||
* | capitalise win $domain ASAP so that directory /home/$domain is created | Pascal Rigaux | 2003-01-11 | 1 | -1/+2 |
| | | | | | capitalised (thanks to Buchan Milne) | ||||
* | *** empty log message *** | Pascal Rigaux | 2003-01-10 | 1 | -1/+133 |
| | |||||
* | do not use supermount by default | Pascal Rigaux | 2003-01-10 | 1 | -1/+1 |
| | |||||
* | (readBootloaderConfigBeforeInstall): set bootUnsafe to 0 when upgrading so | Pascal Rigaux | 2003-01-10 | 1 | -0/+2 |
| | | | | | that it doesn't ask where to install the bootloader (mbr vs boot partition) | ||||
* | lvm on / works (dixit Brian J. Murrell) | Pascal Rigaux | 2003-01-10 | 1 | -1/+1 |
| | |||||
* | simplify and factorize | Pascal Rigaux | 2003-01-10 | 4 | -25/+29 |
| | | | | | (now works on 1.upgrade 2.install 3.install + change existing config) | ||||
* | fix priority | Pascal Rigaux | 2003-01-10 | 1 | -2/+2 |
| | |||||
* | fix unused vars | Pascal Rigaux | 2003-01-10 | 1 | -1/+1 |
| | |||||
* | - catch wizcancel die | Damien Chaumette | 2003-01-10 | 1 | -59/+1 |
| | | | | | | - fix fucked previous button after configuration completes - little cleanup | ||||
* | *** empty log message *** | Damien Chaumette | 2003-01-09 | 1 | -91/+43 |
| | |||||
* | there's an oss usb driver too | Thierry Vignaud | 2003-01-09 | 1 | -2/+2 |
| | |||||
* | - snd-rme9652 is a snd-rme96 sub module | Thierry Vignaud | 2003-01-09 | 1 | -4/+3 |
| | | | | | - fix rme96xx <=> snd-rme96 equivalence | ||||
* | quite a number of ensoniq cards are managed by sb.o | Thierry Vignaud | 2003-01-09 | 1 | -7/+6 |
| | |||||
* | - pss is the oss equivalent of alsa ad1848 | Thierry Vignaud | 2003-01-09 | 1 | -2/+2 |
| | | | | | - oss ad1848 is not a driver but a sub module | ||||
* | cmi8330 is handled by sb too | Thierry Vignaud | 2003-01-09 | 1 | -3/+3 |
| | |||||
* | als100 card is handled by sb oss sound driver | Thierry Vignaud | 2003-01-09 | 1 | -3/+3 |
| | |||||
* | oss trident driver handle ali5451 too | Thierry Vignaud | 2003-01-09 | 1 | -3/+3 |
| | |||||
* | - remove doble | Thierry Vignaud | 2003-01-09 | 1 | -3/+2 |
| | | | | | | - add a comment noting there's no alsa alternative for oss' ad1889 driver | ||||
* | changed interface of detect_devices::install_addons. | Francois Pons | 2003-01-09 | 1 | -1/+1 |
| | |||||
* | add update-ldetect-lst after install_addons. | Francois Pons | 2003-01-09 | 1 | -3/+6 |
| | |||||
* | (configureNetwork): call install_steps::configureNetwork() | Pascal Rigaux | 2003-01-09 | 1 | -0/+1 |
| | |||||
* | (easy_dhcp): don't call network::configureNetwork2 | Pascal Rigaux | 2003-01-09 | 1 | -2/+0 |
| | |||||
* | fix "unlisted driver" bug for rme driver | Thierry Vignaud | 2003-01-09 | 1 | -3/+3 |
| | |||||
* | - add new oss drivers : ad1889, ali5455 and forte | Thierry Vignaud | 2003-01-09 | 1 | -13/+13 |
| | | | | | | | | | | | - mark forte as oss counterpart for alsa snd-fm801 driver - mark ice1712 as oss counterpart for alsa snd-ice1712 driver - mark ali5455 as one of the oss counterpart for alsa snd-intel8x0 driver - update top commentary - snd-via686 and snd-via8233 were merged in via82cxxx_audio - don't pollute install ml anymore |