summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
Commit message (Expand)AuthorAgeFilesLines
* fix backward compatibility {type} field in partitions and manualFstabPascal Rigaux2004-08-051-2/+6
* A small variable renaming: use $medium for hashes and $medium_name for stringsRafael Garcia-Suarez2004-08-031-13/+13
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-031-5/+4
* - move package_needed_for_partition_type() from fsedit to fs::formatPascal Rigaux2004-08-021-1/+1
* don't set mount point /mnt/windows for removable devicesPascal Rigaux2004-07-281-1/+1
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-6/+8
* adapt to new directories layout:Pascal Rigaux2004-07-261-11/+11
* replace pt_type2name($part->{pt_type}) with part2name($part)Pascal Rigaux2004-07-231-1/+1
* - %modules::conf is no more a global, so many functions need passing $modules...Pascal Rigaux2004-07-211-4/+4
* remove unneeded returnOlivier Blin2004-07-141-1/+1
* automatically detect which media are available in install from ISO imagesOlivier Blin2004-07-141-7/+15
* - create X_options_from_o() and use itPascal Rigaux2004-07-081-0/+8
* - move configure_pcmcia() and write_pcmcia() out of modules.pm to install_any.pmPascal Rigaux2004-07-071-0/+39
* allow medium change in nfs-iso installOlivier Blin2004-07-051-1/+1
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-3/+9
* use internal_error() instead of die'ing with no argumentsPascal Rigaux2004-06-251-1/+1
* fix blino stage1 change (i think he likes breaking things ;p)Pascal Rigaux2004-06-251-1/+1
* Make perl_checker silentRafael Garcia-Suarez2004-06-251-6/+6
* - adapt to new bootloader.pmPascal Rigaux2004-06-251-6/+3
* Make perl_checker happyRafael Garcia-Suarez2004-06-231-3/+3
* Support for supplementary CDs during installation (from the 10.0Rafael Garcia-Suarez2004-06-231-13/+96
* in disk-iso install, strip old root from ISOPATH and remove iso file from pat...Olivier Blin2004-06-181-1/+5
* in iso install, use ISOPATH environment variable instead of loopback device f...Olivier Blin2004-06-181-6/+1
* add and use install_any::method_allows_medium_changeOlivier Blin2004-06-181-1/+5
* in disk-iso install, automatically choose and change ISO images, according to...Olivier Blin2004-06-181-3/+60
* remove some broken sparc codePascal Rigaux2004-06-151-34/+1
* /etc/mandrake-release is now /etc/mandrakelinux-releasePascal Rigaux2004-05-261-2/+3
* fix selecting locales-LANG (it didn't really work, but it doesn't seem needed?)Pascal Rigaux2004-05-121-5/+4
* (setDefaultPackages) despite find and any are semantically equivalentThierry Vignaud2004-04-051-1/+1
* (setDefaultPackages) install alsa-utils if *any* of the present sound card is...Thierry Vignaud2004-04-051-2/+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
* fix installing locales-XX for lang=nb which needs locales-no (one needs to us...Pascal Rigaux2004-03-111-6/+4
* fix typoPascal Rigaux2004-03-081-1/+2
* in generate_automatic_stage1_params():Pascal Rigaux2004-03-081-12/+18
* replacing automatic=method:disk with $param instead of adding $param (since $...Pascal Rigaux2004-03-051-1/+1
* oops, fix commitPascal Rigaux2004-03-041-1/+1
* fix & cleanup generating replay & auto_install imagesPascal Rigaux2004-03-041-60/+54
* simplifyPascal Rigaux2004-03-011-3/+2
* log reason why getAndSaveFile can't opening dest file for writingGuillaume Cottenceau2004-02-281-1/+1
* support two-floppies boot style for replay_install disk as well (not nice at ...Guillaume Cottenceau2004-02-261-6/+30
* hd.img doesn't exist anymore, using hd_grub.imgGuillaume Cottenceau2004-02-261-1/+1
* ok, ok, perl checker roulaizeGuillaume Cottenceau2004-02-181-1/+1
* better matchGuillaume Cottenceau2004-02-181-1/+1
* tentatively fix #7792 (seems like line number don't match #7792,Guillaume Cottenceau2004-02-181-1/+1
* allow using ext2 or vfat floppies for kickstart=floppy so thatGuillaume Cottenceau2004-02-181-1/+6
* change return type of pkgs::packages2kernels()Pascal Rigaux2004-02-121-5/+4
* add kernel-2.4* in group LSBPascal Rigaux2004-02-121-0/+8
* kernel22 is not there anymore (since a long time now)Pascal Rigaux2004-01-191-1/+0
* select bestKernelPackage before selecting basesystem (otherwise basesystem al...Pascal Rigaux2004-01-191-3/+3