Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't probe mouse when testing (startup is now much faster) | Pascal Rigaux | 2003-01-14 | 1 | -1/+1 |
| | |||||
* | remove the ugly temporary fix for fontconfig | Pascal Rigaux | 2003-01-14 | 1 | -1/+0 |
| | |||||
* | remove duplicate code | Pascal Rigaux | 2003-01-14 | 1 | -3/+0 |
| | |||||
* | don't automatically configure network on upgrade, now only done when called ↵ | Pascal Rigaux | 2003-01-14 | 1 | -1/+1 |
| | | | | via summary | ||||
* | fix unused vars | Pascal Rigaux | 2003-01-10 | 1 | -1/+1 |
| | |||||
* | changed interface of detect_devices::install_addons. | Francois Pons | 2003-01-09 | 1 | -1/+1 |
| | |||||
* | - configureNetwork step now only does easy_dhcp() | Pascal Rigaux | 2003-01-09 | 1 | -1/+1 |
| | | | | | - added full network configuration to summary | ||||
* | removed perl_checker warning. | Francois Pons | 2003-01-08 | 1 | -2/+2 |
| | |||||
* | added install_addons before leaving. | Francois Pons | 2003-01-08 | 1 | -0/+1 |
| | |||||
* | UGLY TEMPORARY FIX: create an /etc/passwd for fontconfig | Pascal Rigaux | 2003-01-08 | 1 | -0/+1 |
| | |||||
* | - remove help (which was at the bottom) | Pascal Rigaux | 2003-01-07 | 1 | -0/+1 |
| | | | | | | | - wizard style - focus "Next" button by default (this is rough, some dialog boxes *need* changes before being able to complete (think root password dialog)) | ||||
* | cleanup | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | - adapt to new setupBootloader | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | | | | | | - add bootloader configuration in summary (still rough) - various cleanup | ||||
* | (selectKeyboard): read existing keyboard config even if not upgrading (it | Pascal Rigaux | 2003-01-06 | 1 | -4/+2 |
| | | | | | | | | | | | | won't do anything when not upgrading :) (selectInstallClass): do not move step doPartitionDisks after setupSCSI on upgrade (since the "upgrade" part of the job of doPartitionDisks is now done in selectInstallClass) (selectMouse): "addToBeDone mouse::write()" was done only on upgrade, replace it with an "addToBeDone" done in any case which only does "mouse::write()" if $o->{isUpgrade} is set (since isUpgrade *will* be set correctly but is not set at this step) | ||||
* | - 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() | ||||
* | enumerate the various required packages when requiring a package dynamically ↵ | Pascal Rigaux | 2002-12-18 | 1 | -0/+3 |
| | | | | known | ||||
* | drop options "fexpert" and "fbeginner" which used to skip the choice ↵ | Pascal Rigaux | 2002-12-12 | 1 | -2/+0 |
| | | | | expert/beginner | ||||
* | remove code handling setstep | Pascal Rigaux | 2002-12-09 | 1 | -11/+0 |
| | |||||
* | remove unused code (installCrypto) | Pascal Rigaux | 2002-12-04 | 1 | -5/+0 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -17/+17 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -2/+2 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -5/+5 |
| | |||||
* | replace availableMemory with availableMemory() | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 1 | -2/+2 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | basic uml_install support (thanks to Brian Murrell) | Pascal Rigaux | 2002-11-05 | 1 | -2/+3 |
| | |||||
* | use each_index instead of map_index when the return value is not used | Pascal Rigaux | 2002-11-05 | 1 | -1/+1 |
| | |||||
* | try to fix my fix for blank | Guillaume Cottenceau | 2002-10-02 | 1 | -1/+1 |
| | |||||
* | revert | Guillaume Cottenceau | 2002-09-19 | 1 | -3/+0 |
| | |||||
* | try to workaround strange situations when mkinitrd fail because | Guillaume Cottenceau | 2002-09-19 | 1 | -0/+3 |
| | | | | | | loop is not loaded (we don't know who calls mkinitrd), by loading the loop module right after format-mount'ing the partitions | ||||
* | do something with "Security Administrator (login or email)" | Pascal Rigaux | 2002-09-12 | 1 | -0/+1 |
| | |||||
* | - use variable $::no_ugtk_init in ugtk.pm instead of using $::isInstall | Pascal Rigaux | 2002-09-09 | 1 | -0/+1 |
| | | | | | - that way, the X test can be made to work both at install and standalone | ||||
* | now allow meta_class option on command line to be taken into account instead of | Francois Pons | 2002-09-02 | 1 | -2/+1 |
| | | | | | previous options desktop and firewall. | ||||
* | (formatPartitions): create /dev/null as soon as possible on to be installed ↵ | Pascal Rigaux | 2002-08-29 | 1 | -0/+3 |
| | | | | system | ||||
* | :x | Pascal Rigaux | 2002-08-27 | 1 | -1/+1 |
| | |||||
* | adapt to mouse::write prototype change | Pascal Rigaux | 2002-08-22 | 1 | -1/+1 |
| | |||||
* | - fix reading previous keyboard config on upgrade (for displaying in summary) | Pascal Rigaux | 2002-08-12 | 1 | -7/+8 |
| | | | | | | - ensure keyboard and mouse configuration are not overwritten if not explictly modified on upgrade - propagate pci=xxx at install to bootloader (since "pci=bios,biosirq" is needed on some box, see http://islay.dyndns.org/taz/index.html for more) | ||||
* | use $::prefix | Pascal Rigaux | 2002-08-12 | 1 | -1/+1 |
| | |||||
* | - remove buttons to change theme | Pascal Rigaux | 2002-08-08 | 1 | -2/+6 |
| | | | | | | - add F5 to change the theme to the 'white' theme - cleanup the theme code | ||||
* | allow automatic oem patch. add log if successfull patching. | Francois Pons | 2002-08-07 | 1 | -2/+4 |
| | |||||
* | s/__END__/1; | Thierry Vignaud | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | kill "wonderful perl" | Thierry Vignaud | 2002-08-05 | 1 | -4/+1 |
| | |||||
* | - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD} | Pascal Rigaux | 2002-08-01 | 1 | -4/+5 |
| | | | | | | | | - KBCHARSET is $o->{keyboard}{KBCHARSET} - isNotDelete is $o->{keyboard}{BACKSPACE} (as written in sysconfig/keyboard) - add GRP_TOGGLE which gives XkbOptions "grp:GRP_TOGGLE" - add dialog box to choose GRP_TOGGLE | ||||
* | allow acceptLicence to be automatic | Pascal Rigaux | 2002-07-31 | 1 | -2/+1 |
| | |||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -1/+0 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | ensure choosing install-or-upgrade can't be done twice | Pascal Rigaux | 2002-07-29 | 1 | -4/+1 |
| | | | | | (since it's badly handled and hard to handle nicely) | ||||
* | wacom is now inside $mouse | Pascal Rigaux | 2002-07-28 | 1 | -1/+1 |
| |