Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl_checker compliance | Pascal Rigaux | 2003-04-30 | 1 | -2/+2 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -1/+1 |
| | |||||
* | fix getting brltty help and table (thanks to Hans Schou) | Pascal Rigaux | 2003-03-10 | 1 | -1/+1 |
| | |||||
* | added summaryAfter steps for summary. | Francois Pons | 2003-03-06 | 1 | -0/+1 |
| | |||||
* | no mouse probe when brltty | Pascal Rigaux | 2003-02-27 | 1 | -0/+1 |
| | |||||
* | added corporate global flag. | Francois Pons | 2003-02-26 | 1 | -0/+1 |
| | |||||
* | {brltty}{device} is optional, default is ttyS0 or ttyS1 (?) | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | fix brltty support | Pascal Rigaux | 2003-02-20 | 1 | -1/+3 |
| | |||||
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -3/+4 |
| | | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :). | ||||
* | don't log "warning: find_index failed in ..." | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | simplify | Pascal Rigaux | 2003-02-18 | 1 | -2/+1 |
| | |||||
* | don't security::various::config_security_user() can fail, don't let it bother us | Pascal Rigaux | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | honour 9.1 theme title of windows: no icon, text to the left | Guillaume Cottenceau | 2003-02-14 | 1 | -1/+0 |
| | |||||
* | create install_any::set_security() and use it | Pascal Rigaux | 2003-02-14 | 1 | -6/+1 |
| | |||||
* | - add option 'theme' to allow specifying a theme | Guillaume Cottenceau | 2003-02-13 | 1 | -0/+3 |
| | | | | | | - add option 'doc' to specify that we should override the default theme with values well suited for printing screenshots on a B&W printer | ||||
* | rework summary() (esp. to allow a gtk frontend) | Pascal Rigaux | 2003-02-12 | 1 | -0/+1 |
| | |||||
* | language/country selection change: | Guillaume Cottenceau | 2003-02-08 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | - 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 | ||||
* | remove debug code :-( | Pascal Rigaux | 2003-02-05 | 1 | -4/+0 |
| | |||||
* | replace $l[$#l] with $l[-1] | Pascal Rigaux | 2003-02-05 | 1 | -0/+4 |
| | |||||
* | - add a beep in case of brltty error message | Pascal Rigaux | 2003-02-05 | 1 | -5/+6 |
| | | | | | - probe mouse before running brltty | ||||
* | fix typo | Pascal Rigaux | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | add brltty help file | Pascal Rigaux | 2003-02-04 | 1 | -1/+3 |
| | |||||
* | brltty support | Pascal Rigaux | 2003-02-04 | 1 | -0/+30 |
| | |||||
* | drop $o->{lnx4win} handling | Pascal Rigaux | 2003-01-30 | 1 | -2/+0 |
| | |||||
* | - remove createBootdisk step | Pascal Rigaux | 2003-01-22 | 1 | -7/+0 |
| | | | | | | - add mkbootdisk option in setupBootloader__general() - move kernelVersion() from install_any to any | ||||
* | don't prompt for license when useless_thing_accepted | Pascal Rigaux | 2003-01-21 | 1 | -1/+1 |
| | | | | | (this used to be done in install_steps_interactive::acceptLicense) | ||||
* | new steps window layout | Pascal Rigaux | 2003-01-16 | 1 | -1/+5 |
| | |||||
* | - factorize snd devices listing in detect_devices::getSoundDevices() | Thierry Vignaud | 2003-01-15 | 1 | -3/+2 |
| | | | | | | | | so that each caller is ppc aware - factorize sound slots configuration into harddrake::sound::configure_sound_slots() so that harddrake service will eventually set them at bootstrapping time | ||||
* | 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 |
| |