summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
Commit message (Expand)AuthorAgeFilesLines
* HACK: set LD_ASSUME_KERNEL so that rpm doesn't try to use tls (which we don'tPascal Rigaux2004-02-181-0/+1
* in boolean context, "any" is better than "find"Pascal Rigaux2004-02-131-1/+1
* - have usb-storage as a scsi_hostadapter by defaultPascal Rigaux2004-02-131-0/+10
* i810fb on 2.6 needs intel-agp module, doesn't like hwcur and xcon parametersGuillaume Cottenceau2004-02-121-1/+2
* replace unless with ifPascal Rigaux2004-02-121-2/+2
* perl_checker fixPascal Rigaux2004-02-031-1/+1
* fix reading stage1 network configurationPascal Rigaux2004-02-021-1/+1
* fix fixThierry Vignaud2004-01-141-1/+1
* fix logic test order in order to prevent useless error message in --testing modeThierry Vignaud2004-01-141-1/+1
* used the ip from stage1 instead of using IPADDR which is not given for dhcpPascal Rigaux2004-01-121-2/+3
* no need to log the error twice, errorInStep will take care of itPascal Rigaux2004-01-081-1/+0
* display the errorPascal Rigaux2004-01-081-0/+1
* logging when __DIE__ing is dangerous:Pascal Rigaux2004-01-071-1/+0
* obsolete livedrake, live_install, live_updatePascal Rigaux2004-01-061-5/+3
* get rid of g_auto_install (unused & not working)Pascal Rigaux2004-01-061-10/+4
* remove mkbootdisk supportPascal Rigaux2004-01-061-2/+0
* write_conf() doesn't need $prefix anymorePascal Rigaux2004-01-051-3/+3
* fix old-style call of lang::set, don't call it in moveGuillaume Cottenceau2003-11-211-1/+1
* shut upGuillaume Cottenceau2003-11-181-1/+0
* fix bogus use of old netwok module instead of network::network (missed whenThierry Vignaud2003-11-141-1/+1
* test the presence of kernel modules .cz'ed or notPascal Rigaux2003-11-141-2/+3
* testing for cz file in move mode is a bad ideaGuillaume Cottenceau2003-11-131-1/+1
* fix bogus use of old netwok module instead of network::networkThierry Vignaud2003-11-121-5/+5
* vivification is dangerousGuillaume Cottenceau2003-11-061-1/+4
* don't getFile VERSION in move or testingPascal Rigaux2003-10-311-6/+8
* - rename exitMove to startMovePascal Rigaux2003-10-151-4/+0
* set move steps, add exitMove step, pass $o to move::init()Pascal Rigaux2003-10-151-1/+4
* pass $o to getNextStepPascal Rigaux2003-10-151-2/+2
* drop field {next} in {steps} since it is duplicated in orderedStepsPascal Rigaux2003-10-151-4/+0
* configure automatically XFree and allow to launch interactive_gtk with itGuillaume Cottenceau2003-10-101-4/+1
* first shot as starting up mandrake-move from install2.pm as well (so many cod...Guillaume Cottenceau2003-10-091-1/+10
* keep use_existing_root for recovery (behaviour changed later)Francois Pons2003-09-221-1/+0
* make sure use_existing_root is not set.Francois Pons2003-09-171-0/+1
* made mouse, keyboard, packages selection, timezone and security selection aut...Francois Pons2003-09-161-1/+1
* / and /usr should be formatted, keep default for installation.Francois Pons2003-09-161-1/+0
* fixed stupid typo preventing mouse modules to be loaded.Francois Pons2003-09-161-1/+1
* added automatic steps in recovery mode.Francois Pons2003-09-161-0/+4
* disable recovery mode if recovery.cfg file has not been read successfully.Francois Pons2003-09-161-0/+1
* back to i810fb xcon=4 (bad docummented option)Nicolas Planel2003-09-131-1/+1
* added restore option to allow restore entry to be created (refused by default)Francois Pons2003-09-111-0/+1
* make sure mouse modules are loaded before using them (usefull for defcfg or r...Francois Pons2003-09-101-1/+7
* save recovery file if disk installation.Francois Pons2003-09-101-0/+4
* take recovery option into account.Francois Pons2003-09-101-0/+3
* set xcon=6 when loading i810fb module (to have console 7 with X).Francois Pons2003-09-081-1/+1
* alias meta_class=discovery with meta_class=desktopFrancois Pons2003-08-261-0/+1
* when any::setupBootloader_simple() fail, use any::setupBootloader() afterwardsPascal Rigaux2003-08-111-1/+1
* added discovery and download meta_class facility in VERSION file.Francois Pons2003-08-051-2/+3
* - move write_smb_conf() from install_any to network::smbPascal Rigaux2003-08-011-1/+0
* use formatError for the error message occuring when auto_install.cfg is badPascal Rigaux2003-07-291-1/+1
* perl_checker compliancePascal Rigaux2003-04-301-2/+2