summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* (formatPartitions): ↵Pascal Rigaux2001-02-091-1/+1
| | | | | | | s|etc/sysconfig/consoletrans|etc/sysconfig/console/consoletrans| as it should now be (see lang.pm 1.143)
* (@installSteps): remove miscellaneousPascal Rigaux2001-02-071-10/+2
| | | | | | (main): don't remove pcmcia modules anymore (not there anymore), remove /sbin/stage1
* (main): don't set installClass=normal meta_class desktop (deprecated)Pascal Rigaux2001-01-311-10/+3
| | | | | | | | | (miscellaneous): TYPE= removed (was installClass) (selectInstallClass): don't set $o->{partitions}. diskdrake will have to ask in a set of possibilities ($o): replace fclass by fbeginner and fexpert ($o): default security level to 2 since it can't be based on installClass (deprecated)
* fixed the places where console fonts and related files are put underPablo Saratxaga2001-01-221-1/+3
| | | | | /etc/sysconfig to the places really used by console-tools
* $::beginner is deprecated, replaced by !$::expertPascal Rigaux2001-01-221-16/+10
|
* fixes with /tmp/rhimage and /tmp/imageFrancois Pons2001-01-171-1/+1
|
* (addUser): moved setAuthentication to install_steps::addUserPascal Rigaux2001-01-111-1/+0
|
* (main): move devices::make("/dev/zero") needed by ddcxinfos herePascal Rigaux2001-01-111-0/+1
|
* (main): log::l the drakx_versionPascal Rigaux2001-01-091-2/+1
|
* (main): move the setting of PATH and spawnShell *after* setting $prefixPascal Rigaux2001-01-031-6/+6
|
* fixed usage with testingFrancois Pons2001-01-031-1/+2
|
* commit symlink /tmp/image /tmp/rhimagePascal Rigaux2000-12-221-0/+2
|
* set PATH before doing spawnShellPascal Rigaux2000-12-191-4/+4
|
* included firewall handlingdamien2000-12-181-0/+2
|
* use ldetect-lst for usb => now auto detects mice types :)Pascal Rigaux2000-12-161-3/+3
|
* move from compssList to rpmsratePascal Rigaux2000-12-141-9/+0
|
* (selectInstallClass): give $clicked to selectInstallClassPascal Rigaux2000-12-091-1/+3
|
* (main): warn if VERSION file doesn't existPascal Rigaux2000-12-081-1/+4
| | | | | (formatPartitions): call rotate_logs after mounting the partitions
* adapt to the fact that RPM_INSTALL_LANG is obsoloted. Now rpm uses ↵Pascal Rigaux2000-12-061-3/+9
| | | | %_install_langs in /etc/rpm/macros
* change upgrade section for keyboard.Francois Pons2000-11-281-3/+6
|
* (main): in oem, configureX automaticPascal Rigaux2000-11-071-1/+1
|
* (main): $::oem is now global :-( (needed in install_steps.pm)Pascal Rigaux2000-11-071-3/+3
|
* (formatPartitions): formatMountPartitions done even in upgradePascal Rigaux2000-11-061-5/+3
|
* (main): set $o->{partitioning}{use_existing_root} in oemPascal Rigaux2000-11-061-0/+1
|
* add a flag to allow by default formating /Francois Pons2000-11-061-0/+1
|
* *** empty log message ***Francois Pons2000-10-061-3/+3
|
* no_commentPascal Rigaux2000-10-051-3/+3
|
* *** empty log message ***Francois Pons2000-10-031-1/+1
|
* no_commentPascal Rigaux2000-10-021-4/+4
|
* no_commentPascal Rigaux2000-10-021-1/+1
|
* no_commentPascal Rigaux2000-09-281-2/+0
|