| Commit message (Expand) | Author | Age | Files | Lines |
* | modifying keyboard in summary must modify XF86Config | Pascal Rigaux | 2003-03-05 | 1 | -0/+6 |
* | - add "Force No APIC" | Pascal Rigaux | 2003-02-20 | 1 | -6/+9 |
* | usb is runned by rc.sysinit, and doesn't like "chkconfig --add" anymore | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -4/+4 |
* | add some more formatError | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
* | add simplified menu for desktop mode. | Francois Pons | 2003-02-19 | 1 | -0/+5 |
* | propagate /proc/cmdline acpi=xxx | Pascal Rigaux | 2003-02-17 | 1 | -1/+3 |
* | have acpi=off by default | Pascal Rigaux | 2003-02-17 | 1 | -0/+1 |
* | remove unneeded msec related actions (those are done in msec) | Pascal Rigaux | 2003-02-14 | 1 | -6/+0 |
* | simpler way to detect broken alternatives. It works for symlinks to symlinks, | Pascal Rigaux | 2003-02-14 | 1 | -2/+1 |
* | use $::prefix | Pascal Rigaux | 2003-02-14 | 1 | -1/+1 |
* | have supermount back by default (at least when the security level < 4) | Pascal Rigaux | 2003-02-13 | 1 | -1/+1 |
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -1/+0 |
* | rework summary() (esp. to allow a gtk frontend) | Pascal Rigaux | 2003-02-12 | 1 | -0/+2 |
* | fix fpons sucks (at least one time). | Francois Pons | 2003-02-12 | 1 | -2/+3 |
* | perl_checker compliance ("ref" now need parentheses in many case) | Pascal Rigaux | 2003-02-12 | 1 | -2/+2 |
* | configure profile in order to avoid standalone networking tools to complain | Francois Pons | 2003-02-12 | 1 | -0/+4 |
* | try to fix the $o->{lang} compat | Guillaume Cottenceau | 2003-02-11 | 1 | -1/+1 |
* | have compatibility with old $o->{lang} for not breaking existing auto install... | Guillaume Cottenceau | 2003-02-11 | 1 | -0/+4 |
* | language/country selection change: | Guillaume Cottenceau | 2003-02-08 | 1 | -12/+17 |
* | brltty support | Pascal Rigaux | 2003-02-04 | 1 | -0/+8 |
* | remove yelp-pregenerate | Pascal Rigaux | 2003-02-03 | 1 | -1/+0 |
* | Fixed Foomatic installation done by installer. | Till Kamppeter | 2003-02-02 | 1 | -1/+1 |
* | do "yelp-pregenerate -a" only once | Pascal Rigaux | 2003-01-31 | 1 | -1/+1 |
* | call "yelp-pregenerate -a" after installing pkgs (since it's skipped DURING_I... | Pascal Rigaux | 2003-01-22 | 1 | -0/+1 |
* | - remove createBootdisk step | Pascal Rigaux | 2003-01-22 | 1 | -17/+0 |
* | new steps window layout | Pascal Rigaux | 2003-01-16 | 1 | -1/+1 |
* | fixed test of alternatives always seen as broken. | Francois Pons | 2003-01-16 | 1 | -1/+2 |
* | adapt to install_any::find_root_parts() return value changes | Pascal Rigaux | 2003-01-15 | 1 | -1/+1 |
* | 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 |
* | simplify and factorize | Pascal Rigaux | 2003-01-10 | 1 | -3/+3 |
* | cleanup | Pascal Rigaux | 2003-01-07 | 1 | -2/+2 |
* | fix looking for broken alternatives | Pascal Rigaux | 2003-01-07 | 1 | -0/+1 |
* | use "if any" instead of "if grep", and various other occurences of "any", "ev... | Pascal Rigaux | 2003-01-07 | 1 | -3/+3 |
* | - adapt to new setupBootloader | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
* | fix typos (thanks perl_checko!) | Pascal Rigaux | 2003-01-06 | 1 | -0/+2 |
* | selectInstallClass now automatically detect if an existing install is there, | Pascal Rigaux | 2003-01-06 | 1 | -10/+12 |
* | move any::runlevel() to Xconfig::various::runlevel() | Pascal Rigaux | 2002-12-29 | 1 | -1/+1 |
* | - move any::choose_security_level() to security::level::level_choose() | Pascal Rigaux | 2002-12-29 | 1 | -2/+3 |
* | no need to close *pkgs::LOG, pkgs handles it nicely now | Pascal Rigaux | 2002-12-29 | 1 | -1/+0 |
* | remove unused code (installCrypto) | Pascal Rigaux | 2002-12-04 | 1 | -10/+0 |
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -13/+9 |
* | do not use "local *F" | Pascal Rigaux | 2002-12-04 | 1 | -3/+2 |
* | do not use "local my $F, ...", use "local(my $F, ...) instead | Pascal Rigaux | 2002-12-03 | 1 | -5/+1 |
* | use output_with_perm() | Pascal Rigaux | 2002-12-02 | 1 | -2/+1 |
* | use $::prefix | Pascal Rigaux | 2002-12-02 | 1 | -1/+1 |
* | any::runlevel() doesnt need the prefix anymore | Pascal Rigaux | 2002-12-02 | 1 | -1/+1 |
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -2/+3 |
* | - fix duplication of sec level setting: | Thierry Vignaud | 2002-11-19 | 1 | -1/+2 |