Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in manualFstab coming from auto_install.cfg, allow device /dev/XXX instead ↵ | Pascal Rigaux | 2004-05-13 | 1 | -0/+5 |
| | | | | of simply XXX | ||||
* | instead of keeping stage1 (mostly as temporary space but with a fixed size, ↵ | Pascal Rigaux | 2004-05-13 | 1 | -1/+8 |
| | | | | | | | and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove) | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-05-11 | 1 | -1/+1 |
| | |||||
* | blank.img has been removed, so remove special code handling it | Pascal Rigaux | 2004-05-03 | 1 | -2/+1 |
| | |||||
* | mount /sys before move::init() since move::init() needs it | Pascal Rigaux | 2004-04-08 | 1 | -1/+3 |
| | |||||
* | perl now handle cleanly utf8 string in exceptions, no need to die \N("...") | Pascal Rigaux | 2004-04-05 | 1 | -3/+2 |
| | |||||
* | tentatively fix lilo with lvm on / | Pascal Rigaux | 2004-03-11 | 1 | -0/+5 |
| | |||||
* | mount /sys in case it is useful (and it is for get_usb_storage_info_26()) | Pascal Rigaux | 2004-03-03 | 1 | -0/+1 |
| | |||||
* | add distro_type variable to select correct updates mirror type | Florent Villard | 2004-02-27 | 1 | -0/+2 |
| | |||||
* | HACK: set LD_ASSUME_KERNEL so that rpm doesn't try to use tls (which we don't | Pascal Rigaux | 2004-02-18 | 1 | -0/+1 |
| | | | | | | have at install) otherwise it causes *weird* problems in __db*. When LD_ASSUME_KERNEL is set, no __db* are used, and so no such pbs. | ||||
* | in boolean context, "any" is better than "find" | Pascal Rigaux | 2004-02-13 | 1 | -1/+1 |
| | |||||
* | - have usb-storage as a scsi_hostadapter by default | Pascal Rigaux | 2004-02-13 | 1 | -0/+10 |
| | | | | | - remove it if unneeded for normal boot (cf comment in the code) | ||||
* | i810fb on 2.6 needs intel-agp module, doesn't like hwcur and xcon parameters | Guillaume Cottenceau | 2004-02-12 | 1 | -1/+2 |
| | |||||
* | replace unless with if | Pascal Rigaux | 2004-02-12 | 1 | -2/+2 |
| | |||||
* | perl_checker fix | Pascal Rigaux | 2004-02-03 | 1 | -1/+1 |
| | |||||
* | fix reading stage1 network configuration | Pascal Rigaux | 2004-02-02 | 1 | -1/+1 |
| | |||||
* | fix fix | Thierry Vignaud | 2004-01-14 | 1 | -1/+1 |
| | |||||
* | fix logic test order in order to prevent useless error message in --testing mode | Thierry Vignaud | 2004-01-14 | 1 | -1/+1 |
| | |||||
* | used the ip from stage1 instead of using IPADDR which is not given for dhcp | Pascal Rigaux | 2004-01-12 | 1 | -2/+3 |
| | | | | | for auto_install file (as asked by Michael Riss) | ||||
* | no need to log the error twice, errorInStep will take care of it | Pascal Rigaux | 2004-01-08 | 1 | -1/+0 |
| | |||||
* | display the error | Pascal Rigaux | 2004-01-08 | 1 | -0/+1 |
| | |||||
* | logging when __DIE__ing is dangerous: | Pascal Rigaux | 2004-01-07 | 1 | -1/+0 |
| | | | | | | | - in diskdrake, logging the error via c::syslog caused $@ to be undefined, causing the error to be dropped! (esp "you need to reboot") - during install, no known error, but it's better to remove it anyway (bye bye the "warning: ..." in ddebug.log, sniff) | ||||
* | obsolete livedrake, live_install, live_update | Pascal Rigaux | 2004-01-06 | 1 | -5/+3 |
| | |||||
* | get rid of g_auto_install (unused & not working) | Pascal Rigaux | 2004-01-06 | 1 | -10/+4 |
| | |||||
* | remove mkbootdisk support | Pascal Rigaux | 2004-01-06 | 1 | -2/+0 |
| | |||||
* | write_conf() doesn't need $prefix anymore | Pascal Rigaux | 2004-01-05 | 1 | -3/+3 |
| | |||||
* | fix old-style call of lang::set, don't call it in move | Guillaume Cottenceau | 2003-11-21 | 1 | -1/+1 |
| | |||||
* | shut up | Guillaume Cottenceau | 2003-11-18 | 1 | -1/+0 |
| | |||||
* | fix bogus use of old netwok module instead of network::network (missed when | Thierry Vignaud | 2003-11-14 | 1 | -1/+1 |
| | | | | | cleaning up this) | ||||
* | test the presence of kernel modules .cz'ed or not | Pascal Rigaux | 2003-11-14 | 1 | -2/+3 |
| | |||||
* | testing for cz file in move mode is a bad idea | Guillaume Cottenceau | 2003-11-13 | 1 | -1/+1 |
| | |||||
* | fix bogus use of old netwok module instead of network::network | Thierry Vignaud | 2003-11-12 | 1 | -5/+5 |
| | |||||
* | vivification is dangerous | Guillaume Cottenceau | 2003-11-06 | 1 | -1/+4 |
| | |||||
* | don't getFile VERSION in move or testing | Pascal Rigaux | 2003-10-31 | 1 | -6/+8 |
| | |||||
* | - rename exitMove to startMove | Pascal Rigaux | 2003-10-15 | 1 | -4/+0 |
| | | | | | | - remove the blinks before kde start by relaying the last X connection (using gmessage for now, will use "xtest --wait" later) | ||||
* | set move steps, add exitMove step, pass $o to move::init() | Pascal Rigaux | 2003-10-15 | 1 | -1/+4 |
| | |||||
* | pass $o to getNextStep | Pascal Rigaux | 2003-10-15 | 1 | -2/+2 |
| | |||||
* | drop field {next} in {steps} since it is duplicated in orderedSteps | Pascal Rigaux | 2003-10-15 | 1 | -4/+0 |
| | | | | | => it allows simpler modification of orderedSteps (as already done in upgrade) for mandrake move | ||||
* | configure automatically XFree and allow to launch interactive_gtk with it | Guillaume Cottenceau | 2003-10-10 | 1 | -4/+1 |
| | |||||
* | first shot as starting up mandrake-move from install2.pm as well (so many ↵ | Guillaume Cottenceau | 2003-10-09 | 1 | -1/+10 |
| | | | | code shared) | ||||
* | keep use_existing_root for recovery (behaviour changed later) | Francois Pons | 2003-09-22 | 1 | -1/+0 |
| | |||||
* | make sure use_existing_root is not set. | Francois Pons | 2003-09-17 | 1 | -0/+1 |
| | |||||
* | made mouse, keyboard, packages selection, timezone and security selection ↵ | Francois Pons | 2003-09-16 | 1 | -1/+1 |
| | | | | automatic... | ||||
* | / and /usr should be formatted, keep default for installation. | Francois Pons | 2003-09-16 | 1 | -1/+0 |
| | |||||
* | fixed stupid typo preventing mouse modules to be loaded. | Francois Pons | 2003-09-16 | 1 | -1/+1 |
| | |||||
* | added automatic steps in recovery mode. | Francois Pons | 2003-09-16 | 1 | -0/+4 |
| | |||||
* | disable recovery mode if recovery.cfg file has not been read successfully. | Francois Pons | 2003-09-16 | 1 | -0/+1 |
| | |||||
* | back to i810fb xcon=4 (bad docummented option) | Nicolas Planel | 2003-09-13 | 1 | -1/+1 |
| | |||||
* | added restore option to allow restore entry to be created (refused by default) | Francois Pons | 2003-09-11 | 1 | -0/+1 |
| | |||||
* | make sure mouse modules are loaded before using them (usefull for defcfg or ↵ | Francois Pons | 2003-09-10 | 1 | -1/+7 |
| | | | | recovery). |