summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
Commit message (Collapse)AuthorAgeFilesLines
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-1/+1
|
* Eject CD-Rom when installation is finishedRafael Garcia-Suarez2005-04-131-2/+2
|
* handle third party modules from various devicesPascal Rigaux2005-04-071-9/+15
| | | | | (at least floppy is still working :)
* workaround weird old code (bugzilla #15300)Pascal Rigaux2005-04-071-2/+2
|
* remove accentuated charPascal Rigaux2005-04-051-1/+1
|
* really default security level 3Pascal Rigaux2005-03-241-1/+1
|
* - configure a firewall by default in secure level >= 3Pascal Rigaux2005-03-241-0/+15
| | | | | - allow auto_install parameter {firewall_ports}
* acpi=on is the defaultPascal Rigaux2005-03-221-1/+1
|
* give ability to tell in which list_modules category is a modulePascal Rigaux2005-03-171-0/+16
|
* generated auto_install.cfg.pl can contain a somewhat empty printer config, ↵Pascal Rigaux2005-02-181-1/+1
| | | | but not really empty
* don't let upNetwork break /etc/protocols when the install is not done yetPascal Rigaux2005-02-181-1/+1
|
* - Updated for new printer drivers packages.Till Kamppeter2005-02-141-1/+1
|
* Add support to copy all RPMs to the hard drive before installation.Rafael Garcia-Suarez2005-02-041-1/+1
|
* fix previous commit (we don't want devfsd anymore)Pascal Rigaux2005-01-251-1/+1
|
* removing code setting devfs=mount or devfs=nomountPascal Rigaux2005-01-231-7/+0
|
* move SATA in its own categoryThierry Vignaud2005-01-201-1/+1
|
* move setupFB() in Xconfig, and do it when needed (including when standalone)Pascal Rigaux2005-01-161-6/+0
|
* fs::formatMount_all() parameter wait_message is no more optional (though you ↵Pascal Rigaux2005-01-061-1/+1
| | | | can give undef)
* default security level is now 3Pascal Rigaux2005-01-031-1/+1
|
* Make do_pkgs::install() return the number of packages actually installedRafael Garcia-Suarez2005-01-031-0/+2
| | | | | (used by printerdrake, apparently)
* - fs::mount() wants a real device or a faked one, but doesn't accept things ↵Pascal Rigaux2004-12-211-1/+1
| | | | | | | | like fd0 anymore (give it /dev/fd0) - a little more robust analyze_wild_device_name() during install - handle bad things in subpart_from_wild_device_name()
* don't pass prefix, use $::prefixPascal Rigaux2004-12-211-11/+10
|
* don't pass prefix, use $::prefixPascal Rigaux2004-12-211-1/+1
|
* much simpler code to handle post-install update modulesPascal Rigaux2004-12-211-33/+6
| | | | | | - it handles new modules - it calls depmod
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-6/+6
|
* - rename/move install_any::write_pcmcia() as harddrake::autoconf::pcmcia() soThierry Vignaud2004-12-131-1/+2
| | | | | | | that it became availlable for standalone tools - reuse it in harddrake service in order to configure PCMCIA cards
* commit warly's fix in HEADPascal Rigaux2004-12-091-1/+2
|
* - move some functions from any.pm to authentication.pmPascal Rigaux2004-11-301-1/+2
| | | | | - create authentication::ask_root_password_and_authentication() out of install_steps_interactive::setRootPassword()
* create any::set_root_passwd() and use itPascal Rigaux2004-11-301-3/+1
|
* - rely on adduser(8) to set the users password instead of using ↵Pascal Rigaux2004-11-301-39/+1
| | | | | | | write_passwd_user() - use adduser(8) during install (we now use the same code during and after install)
* - drop oem & recovery code (which was broken)Pascal Rigaux2004-11-291-2/+2
| | | | | - will be replaced with a root password + user accounts + network configuration a la drakfirsttime
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-4/+4
|
* no "auto install floppy" on ppcPascal Rigaux2004-11-121-1/+1
|
* (setupBootloaderBefore) dmidecode() was renamed as computer_info()Thierry Vignaud2004-11-021-1/+1
|
* split {get,set}_append() into {get,set}_append_with_key() and ↵Pascal Rigaux2004-10-271-7/+9
| | | | {get,set}_append_simple()
* nicerPascal Rigaux2004-10-271-1/+1
|
* detectloader must handle specially raid-extra-boot=mbr-only (bugzilla #12089)Pascal Rigaux2004-10-261-1/+1
|
* in upgrade, when we need to migrate device names, we must write the fstabPascal Rigaux2004-10-261-1/+1
|
* - XFdrake can detect a auxmouse which was not detected by mousedrake so we ↵Pascal Rigaux2004-10-071-1/+1
| | | | | | | need to call various_xfree_conf() - this implies adding parameter $do_pkgs to a few functions
* ensure gdk loaders, gtk immodules and pango modules lists are correctPascal Rigaux2004-09-291-0/+7
|
* - make printer::printerdrake::install_spooler() work with an optional $inPascal Rigaux2004-09-281-1/+1
| | | | | | | | | | - many functions now take $security (which used to be taken from $in during install) - fix some functions with empty prototype but still using a parameter - remove some unused variable - rename some $_foo vars to $foo since those vars are used - add some undef to some function calls to be minimally perl_checker compliant - perl_checker compliant optional parameters in start_spooler_on_boot(), install_spooler()
* install_steps must not call a method only defined in ↵Pascal Rigaux2004-09-241-2/+5
| | | | install_steps_interactive, inline it
* MandrakelinuxFrederic Lepied2004-09-241-1/+1
|
* - add field {part_number} for partitionsPascal Rigaux2004-09-201-1/+1
| | | | | | | | | | | (handle it in subpart_from_wild_device_name(), partition_table::read()) - create migrate_device_names() to handle the change of device names when changing kernel&modules (eg: hde->hda or hda->sda) - change prototype of install_any::use_root_part() (prefix is dropped, optional $in is added) - create fs::type::can_be_this_fs_type() and use it - create devices::part_number() and devices::part_prefix() and use them
* (configureNetwork) commit forgotten patch (I sux)Olivier Blin2004-09-141-1/+1
|
* Ability to choose from the mirror list when assing an ftp supplementaryRafael Garcia-Suarez2004-09-131-0/+1
| | | | | media. Fix download of hdlists file for ftp supplementary media.
* Don't require installation of foomatic-db-engine when installing from theRafael Garcia-Suarez2004-09-081-3/+10
| | | | | mini CD (bug #11292)
* (selectLanguage) set default IM (else IM was only set if one click onThierry Vignaud2004-09-071-0/+1
| | | | | "Country / Region" in summary)
* drop lang::write()'s prefix parameter in favor of $::prefix (which was ↵Thierry Vignaud2004-09-061-1/+1
| | | | already partially done)
* (setupSCSI) load modularized PATA drivers tooThierry Vignaud2004-09-031-1/+1
|