summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
Commit message (Expand)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-1067/+0
* create lang::lang_changed() to ensure {country} is set according to the lang ...Pascal Rigaux2006-02-231-3/+1
* don't set KBCHARSET in /etc/sysconfig/keyboard, this is not usefulPascal Rigaux2006-01-101-1/+0
* ugly hack to make things work when /proc/mounts says /dev/root is mounted in ...Pascal Rigaux2006-01-041-1/+1
* when upgrading, merge existing modprobe.conf (and do it when /mnt is mounted,...Pascal Rigaux2005-12-161-0/+4
* (is_network_install) use it whenever possibleThierry Vignaud2005-11-041-2/+2
* - we do want doPartitionDisks and formatPartitions to be done early on upgrade,Pascal Rigaux2005-09-151-1/+7
* migrate fstab when upgrading an alien distro (should be done always?)Pascal Rigaux2005-09-131-1/+1
* better call Xconfig::various::runlevel() directly since it's not always calledPascal Rigaux2005-09-131-3/+4
* when upgrading by removing pkgs, ensure we keep the previous runlevelPascal Rigaux2005-09-131-0/+7
* for local_install we don't want use_root_part to do anythingPascal Rigaux2005-09-131-1/+1
* - rename readBootloaderConfigBeforeInstall() to read_bootloader_config()Pascal Rigaux2005-09-131-2/+5
* Allow mini-iso install to install urpmi properlyRafael Garcia-Suarez2005-09-121-1/+6
* simplifyPascal Rigaux2005-09-121-0/+2
* play it safe (bugzilla #18390)Pascal Rigaux2005-09-091-1/+1
* Add a traceRafael Garcia-Suarez2005-09-081-0/+2
* - new functionality: upgrade_by_removing_pkgs, enabled when upgrading redhat ...Pascal Rigaux2005-09-021-0/+3
* allow upgrading a local_install (no need to call use_root_part)Pascal Rigaux2005-09-021-1/+1
* opening rpm db in selectPackage(), so remove some rpmDbOpen()Pascal Rigaux2005-09-021-1/+0
* hoist things in install_anyPascal Rigaux2005-09-021-3/+1
* enable Ifw by default in high security levels and enable the psd ruleOlivier Blin2005-09-011-0/+1
* set TMPDIR and TMP during install (bugzilla #18088)Pascal Rigaux2005-09-011-0/+2
* cleanupPascal Rigaux2005-09-011-4/+5
* initial deployment server supportOlivier Blin2005-08-311-0/+1
* instead of dirtying pkgs::installCallback, use install_steps::installCallbackPascal Rigaux2005-08-311-2/+7
* create remove_marked_ask_remove() and use itPascal Rigaux2005-08-311-4/+1
* create lang::write_and_install() which takes a $do_pkgsPascal Rigaux2005-08-091-1/+1
* fix typoPascal Rigaux2005-08-091-1/+2
* acpi=on on every recent bios, not only laptopsPascal Rigaux2005-08-081-3/+2
* do not die and loop on the exitInstall step if the install imagesOlivier Blin2005-07-181-1/+1
* don't open any port by default in the firewallOlivier Blin2005-07-081-1/+2
* always enable firewall if security level >= 3 (even if no ports have to be op...Olivier Blin2005-07-081-5/+2
* try to cleanup fs.pmPascal Rigaux2005-06-281-10/+10
* don't use $::o but $oOlivier Blin2005-06-231-1/+1
* use http proxy settings from stage1 as post-install proxy settings for both h...Olivier Blin2005-06-231-0/+12
* move loopback.pm to fs/loopback.pmPascal Rigaux2005-06-101-1/+0
* (leavingStep) if formatError() returns nothing, better display the raw errorThierry Vignaud2005-06-091-1/+1
* get rid of $clicked and $ent_number (obsolete)Pascal Rigaux2005-06-061-11/+9
* use bootloader->{message_text} instead of bootloader->{message}Pascal Rigaux2005-06-061-0/+6
* introduce network_is_cheap(), use it, and fix a boolean typoOlivier Blin2005-06-031-2/+7
* $o->{net}{type} is already defined in more appropriate placesOlivier Blin2005-06-031-4/+0
* dropping pkg_install_if_requires_satisfied() (old & unused)Pascal Rigaux2005-06-031-17/+0
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-15/+10
* keyboard::setup() is better named keyboard::setup_install()Pascal Rigaux2005-06-031-2/+2
* random service doesn't exist anymoreOlivier Blin2005-06-021-1/+1
* - create keyboard::default() and use itPascal Rigaux2005-06-021-1/+1
* make perl_checker happyPascal Rigaux2005-06-021-1/+1
* revert very new titi sucksPascal Rigaux2005-06-021-1/+1
* (miscellaneousAfter) fix very old uncatched bugThierry Vignaud2005-06-011-1/+1
* make drakx-in-chroot workPascal Rigaux2005-05-301-0/+10