summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
Commit message (Collapse)AuthorAgeFilesLines
* anchor the -IP match at the end of the stringPascal Rigaux2002-02-191-2/+2
|
* move loading /tmp/network from stage1 before doing the auto_install stuff toPascal Rigaux2002-02-191-17/+23
| | | | | allow the -IP feature on auto_install file name
* do not use run_program::xxx, use directly "system" so that stdout is kept ↵Pascal Rigaux2002-02-171-2/+3
| | | | unchanged during "postInstall" execution
* create and use miscellaneousAfter (so that SECURE_LEVEL is set *after* asking)Pascal Rigaux2002-02-071-10/+1
|
* auto_allocate for oem mode is not needed as oem script create all necessary ↵Francois Pons2002-02-051-1/+0
| | | | partition.
* move /root/* files (ddebug.log, install.log, report.bug,Guillaume Cottenceau2002-01-291-3/+3
| | | | | | auto_inst.cfg.pl, replay_install.img) to /root/drakx/, and also save stage1.log there
* minimal install now handles excludedocsPascal Rigaux2002-01-241-2/+0
|
* can't call any::config_libsafe so early during install, move it where msec ↵Pascal Rigaux2002-01-211-0/+1
| | | | is called
* call msec with run_commands=0 to fix the network reloading (causing various ↵Pascal Rigaux2002-01-201-1/+1
| | | | problems, esp. "Net::FTP: Timeout" at X config step)
* corrected read_resolv => read_confdamien2002-01-101-1/+1
|
* cosmetikdamien2002-01-081-1/+2
|
* added option to only upgrade packages.Francois Pons2002-01-071-0/+1
|
* added update installation support to install (big modifs need testing).Francois Pons2002-01-041-0/+5
|
* save the output of ddcxinfos before modprobe'ing i810fb, and use that output ↵Pascal Rigaux2002-01-031-3/+6
| | | | for Xconfig (when i810fb is modprobe'd, ddc probe doesn't work anymore)
* clean_tmp now means using tmpfsPascal Rigaux2001-12-171-1/+0
|
* use "askdisplay" to ask a question at begining of install for whatGuillaume Cottenceau2001-12-121-0/+1
| | | | | display you want to use during install
* enable easy screenshot'ingPascal Rigaux2001-12-121-0/+2
|
* - ensure /usr is formatted if / isPascal Rigaux2001-12-121-0/+13
| | | | | - remove /var/lib/rpm if /var is kept
* add $o->{excludedocs} featurePascal Rigaux2001-11-261-0/+2
|
* i810fbGuillaume Cottenceau2001-11-211-0/+17
|
* ensure postInstallNonRooted is done *before* ejecting cdromPascal Rigaux2001-10-111-6/+6
|
* ensure floppies() takes care of usb-storage if possible, so that patch on ↵Pascal Rigaux2001-10-091-1/+2
| | | | usb floppy works
* - cleanup noatime option settingPascal Rigaux2001-09-221-8/+0
| | | | | - cleanup exec option setting (must noexec => 0 instead of exec => 1)
* initial support for server installPascal Rigaux2001-09-191-0/+1
|
* compatibility with older $o->{lang} names (for auto_installs)Pascal Rigaux2001-09-191-1/+1
|
* don't create bootdisk by defaultGuillaume Cottenceau2001-09-181-1/+1
|
* use new mkdir_p, rm_rf and cp_af from MDK::CommonPascal Rigaux2001-09-161-3/+2
|
* don't warn if modules are missing when testingPascal Rigaux2001-09-151-1/+1
|
* do not output error message for bad kernel if using --g_auto_install.Francois Pons2001-09-131-1/+1
|
* (selectKeyboard): remove code causing install_steps::selectKeyboard to be ↵Pascal Rigaux2001-09-131-2/+0
| | | | skipped
* display error when the kernel mismatch the modulesPascal Rigaux2001-09-121-0/+5
|
* removed obsolete --nocpi flag for install2.Francois Pons2001-09-121-2/+1
| | | | | avoid probing usb device (for mouse) if --noauto is given.
* make loopback installs work againPascal Rigaux2001-09-081-6/+0
|
* fix keyboard config + some cleanupPascal Rigaux2001-09-061-8/+0
|
* cleanup (use /proc/self instead of /proc/$$)Pascal Rigaux2001-09-061-1/+1
|
* corrected icon handlingdamien2001-08-281-1/+1
|
* icon correctiondamien2001-08-251-1/+1
|
* rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless ↵Pascal Rigaux2001-08-191-1/+1
| | | | we're in ramdisk
* a hell lot of cleanup/rewrite:Pascal Rigaux2001-08-171-1/+2
| | | | | | | | | | | * diskdrake_interactive created, diskdrake is now interactive aware * added some documentation about the structure used for partitioning * all_hds now contain the various hds, lvm, raid * cleanup the isLVM, isRAID and alike functions * field {type} in detect_devices is now {media_type} * detect_devices::floppies is now floppies_dev * removed old function prototypes
* removed no_incondamien2001-08-171-1/+1
|
* add remove_unused to have more place for mo filesPascal Rigaux2001-08-161-0/+1
|
* - fix createBootdisk with autoGuillaume Cottenceau2001-08-141-2/+2
| | | | | - fix setupBootloader with auto
* - fix behaviour of draknet when auto-installGuillaume Cottenceau2001-08-141-1/+2
| | | | | - remove auto flag when error-in-step
* auto_inst enhancementsPascal Rigaux2001-08-131-11/+12
|
* initial revision for drakautoinstGuillaume Cottenceau2001-08-131-92/+84
| | | | | | | | | | - put %installSteps in a separate package (steps.pm) (for drakxtools) - use additional fields {auto} and {noauto}, by step, to ease interactive auto install and oem stuff - in install2.pm, perform each step either from the interactive class or from install_steps, according to the {auto} flag - id, tell each step to not try to be automatic if {noauto} - in the install, have auto install bootdisk created in install_any so we can always write a bootdisk (from install_steps) for further use from drakautoinst in standalone - interactive version of install_steps_auto_install is now inheriting from the interactive class, so we can click on a previous automatic step and have it interactively during an interactive auto install
* added blank and updatemodules options to DrakX.Francois Pons2001-07-261-0/+2
|
* do not export sync, keep it in common (esp. so that it doesn't conflict with ↵Pascal Rigaux2001-07-251-1/+1
| | | | my_gtk::sync
* 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