summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
Commit message (Expand)AuthorAgeFilesLines
* don't install updates when meta_class is firewallPascal Rigaux2004-10-051-1/+1
* - prosuite is now named powerpackplusPascal Rigaux2004-10-011-4/+6
* fix logging rpmsrate_flags_chosenPascal Rigaux2004-10-011-1/+2
* better loggingPascal Rigaux2004-09-271-1/+1
* don't set {meta_class} from file VERSION when it is already given on cmdlinePascal Rigaux2004-09-221-1/+1
* log the {meta_class}Pascal Rigaux2004-09-101-0/+1
* always load mouse modules at beginning of install (should fix X testOlivier Blin2004-09-061-5/+2
* stage1 terminfo is not available anymore, use our own terminfoPascal Rigaux2004-09-031-0/+1
* read modules configuration file from stage1 as modules_conf file, butOlivier Blin2004-08-271-1/+2
* $::corporate is deadPascal Rigaux2004-08-171-3/+0
* get release_notes at beginning of install_steps_interactive::acceptLicense(),...Pascal Rigaux2004-08-171-1/+1
* replace freeDriver with freedriver (stage2 para are lower cased)Pascal Rigaux2004-08-161-1/+1
* modules::load doesn't accept options anymore, use modules::load_with_options(...Pascal Rigaux2004-08-161-3/+2
* - don't use compssUsers anymore, use compssUsers.plPascal Rigaux2004-08-131-1/+1
* mount /proc, /sys and /proc/usb/usb in $prefix ASAP instead of doing it at va...Pascal Rigaux2004-08-101-0/+4
* correctly call errorInStep()Pascal Rigaux2004-08-091-4/+3
* - switch to mdadm (instead of raidtools)Pascal Rigaux2004-08-081-1/+1
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-031-3/+2
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-1/+1
* adapt to new directories layout:Pascal Rigaux2004-07-261-4/+4
* - %modules::conf is no more a global, so many functions need passing $modules...Pascal Rigaux2004-07-211-10/+11
* fix mounting /sys (why did i switch to using syscall_ 'mount' directly? and w...Pascal Rigaux2004-07-091-2/+1
* - create X_options_from_o() and use itPascal Rigaux2004-07-081-0/+1
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-071-1/+1
* stage1 used to write files /tmp/network, /tmp/ifcfg-eth0, /etc/modules.confPascal Rigaux2004-07-011-1/+3
* remove deprecated rhimage symlinkPascal Rigaux2004-06-251-1/+0
* rename --test in --testing for install2 (more coherent with standalone tools)Pascal Rigaux2004-06-221-1/+1
* merge globetrotter support from MDK-10-branchThierry Vignaud2004-06-181-0/+1
* switch to xorgPascal Rigaux2004-06-081-1/+1
* "expert" flag in stage2 is bad and deprecated, removing it!Pascal Rigaux2004-05-261-1/+0
* in manualFstab coming from auto_install.cfg, allow device /dev/XXX instead of...Pascal Rigaux2004-05-131-0/+5
* instead of keeping stage1 (mostly as temporary space but with a fixed size, a...Pascal Rigaux2004-05-131-1/+8
* perl_checker compliancePascal Rigaux2004-05-111-1/+1
* blank.img has been removed, so remove special code handling itPascal Rigaux2004-05-031-2/+1
* mount /sys before move::init() since move::init() needs itPascal Rigaux2004-04-081-1/+3
* perl now handle cleanly utf8 string in exceptions, no need to die \N("...")Pascal Rigaux2004-04-051-3/+2
* tentatively fix lilo with lvm on /Pascal Rigaux2004-03-111-0/+5
* mount /sys in case it is useful (and it is for get_usb_storage_info_26())Pascal Rigaux2004-03-031-0/+1
* add distro_type variable to select correct updates mirror typeFlorent Villard2004-02-271-0/+2
* 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