summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
Commit message (Collapse)AuthorAgeFilesLines
* dropped allowNVIDIA_rpmsFrancois Pons2003-03-061-1/+1
|
* fixed stupid again typo.Francois Pons2003-03-061-1/+1
|
* modified logic for summaryAfter.Francois Pons2003-03-061-2/+2
|
* fixed again the same typo.Francois Pons2003-03-061-1/+1
|
* fixed stupid typo.Francois Pons2003-03-061-1/+1
|
* summaryAfter created to install acpi and acpid if needed.Francois Pons2003-03-061-0/+8
|
* menu update method modified for upgrade.Francois Pons2003-03-061-0/+2
|
* modifying keyboard in summary must modify XF86ConfigPascal Rigaux2003-03-051-0/+6
|
* - add "Force No APIC"Pascal Rigaux2003-02-201-6/+9
| | | | | | | - rename add_append() to set_append() (since it can be used to remove a key) - add remove_append_simple()
* usb is runned by rc.sysinit, and doesn't like "chkconfig --add" anymorePascal Rigaux2003-02-201-1/+1
|
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-191-4/+4
| | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :).
* add some more formatErrorPascal Rigaux2003-02-191-1/+1
|
* add simplified menu for desktop mode.Francois Pons2003-02-191-0/+5
|
* propagate /proc/cmdline acpi=xxxPascal Rigaux2003-02-171-1/+3
|
* have acpi=off by defaultPascal Rigaux2003-02-171-0/+1
|
* remove unneeded msec related actions (those are done in msec)Pascal Rigaux2003-02-141-6/+0
|
* simpler way to detect broken alternatives. It works for symlinks to symlinks,Pascal Rigaux2003-02-141-2/+1
| | | | | eg: rvi -> /bin/vi -> /etc/alternatives/vi -> /bin/vim-minimal
* use $::prefixPascal Rigaux2003-02-141-1/+1
|
* have supermount back by default (at least when the security level < 4)Pascal Rigaux2003-02-131-1/+1
|
* - set_help is deprecatedPascal Rigaux2003-02-131-1/+0
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* rework summary() (esp. to allow a gtk frontend)Pascal Rigaux2003-02-121-0/+2
|
* fix fpons sucks (at least one time).Francois Pons2003-02-121-2/+3
|
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-2/+2
|
* configure profile in order to avoid standalone networking tools to complainFrancois Pons2003-02-121-0/+4
| | | | | about unconfigured device.
* try to fix the $o->{lang} compatGuillaume Cottenceau2003-02-111-1/+1
|
* have compatibility with old $o->{lang} for not breaking existing auto ↵Guillaume Cottenceau2003-02-111-0/+4
| | | | install files
* language/country selection change:Guillaume Cottenceau2003-02-081-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 supportPascal Rigaux2003-02-041-0/+8
|
* remove yelp-pregeneratePascal Rigaux2003-02-031-1/+0
|
* Fixed Foomatic installation done by installer.Till Kamppeter2003-02-021-1/+1
|
* do "yelp-pregenerate -a" only oncePascal Rigaux2003-01-311-1/+1
|
* call "yelp-pregenerate -a" after installing pkgs (since it's skipped ↵Pascal Rigaux2003-01-221-0/+1
| | | | DURING_INSTALL)
* - remove createBootdisk stepPascal Rigaux2003-01-221-17/+0
| | | | | | - add mkbootdisk option in setupBootloader__general() - move kernelVersion() from install_any to any
* new steps window layoutPascal Rigaux2003-01-161-1/+1
|
* fixed test of alternatives always seen as broken.Francois Pons2003-01-161-1/+2
|
* adapt to install_any::find_root_parts() return value changesPascal Rigaux2003-01-151-1/+1
|
* do not use supermount by defaultPascal Rigaux2003-01-101-1/+1
|
* (readBootloaderConfigBeforeInstall): set bootUnsafe to 0 when upgrading soPascal Rigaux2003-01-101-0/+2
| | | | | that it doesn't ask where to install the bootloader (mbr vs boot partition)
* simplify and factorizePascal Rigaux2003-01-101-3/+3
| | | | | (now works on 1.upgrade 2.install 3.install + change existing config)
* cleanupPascal Rigaux2003-01-071-2/+2
|
* fix looking for broken alternativesPascal Rigaux2003-01-071-0/+1
|
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-071-3/+3
| | | | "every", "partition"
* - adapt to new setupBootloaderPascal Rigaux2003-01-071-1/+1
| | | | | | - add bootloader configuration in summary (still rough) - various cleanup
* fix typos (thanks perl_checko!)Pascal Rigaux2003-01-061-0/+2
|
* selectInstallClass now automatically detect if an existing install is there,Pascal Rigaux2003-01-061-10/+12
| | | | | and propose update or install based on this
* move any::runlevel() to Xconfig::various::runlevel()Pascal Rigaux2002-12-291-1/+1
|
* - move any::choose_security_level() to security::level::level_choose()Pascal Rigaux2002-12-291-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 nowPascal Rigaux2002-12-291-1/+0
|
* remove unused code (installCrypto)Pascal Rigaux2002-12-041-10/+0
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-13/+9
|