Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | language/country selection change: | Guillaume Cottenceau | 2003-02-08 | 1 | -12/+17 |
| | | | | | | | | | | | | | | | - first install step is selection of your language, in your language; it uses images for that - language->country is probed, the selection of the country is possible if there was a problem, in the Summary step - in the $o big structure, we now use $o->{locale} which contains three keys: lang, country and utf8 - lang.pm has been cleaned and rewritten a bit - keyboard probing now done only on language (because this step is at the beginning of the install) - timezone probing done on country, if use changes country before timezone in the Summary, re-probe timezone accordingly | ||||
* | 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 ↵ | Pascal Rigaux | 2003-01-22 | 1 | -0/+1 |
| | | | | DURING_INSTALL) | ||||
* | - remove createBootdisk step | Pascal Rigaux | 2003-01-22 | 1 | -17/+0 |
| | | | | | | - add mkbootdisk option in setupBootloader__general() - move kernelVersion() from install_any to any | ||||
* | 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 |
| | | | | | that it doesn't ask where to install the bootloader (mbr vs boot partition) | ||||
* | simplify and factorize | Pascal Rigaux | 2003-01-10 | 1 | -3/+3 |
| | | | | | (now works on 1.upgrade 2.install 3.install + change existing config) | ||||
* | 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", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -3/+3 |
| | | | | "every", "partition" | ||||
* | - adapt to new setupBootloader | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | | | | | | - add bootloader configuration in summary (still rough) - various cleanup | ||||
* | 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 |
| | | | | | and propose update or install based on this | ||||
* | 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 |
| | | | | | | - move any::config_security_user() to security::various::config_security_user() - move any::config_libsafe() and security::libsafe::config_libsafe() to security::various::config_libsafe() | ||||
* | 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 |
| | | | | | | | | | | | | | merge any::get_secure_level() with secure::msec::get_secure_level() - move security level functions from secure::msec to secure::level - uses secure::level in install_steps - fix duplication of security level labels - draksec: use same strings in drakx, got nice translations - get_default_checks(): make it more readable | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | update for new printerdrake | Thierry Vignaud | 2002-11-12 | 1 | -7/+7 |
| | |||||
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -2/+2 |
| | | | | | - remove unneeded parentheses for things like ... if (...) | ||||
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | please perl_checker: | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | | | | | | | - local'ize $_ before doing while (<...>) - use "foreach" instead of "for" - remove unneeded parentheses on the right side of infix if/foreach/unless | ||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | make new perl_checker happy: replacing PKG::f by PKG::f() | Pascal Rigaux | 2002-10-17 | 1 | -2/+2 |
| | |||||
* | fixed oem images management not working at all! | Francois Pons | 2002-10-01 | 1 | -16/+22 |
| | |||||
* | - do not set type to ext2 when the type is ntfs | Pascal Rigaux | 2002-09-19 | 1 | -2/+2 |
| | | | | | - set to ext3 instead of ext2 | ||||
* | do something with "Security Administrator (login or email)" | Pascal Rigaux | 2002-09-12 | 1 | -0/+2 |
| | |||||
* | added code after install of package to fix broken alternatives. | Francois Pons | 2002-09-12 | 1 | -0/+11 |
| | |||||
* | fix log | Pascal Rigaux | 2002-09-07 | 1 | -2/+2 |
| | |||||
* | changed how pkgs::remove is called. | Francois Pons | 2002-09-06 | 1 | -3/+1 |
| | |||||
* | (addUser): fix calling with a user already existing (mainly for installs ↵ | Pascal Rigaux | 2002-09-04 | 1 | -2/+2 |
| | | | | keeping the / non-formatted, special for pixel) | ||||
* | add $o->{packages} to install_any::install_urpmi call. | Francois Pons | 2002-09-02 | 1 | -0/+1 |
| | |||||
* | fixed call to pkgs::remove. | Francois Pons | 2002-08-30 | 1 | -1/+1 |
| | |||||
* | - use $::prefix in any::get_secure_level() | Pascal Rigaux | 2002-08-28 | 1 | -1/+1 |
| | | | | | - fix any::get_secure_level() not using prefix when it should | ||||
* | fix deleting previous report.bug when upgrading | Pascal Rigaux | 2002-08-26 | 1 | -3/+3 |
| |