summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
Commit message (Expand)AuthorAgeFilesLines
* do summaryBefore() only once (this will reduce damage caused in bugzilla #18277)Pascal Rigaux2005-09-061-1/+1
* move code to create_minimal_files()Pascal Rigaux2005-09-021-9/+1
* fix typoPascal Rigaux2005-08-161-1/+1
* - if we have a lot of memory, keep the clp in tmpfsPascal Rigaux2005-08-101-2/+2
* write /etc/mdadm.conf when creating a new md (bugzilla #15502)Pascal Rigaux2005-08-081-1/+1
* - have /lib/tls/lib*.so* instead of replacing them with /lib/lib*.so*Pascal Rigaux2005-06-291-1/+0
* try to cleanup fs.pmPascal Rigaux2005-06-281-6/+6
* don't disable kmod when doing a chroot installPascal Rigaux2005-06-211-1/+1
* initial dmraid supportPascal Rigaux2005-06-201-1/+2
* install2 functions should be stepsPascal Rigaux2005-06-061-19/+4
* get rid of $clicked and $ent_number (obsolete)Pascal Rigaux2005-06-061-47/+39
* define $o->{net}{type} and $o->{net}{net_interface} for lan installsOlivier Blin2005-06-031-0/+2
* remove comment, stage1 now writes DOMAINNAME and DHCP_HOSTNAME in the proper ...Olivier Blin2005-06-031-1/+0
* remove unused codePascal Rigaux2005-06-031-1/+1
* $o->{net}{network} and $o->{net}{resolv} may not exist at this stage of insta...Olivier Blin2005-06-031-2/+2
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-10/+13
* read in existing modprobe.conf on upgrade (bugzilla #13309)Pascal Rigaux2005-06-021-0/+2
* allow upgrading a chroot (using drakx-in-chroot)Pascal Rigaux2005-06-021-2/+2
* don't skip selectLanguage, selectKeyboard and miscellaneous by default in dra...Pascal Rigaux2005-05-301-1/+1
* remove dead codePascal Rigaux2005-05-301-4/+2
* make drakx-in-chroot workPascal Rigaux2005-05-301-1/+7
* - since set_security doesn't depend on the bootloader password, we can call i...Pascal Rigaux2005-05-271-2/+0
* replace unused $o->{localInstall} with $::local_install, partially used inste...Pascal Rigaux2005-05-261-4/+5
* Add missing braceRafael Garcia-Suarez2005-05-061-0/+1
* remove obsolete code (most of these steps are anyway skipped in upgrade mode)Olivier Blin2005-05-031-4/+0
* do the edid probe before launching X server (the way it was already done for ...Pascal Rigaux2005-04-081-1/+2
* leave bootsplash when X is up (and also in newt and auto_install)Pascal Rigaux2005-04-061-0/+2
* when re-ordering the steps to have doPartitionDisks just after selectInstallC...Pascal Rigaux2005-04-061-1/+3
* do "doPartitionDisks" and "formatPartitions" ASAP in upgrade so that miscella...Pascal Rigaux2005-03-181-1/+4
* Allow to specify "suppl" and "askmedia" in the kernel command-line as well as...Rafael Garcia-Suarez2005-03-161-1/+3
* - remove ddcxinfos, replaced by monitor-edid (which is in a separate package)Pascal Rigaux2005-02-281-2/+1
* new kernel doesn't like usbdevfs any more, it wants usbfsPascal Rigaux2005-02-081-1/+1
* drakx_version() is now in install_anyPascal Rigaux2005-01-261-1/+1
* - move some install specific code out of ugtk2.pm into install_gtk.pmPascal Rigaux2005-01-061-1/+1
* move mdkinst.clp on hard drive ASAPPascal Rigaux2005-01-031-0/+2
* add option no_bad_drives (to workaround bugzilla #12766)Pascal Rigaux2004-12-221-0/+1
* /proc/sys/kernel/modprobe wants something non empty, otherwise it doesn't cha...Pascal Rigaux2004-12-211-1/+1
* don't die when /proc/sys/kernel/modprobe doesn't exist (for BOOT kernels)Pascal Rigaux2004-12-201-1/+1
* help testingPascal Rigaux2004-12-161-1/+1
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-6/+6
* disable kmod, otherwise we get a different behaviour in kernel vs kernel-BOOTPascal Rigaux2004-12-031-0/+1
* - drop oem & recovery code (which was broken)Pascal Rigaux2004-11-291-18/+0
* A bit of grammarRafael Garcia-Suarez2004-11-291-3/+3
* since we don't use ramdisk but clp, some code is deadPascal Rigaux2004-11-181-18/+0
* 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