summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* simplify and speed up computeGroupSize()Pascal Rigaux2004-12-291-12/+12
|
* in computeGroupSize()Pascal Rigaux2004-12-291-11/+21
| | | | | | | | - fix old ugly bug (CAT_FOO && CAT_BAR || CAT_FOO was reduced to CAT_FOO && CAT_BAR) - log the time spent - ignore already selected packages - group by same rpmsrate flags (nice speedup :)
* when computing group size, select CAT_SYSTEM packagesPascal Rigaux2004-12-291-1/+1
|
* - add can_defaultPascal Rigaux2004-12-281-11/+11
| | | | | - remove known_opts (alike the rest of the code)
* fix overlapPascal Rigaux2004-12-281-1/+1
|
* re-organize steps display as requested by ergonomic teamPascal Rigaux2004-12-281-6/+11
|
* - create set_rpmsrate_category_flags(), ↵Pascal Rigaux2004-12-283-82/+105
| | | | | | | | | set_rpmsrate_default_category_flags(), default_packages(), rpmsrate_always_flags() replacing setDefaultPackages() - create select_default_packages() - apply "always" rpmsrate flags ASAP and skip packages with flag "FALSE" in computeGroupSize() => 30% speed-up
* fix displaying package tree (was empty since moving from XXX to CAT_XXX)Pascal Rigaux2004-12-281-1/+1
|
* differentiate compssUsers flags from non-user modifiable flags (eg: hardware ↵Pascal Rigaux2004-12-243-191/+195
| | | | flags)
* "Samba server" is better named "Windows Files Sharing (SMB)" (bugzilla #10585)Pascal Rigaux2004-12-241-1/+1
|
* bump require on perl in order to prevent beakage on update due toThierry Vignaud2004-12-231-1/+1
| | | | | binary incompatibility (#12719 and the like)
* fix typo in 10.2-0.7mdk's changelogThierry Vignaud2004-12-231-1/+1
|
* 10.2-0.7mdkThierry Vignaud2004-12-231-1/+9
|
* fix Xconfig::default::configure() usePascal Rigaux2004-12-231-1/+1
|
* "XFdrake --auto" is now fully auto using auto_install configuration instead ↵Pascal Rigaux2004-12-231-1/+1
| | | | of "as much auto as can be"
* - don't ask X to restart in auto modePascal Rigaux2004-12-231-2/+2
| | | | | - set exit status to 1 when configuration failed (esp. auto mode)
* "snd-audigyls" ALSA driver was renamed "snd-ca0106" in ALSA CVS;Thierry Vignaud2004-12-221-1/+2
| | | | | let's have our tools be aware of that once our kernel got synced
* handle new snd-pcxhr driver from alsa CVSThierry Vignaud2004-12-221-0/+1
|
* install proper tools for Digigram PCXHR sound cardThierry Vignaud2004-12-221-0/+1
|
* simplifyPascal Rigaux2004-12-221-7/+3
|
* no need to use max_size, no need to compute itPascal Rigaux2004-12-221-12/+4
|
* fix previous commitPascal Rigaux2004-12-221-3/+4
|
* create read_rpmsrate_raw() out of read_rpmsrate(), this new function can be ↵Pascal Rigaux2004-12-221-45/+62
| | | | easily used outside install
* add option no_bad_drives (to workaround bugzilla #12766)Pascal Rigaux2004-12-222-1/+2
|
* /proc/sys/kernel/modprobe wants something non empty, otherwise it doesn't ↵Pascal Rigaux2004-12-211-1/+1
| | | | change anything
* - fs::mount() wants a real device or a faked one, but doesn't accept things ↵Pascal Rigaux2004-12-213-7/+8
| | | | | | | | like fd0 anymore (give it /dev/fd0) - a little more robust analyze_wild_device_name() during install - handle bad things in subpart_from_wild_device_name()
* don't pass prefix, use $::prefixPascal Rigaux2004-12-216-87/+79
|
* don't pass prefix to network::netconnect::main() (it doesn't use it)Pascal Rigaux2004-12-215-9/+9
|
* don't pass prefix, use $::prefixPascal Rigaux2004-12-216-20/+20
|
* much simpler code to handle post-install update modulesPascal Rigaux2004-12-211-33/+6
| | | | | | - it handles new modules - it calls depmod
* fix floppies detection (through dmidecode)Pascal Rigaux2004-12-211-1/+1
|
* don't die when /proc/sys/kernel/modprobe doesn't exist (for BOOT kernels)Pascal Rigaux2004-12-201-1/+1
|
* (get_user_home) do not horribly die if USER environment variable listThierry Vignaud2004-12-201-1/+2
| | | | | a non existing user
* jp console should not be localizedFunda Wang2004-12-191-1/+1
|
* remove unused codePascal Rigaux2004-12-171-1/+0
|
* don't parse the theme rc file to set the root window background color during ↵Pascal Rigaux2004-12-172-16/+17
| | | | | | | install, instead use the gc of a fake window named "background"
* oops, set_background *is* neededPascal Rigaux2004-12-171-0/+1
|
* remove unneeded ->set_backgroundPascal Rigaux2004-12-171-1/+0
|
* ia64 uses the lilo method (even if it has some important differences)Pascal Rigaux2004-12-171-0/+1
|
* fix NETMASK autofillingThierry Vignaud2004-12-171-1/+1
|
* switch to mygtk2Pascal Rigaux2004-12-171-29/+29
|
* add some more functions in mygtk2Pascal Rigaux2004-12-172-23/+32
|
* *** empty log message ***Pascal Rigaux2004-12-171-0/+7
|
* packdrake changed a little, ensuring that if we ask no modules it doesn't ↵Pascal Rigaux2004-12-171-1/+1
| | | | cause havoc
* migrate to mygtk2Pascal Rigaux2004-12-161-68/+60
|
* fix typo (mygtk2 wants active_ref, not val)Pascal Rigaux2004-12-161-1/+1
|
* - add DrawingAreaPascal Rigaux2004-12-161-3/+23
| | | | | - add text_ref & format for buttons
* create function detect_devices::BIGMEM() which calls c::dmiDetectMemory(), ↵Pascal Rigaux2004-12-163-2/+6
| | | | | | | but only if we are root (this helps testings install without dying)
* help testingPascal Rigaux2004-12-161-1/+1
|
* much simpler code using mygtk2Pascal Rigaux2004-12-161-67/+49
|