summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Expand)AuthorAgeFilesLines
* fix default config for mousePascal Rigaux2002-07-291-1/+5
* fix mke2fs on loopbackPascal Rigaux2002-07-291-2/+2
* disallow big_help (when pressing F1) when testing mousePascal Rigaux2002-07-292-3/+3
* try to allow /boot on vfat (it used to work)Pascal Rigaux2002-07-291-1/+1
* fix diskdrake::interactive::Options() excepts a value fromPascal Rigaux2002-07-291-0/+1
* try harder to have "xfs" runningPascal Rigaux2002-07-291-1/+1
* updated pot filePablo Saratxaga2002-07-293-3138/+3715
* read and wrote /etc/modules.confThierry Vignaud2002-07-291-0/+2
* - consolidate duplicated 'use (warn|strict...' into nuke_perl targetThierry Vignaud2002-07-291-5/+6
* final changes batchThierry Vignaud2002-07-291-4/+11
* - pixel: don't set release to 14mdk when 13mdk hadn't be released ...Thierry Vignaud2002-07-291-5/+28
* replace trigger by format test for hw config file conversionThierry Vignaud2002-07-291-2/+3
* fix partition wizard choice updating after calling diskdrakePascal Rigaux2002-07-291-14/+13
* ensure choosing install-or-upgrade can't be done twicePascal Rigaux2002-07-293-11/+10
* remove "Requires: groff" (nobody know why it's there) (Pixel)Pascal Rigaux2002-07-291-2/+5
* restore xdm choice previous behaviour (auto_install)Pascal Rigaux2002-07-291-1/+1
* - use $::prefix for reading/writing (it was missing for writing)Pascal Rigaux2002-07-292-4/+4
* xpcd is still there (deush)Pascal Rigaux2002-07-291-1/+1
* - remove deprecated packagesPascal Rigaux2002-07-291-29/+17
* use aliases for stage1 params to reduce kernel msgGuillaume Cottenceau2002-07-291-1/+6
* CardsNames is not needed anymorePascal Rigaux2002-07-281-1/+0
* *** empty log message ***Pascal Rigaux2002-07-281-0/+156
* - make the gtk resolution chooser workPascal Rigaux2002-07-281-8/+109
* fix displaying info about current configurationPascal Rigaux2002-07-281-1/+1
* make perl_checker happyPascal Rigaux2002-07-281-1/+2
* rahh, don't commit my test code!Pascal Rigaux2002-07-281-2/+2
* thou hast served well, you may now lie in peacePascal Rigaux2002-07-283-2102/+0
* 14 new modules, will it be enough?? :)Pascal Rigaux2002-07-2815-56/+1991
* adapt to new Xconfig modulesPascal Rigaux2002-07-283-8/+8
* wacom is now inside $mousePascal Rigaux2002-07-281-1/+1
* - adapt to new Xconfig modulesPascal Rigaux2002-07-281-28/+74
* (detect): return wacom inside $mousePascal Rigaux2002-07-281-17/+22
* fix "nicer error message when {val} is not set for ask_from & list" in case o...Pascal Rigaux2002-07-281-1/+1
* (configureX): adapt to new XconfigPascal Rigaux2002-07-281-13/+3
* (configureX, configureXBefore, configureXAfter): greatly simplified using new...Pascal Rigaux2002-07-281-26/+7
* (g_auto_install): no need to handle $o->{X} as a special case, it's already d...Pascal Rigaux2002-07-281-10/+1
* (availableRamMB): use a precise constraint on 'Card:Intel 810' instead of a r...Pascal Rigaux2002-07-281-1/+1
* (running_window_manager): return the pids found if wantedPascal Rigaux2002-07-281-2/+5
* Numerous GUI crash fixes, oddities. Install needed packages. Fix email, daemo...Stew Benedict2002-07-281-4106/+2748
* Check for/install terminal-server and friends. More intelligent error message...Stew Benedict2002-07-281-19/+33
* use add_probeall for scsi_hostadapter, not add_alias (may fix a bug reported ...Pascal Rigaux2002-07-271-2/+2
* (add_probeall): use "uniq" to have modules only once in ddebug.log (a "uniq"Pascal Rigaux2002-07-271-1/+1
* Completed implementation of the support for HPOJ 0.9: Automatic photo card re...Till Kamppeter2002-07-272-80/+206
* use run_program::rooted_get_stdoutPascal Rigaux2002-07-261-1/+1
* - fix dying when mkinitrd doesn't create an initrdPascal Rigaux2002-07-261-10/+15
* use run_program::rooted_get_stdout instead of `chroot $prefix ...`Pascal Rigaux2002-07-263-5/+5
* (rooted_get_stdout): handle one line return using wantarrayPascal Rigaux2002-07-261-1/+1
* - also give the ability to redirect to an array refPascal Rigaux2002-07-261-2/+17
* cleanup launching qiv (using run_program)Pascal Rigaux2002-07-261-2/+4
* add 2 functionalities to run_program:Pascal Rigaux2002-07-261-12/+28