summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
Commit message (Expand)AuthorAgeFilesLines
* drop lang::write()'s prefix parameter in favor of $::prefix (which was alread...Thierry Vignaud2004-09-061-1/+1
* - don't prompt package groups selection when the available size is 200MB (ins...Pascal Rigaux2004-09-061-2/+2
* (setupSCSI) load modularized PATA drivers tooThierry Vignaud2004-09-031-2/+2
* Support for unselecting some media before the install (begin.)Rafael Garcia-Suarez2004-08-311-0/+4
* no space before a question mark in EnglishPablo Saratxaga2004-08-231-1/+1
* - any::setupBootloader() used to call bootloader::install() whereas install_s...Pascal Rigaux2004-08-181-17/+5
* $::corporate is deadPascal Rigaux2004-08-171-2/+2
* get release_notes at beginning of install_steps_interactive::acceptLicense(),...Pascal Rigaux2004-08-171-0/+7
* alsaconf is in alsa-utils package (bug 10358)Olivier Blin2004-08-161-1/+1
* - don't use compssUsers anymore, use compssUsers.plPascal Rigaux2004-08-131-32/+27
* Don't ask for the selection of supplementary media in non-interactiveRafael Garcia-Suarez2004-08-131-0/+5
* basic code for upgrading from a redhat distributionPascal Rigaux2004-08-051-1/+1
* move mount options related stuff from fs.pm to newly created fs/mount_options.pmPascal Rigaux2004-08-031-1/+1
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-031-2/+1
* authentication::kind2description() has changed and its name is missleading :-(Pascal Rigaux2004-08-031-1/+2
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-6/+8
* - %modules::conf is no more a global, so many functions need passing $modules...Pascal Rigaux2004-07-211-11/+11
* use correct method variable in chooseCD (even if this code is used only in ex...Olivier Blin2004-07-201-1/+1
* to_bool is what I was looking for, thanks PixelOlivier Blin2004-07-141-1/+1
* perl_checker fix, I should have done it before ...Olivier Blin2004-07-141-1/+1
* automatically detect which media are available in install from ISO imagesOlivier Blin2004-07-141-6/+10
* - create X_options_from_o() and use itPascal Rigaux2004-07-081-5/+1
* when adding users during install, suggest the user names found in /homePascal Rigaux2004-07-081-1/+2
* - move configure_pcmcia() and write_pcmcia() out of modules.pm to install_any.pmPascal Rigaux2004-07-071-1/+1
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-1/+1
* (acceptLicense) just reboot when one cancel the globetrotter first time wizardThierry Vignaud2004-06-241-0/+4
* fix method_allows_medium_change calls (I suck)Olivier Blin2004-06-181-1/+1
* add and use install_any::method_allows_medium_changeOlivier Blin2004-06-181-2/+2
* in disk-iso install, automatically choose and change ISO images, according to...Olivier Blin2004-06-181-9/+12
* switch to xorgPascal Rigaux2004-06-081-1/+1
* fix typoPascal Rigaux2004-05-121-1/+1
* use lang::analyse_locale_name() and lang::analyse_locale_name()Pascal Rigaux2004-05-111-1/+1
* fix ugly typo (thanks to perl_checker)Pascal Rigaux2004-05-111-1/+1
* blank.img has been removed, so remove special code handling itPascal Rigaux2004-05-031-6/+0
* (summary) install alsaconf too for isapnp sound cards (it better handle someThierry Vignaud2004-04-221-2/+2
* typo fixThierry Vignaud2004-04-061-1/+1
* perl now handle cleanly utf8 string in exceptions, no need to die \N("...")Pascal Rigaux2004-04-051-2/+2
* LSB doesn't need kernel 2.4 anymorePascal Rigaux2004-03-231-7/+0
* nice fix for installing locales-XX corresponding the chosen country (using pa...Pascal Rigaux2004-03-111-2/+2
* workaround code trying to install locales-nb (bugzilla #8287)Pascal Rigaux2004-03-111-1/+5
* spell Mandrakelinux in one wordThierry Vignaud2004-03-101-1/+1
* fix & cleanup generating replay & auto_install imagesPascal Rigaux2004-03-041-6/+10
* do not use $o in crypto.pm, pass {distro_type} to mirrors() and bestMirror() ...Pascal Rigaux2004-03-011-2/+3
* fix warning LSB chosen implies kernel 2.4Pascal Rigaux2004-02-201-1/+1
* better loggingPascal Rigaux2004-02-191-1/+1
* keep current authentication kind, even if not completly acceptedPascal Rigaux2004-02-161-4/+0
* (setRootPassword) do not reset auth method when pressing "previous" in next stepThierry Vignaud2004-02-161-0/+4
* network::shorewall::read without silent is nasty, since it doesn't only read,Pascal Rigaux2004-02-161-1/+1
* add a warning when choosing security level > 2 and having a windows partitionPascal Rigaux2004-02-131-0/+5
* warn that selecting LSB means having 2.4 by defaultPascal Rigaux2004-02-121-0/+8