summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
Commit message (Collapse)AuthorAgeFilesLines
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* based on Michael Brown <mbrown@fensystems.co.uk> patch:Pascal Rigaux2001-07-191-10/+7
| | | | | | - enables graphical steps in auto_installs for more than gtk - various cleanup
* - in auto_install when auto_install file is bad/missing, fail instead ofPascal Rigaux2001-06-271-2/+7
| | | | | | continuing normal install - correctly detect bad auto_install files
* (main): fix compssListLevel (4 instead of 50)Pascal Rigaux2001-06-271-1/+1
|
* (main): don't check /usr/bin/urpmi, better check /usr/sbin/urpmi.updatePascal Rigaux2001-06-111-1/+1
|
* hide step formatPartitions when upgradingPascal Rigaux2001-05-311-1/+1
|
* added icons managementdamien2001-05-161-23/+23
|
* workaround for msec hang on PPCStew Benedict2001-05-061-0/+1
|
* Set KEYBOARD_AT_BOOT instead.Chmouel Boudjnah2001-05-021-1/+1
|
* remove $::VERSIONPascal Rigaux2001-04-301-1/+0
|
* re-enabled mouse support for oem (not automatic, for wheel mouse support).Francois Pons2001-04-251-1/+1
|
* removed auto mode for configureX (problem if no monitor detected).Francois Pons2001-04-251-1/+1
|
* (miscellaneous): add setting KEYBOARD=yes in /etc/sysconfig/usb as asked by ↵Pascal Rigaux2001-04-131-0/+2
| | | | Lord Chmou
* (main): sets umask (seems like default one is no more 022, kernel change?)Pascal Rigaux2001-04-091-1/+1
|
* (main): log the umaskPascal Rigaux2001-04-091-0/+1
|
* create install_any::write_fstab and use itPascal Rigaux2001-04-061-2/+2
|
* added selectPackagesToUpgrade the first time choosePackages is called.Francois Pons2001-04-041-0/+1
|
* remove use of Bastille. get back to the good state we had :)Pascal Rigaux2001-03-271-2/+1
|
* added multiple tablet support (wacom), moved usb probe for mouse and tabletFrancois Pons2001-03-231-1/+1
| | | | | at the beginning.
* use bastille backendPascal Rigaux2001-03-201-1/+2
|
* - tellAboutProprietaryModules moved to setupSCSIPascal Rigaux2001-03-201-4/+2
| | | | | | - miscellaneous step re-enabled, called Security - pcmcia_probe moved to setupSCSI, skipped in noauto
* have pcmcia_probe in stage2 (for non pcmcia.img, stage1 doesn't give the ↵Pascal Rigaux2001-03-201-0/+2
| | | | parameter any more)
* compss is deprecated. use compssUsers for the treePascal Rigaux2001-03-131-1/+1
|
* (choosePackages): log groups choosenPascal Rigaux2001-03-091-0/+1
|
* advertising modifsPascal Rigaux2001-03-081-0/+1
|
* re-add miscellaneous step, but always hidden (aka automatic)Pascal Rigaux2001-03-081-12/+1
|
* (main): save $@ in $err so that it's not modified before being usedPascal Rigaux2001-03-071-3/+5
|
* (setupSCSI): remove autoSCSI, cleanupPascal Rigaux2001-03-061-5/+1
|
* (main): remove unloading vfat (not needed anymore with mdk-stage1)Pascal Rigaux2001-03-061-1/+0
|
* corrected bad file searchdamien2001-03-061-3/+5
|
* corrected intf settingdamien2001-03-061-2/+2
|
* moved askrootpasswd and adduser before network confdamien2001-03-051-2/+6
|
* (main): remove unloading vfat (not needed anymore with mdk-stage1)Pascal Rigaux2001-03-051-1/+1
|
* small fixes for LVMPascal Rigaux2001-03-031-3/+0
|
* (formatPartitions): call vgscan if needed when / is mountedPascal Rigaux2001-03-031-0/+3
|
* *** empty log message ***Stew Benedict2001-03-031-1/+1
|
* (configureServices): don't bypass in non-expert. this choice is done inPascal Rigaux2001-02-281-1/+1
| | | | | install_steps_interactive as it should
* (main): move the load_deps before all the loadO'sPascal Rigaux2001-02-251-9/+9
|
* move writing to config files from install2::selectKeyboard to install_stepsPascal Rigaux2001-02-241-9/+0
|
* (main): don't set a special $remote_path PATH for postInstallNonRootedPascal Rigaux2001-02-221-2/+1
| | | | | | | (otherwise install's modprobe is not used, and you can't "modprobe vfat", even if "/usr/bin/modprobe vfat" doesn't work because insmod_ is not found.
* (main): do postInstallNonRooted before postInstall (so that 'modprobePascal Rigaux2001-02-211-1/+1
| | | | | vfat' can be done in postInstallNonRooted and used in postInstall)
* - move the loadO of patch/defcfg after loading modules.depPascal Rigaux2001-02-211-10/+4
| | | | | | - generateAutoInstFloppy is no more a step - removed use Data::Dumper
* major move. now ask_from_list returns false when canceled (it doesn't die ↵Pascal Rigaux2001-02-201-1/+1
| | | | 'ask_from_list canceled' anymore)
* (main): set SHARE_PATH to /export/Mandrake/mdkinst/usr/share if it existsPascal Rigaux2001-02-151-1/+7
|
* (selectKeyboard): give clicked as parameterPascal Rigaux2001-02-151-1/+1
|
* auto_allocate partitions choice modified. diskdrake in expert asks what kindMystery Man 5532001-02-121-62/+0
| | | | | of auto_allocation is wanted, others choose 'simple' in %fsedit::suggestions
* (main): gc has done it again! /tmp/conf.modules is now /etc/modules.conf,Mystery Man 5532001-02-121-1/+1
| | | | | so load both to keep compatibility.
* add step summary. remove steps configureTimezone and configurePrinterPascal Rigaux2001-02-101-19/+3
|
* configureTimezone doesn't take parameter /etc/sysconfig/clockPascal Rigaux2001-02-091-1/+1
|
* (main): have compatibility with old stage1 (rhimage -> image)Pascal Rigaux2001-02-091-1/+1
|