summaryrefslogtreecommitdiffstats
path: root/perl-install/wizards.pm
Commit message (Expand)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-3/+3
* fix typoOlivier Blin2006-01-031-1/+1
* don't have a useless empty hash in wizards objects, use the wizards hashOlivier Blin2006-01-031-12/+12
* fix typoOlivier Blin2006-01-031-1/+1
* fix documentation typoOlivier Blin2006-01-031-1/+1
* - i had foolishly removed c::iconv whereas it was used still used by c::from_...Pascal Rigaux2005-12-151-1/+1
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-5/+5
* do not ask to install already installed packages, prefer to installOlivier Blin2004-07-161-1/+1
* perl_checker compliancePascal Rigaux2004-05-111-1/+1
* enable default value to be dynamically computedThierry Vignaud2004-02-131-1/+1
* enable to pass untranslated defaut to yes/no or ok/cancel likeThierry Vignaud2004-02-131-2/+3
* default to next/finish when no field is presentThierry Vignaud2004-02-131-1/+1
* add 'default' field in order to be able to enforce default answer forThierry Vignaud2004-02-131-2/+3
* missing #7593 bitThierry Vignaud2004-02-131-1/+1
* use interactive->ask_okcancel in order to not have spurious field inThierry Vignaud2004-02-131-1/+6
* using box radio looks better for yes/no like questionsThierry Vignaud2004-01-141-1/+1
* (process) in yes/no case, keep the same logic asThierry Vignaud2004-01-141-3/+4
* add support for yes/no questionsThierry Vignaud2004-01-131-0/+4
* better rely on the end field being set rather than on the last step toThierry Vignaud2004-01-131-1/+1
* rollback debug statementsThierry Vignaud2004-01-121-7/+0
* only complain if a problem actually happenedThierry Vignaud2004-01-121-1/+8
* perl_checker cleanupsThierry Vignaud2004-01-061-3/+3
* perl_checker fixesPascal Rigaux2004-01-051-1/+1
* - die if empty page name or if non existent page nameThierry Vignaud2003-12-291-10/+64
* let a step name be a callback in order to be able to generate dynamicThierry Vignaud2003-12-211-1/+2
* (process) add val_ref and list_ref support to ease data manipulationThierry Vignaud2003-12-191-0/+2
* - consolidate code from drakwizard for reussage by drakxtools wizard:Thierry Vignaud2003-12-161-0/+137
es of Mandriva Linux releases because it's too much diskspace. (#3) The log is printed out on the third console. This is the location where you can find most valuable information, prefixed by a '*'. See "log.h" for calls that print things out to the log. (#4) The kernel messages are printed on the fourth console. There is a process forked very early in the init (the program before the stage1) which monitors /proc/kmsg for new kernel messages. Also, syslog stuff (the logs commited by the programs) should appear on the /dev/log Unix socket, this is also printed on this console. (#5) Former place for the stderr of insmod calls. It's not used anymore. (#6) Place where a trivial interactive communication with the stage1 is set up if the parameter -DSPAWN_INTERACTIVE is compiled in. Basically, you can set switches such as "expert" and "rescue" on the fly with this feature. It's implemented with a fork and a Unix pipe. [ Rescueing a system ] Since Mandriva Linux 7.1, we provide a rescue system through each of the previously described methods. You don't need a special "rescue.img" file. Just hit "F1" at boot time, type in "rescue", and follow the first steps of the installation according to the method you chose (choose disks/partitions for disk method, network parameters for network method, etc). Then, you'll end up with a workable system, very useful to rescue a damaged system, or do other basic actions.