| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | more spacing around the separator and the buttons (as requested by ergonomy ↵ | Pascal Rigaux | 2004-12-30 | 1 | -1/+2 |
| | | | | | team) | ||||
| * | move device mapper initialisation out of lvm.pm into devices.pm (since it ↵ | Pascal Rigaux | 2004-12-29 | 2 | -9/+13 |
| | | | | | will be useful for other things) | ||||
| * | simplify and speed up computeGroupSize() | Pascal Rigaux | 2004-12-29 | 1 | -12/+12 |
| | | |||||
| * | in computeGroupSize() | Pascal Rigaux | 2004-12-29 | 1 | -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 packages | Pascal Rigaux | 2004-12-29 | 1 | -1/+1 |
| | | |||||
| * | - add can_default | Pascal Rigaux | 2004-12-28 | 1 | -11/+11 |
| | | | | | | - remove known_opts (alike the rest of the code) | ||||
| * | fix overlap | Pascal Rigaux | 2004-12-28 | 1 | -1/+1 |
| | | |||||
| * | re-organize steps display as requested by ergonomic team | Pascal Rigaux | 2004-12-28 | 1 | -6/+11 |
| | | |||||
| * | - create set_rpmsrate_category_flags(), ↵ | Pascal Rigaux | 2004-12-28 | 3 | -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 Rigaux | 2004-12-28 | 1 | -1/+1 |
| | | |||||
| * | differentiate compssUsers flags from non-user modifiable flags (eg: hardware ↵ | Pascal Rigaux | 2004-12-24 | 3 | -191/+195 |
| | | | | | flags) | ||||
| * | "Samba server" is better named "Windows Files Sharing (SMB)" (bugzilla #10585) | Pascal Rigaux | 2004-12-24 | 1 | -1/+1 |
| | | |||||
| * | bump require on perl in order to prevent beakage on update due to | Thierry Vignaud | 2004-12-23 | 1 | -1/+1 |
| | | | | | | binary incompatibility (#12719 and the like) | ||||
| * | Add a new check script in tools. It compares the perl modules used by the .pm | Rafael Garcia-Suarez | 2004-12-23 | 1 | -0/+22 |
| | | | | | | | files in perl-install against the ones listed in share/list, to detect potential missing modules (and potential run-time problems during the stage 2) | ||||
| * | fix typo in 10.2-0.7mdk's changelog | Thierry Vignaud | 2004-12-23 | 1 | -1/+1 |
| | | |||||
| * | 10.2-0.7mdk | Thierry Vignaud | 2004-12-23 | 1 | -1/+9 |
| | | |||||
| * | add a couple of new ALSA drivers | Thierry Vignaud | 2004-12-23 | 1 | -2/+2 |
| | | |||||
| * | fix Xconfig::default::configure() use | Pascal Rigaux | 2004-12-23 | 1 | -1/+1 |
| | | |||||
| * | "XFdrake --auto" is now fully auto using auto_install configuration instead ↵ | Pascal Rigaux | 2004-12-23 | 1 | -1/+1 |
| | | | | | of "as much auto as can be" | ||||
| * | - don't ask X to restart in auto mode | Pascal Rigaux | 2004-12-23 | 1 | -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 Vignaud | 2004-12-22 | 1 | -1/+2 |
| | | | | | | let's have our tools be aware of that once our kernel got synced | ||||
| * | handle new snd-pcxhr driver from alsa CVS | Thierry Vignaud | 2004-12-22 | 1 | -0/+1 |
| | | |||||
| * | install proper tools for Digigram PCXHR sound card | Thierry Vignaud | 2004-12-22 | 1 | -0/+1 |
| | | |||||
| * | simplify | Pascal Rigaux | 2004-12-22 | 1 | -7/+3 |
| | | |||||
| * | no need to use max_size, no need to compute it | Pascal Rigaux | 2004-12-22 | 1 | -12/+4 |
| | | |||||
| * | fix previous commit | Pascal Rigaux | 2004-12-22 | 1 | -3/+4 |
| | | |||||
| * | create read_rpmsrate_raw() out of read_rpmsrate(), this new function can be ↵ | Pascal Rigaux | 2004-12-22 | 1 | -45/+62 |
| | | | | | easily used outside install | ||||
| * | add option no_bad_drives (to workaround bugzilla #12766) | Pascal Rigaux | 2004-12-22 | 2 | -1/+2 |
| | | |||||
| * | /proc/sys/kernel/modprobe wants something non empty, otherwise it doesn't ↵ | Pascal Rigaux | 2004-12-21 | 1 | -1/+1 |
| | | | | | change anything | ||||
| * | - fs::mount() wants a real device or a faked one, but doesn't accept things ↵ | Pascal Rigaux | 2004-12-21 | 3 | -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 $::prefix | Pascal Rigaux | 2004-12-21 | 6 | -87/+79 |
| | | |||||
| * | don't pass prefix to network::netconnect::main() (it doesn't use it) | Pascal Rigaux | 2004-12-21 | 5 | -9/+9 |
| | | |||||
| * | don't pass prefix, use $::prefix | Pascal Rigaux | 2004-12-21 | 6 | -20/+20 |
| | | |||||
| * | much simpler code to handle post-install update modules | Pascal Rigaux | 2004-12-21 | 2 | -35/+11 |
| | | | | | | | - it handles new modules - it calls depmod | ||||
| * | fix floppies detection (through dmidecode) | Pascal Rigaux | 2004-12-21 | 1 | -1/+1 |
| | | |||||
| * | minimal bootsplash stage1 support | Pascal Rigaux | 2004-12-20 | 10 | -17/+132 |
| | | |||||
| * | don't die when /proc/sys/kernel/modprobe doesn't exist (for BOOT kernels) | Pascal Rigaux | 2004-12-20 | 1 | -1/+1 |
| | | |||||
| * | (get_user_home) do not horribly die if USER environment variable list | Thierry Vignaud | 2004-12-20 | 1 | -1/+2 |
| | | | | | | a non existing user | ||||
| * | create unset_automatic() | Pascal Rigaux | 2004-12-20 | 7 | -15/+20 |
| | | |||||
| * | jp console should not be localized | Funda Wang | 2004-12-19 | 1 | -1/+1 |
| | | |||||
| * | remove unused code | Pascal Rigaux | 2004-12-17 | 1 | -1/+0 |
| | | |||||
| * | don't parse the theme rc file to set the root window background color during ↵ | Pascal Rigaux | 2004-12-17 | 2 | -16/+17 |
| | | | | | | | | install, instead use the gc of a fake window named "background" | ||||
| * | oops, set_background *is* needed | Pascal Rigaux | 2004-12-17 | 1 | -0/+1 |
| | | |||||
| * | remove unneeded ->set_background | Pascal Rigaux | 2004-12-17 | 1 | -1/+0 |
| | | |||||
| * | ia64 uses the lilo method (even if it has some important differences) | Pascal Rigaux | 2004-12-17 | 1 | -0/+1 |
| | | |||||
| * | fix NETMASK autofilling | Thierry Vignaud | 2004-12-17 | 1 | -1/+1 |
| | | |||||
| * | switch to mygtk2 | Pascal Rigaux | 2004-12-17 | 1 | -29/+29 |
| | | |||||
| * | add some more functions in mygtk2 | Pascal Rigaux | 2004-12-17 | 2 | -23/+32 |
| | | |||||
| * | *** empty log message *** | Pascal Rigaux | 2004-12-17 | 1 | -0/+7 |
| | | |||||
| * | packdrake changed a little, ensuring that if we ask no modules it doesn't ↵ | Pascal Rigaux | 2004-12-17 | 1 | -1/+1 |
| | | | | | cause havoc | ||||
