summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
Commit message (Collapse)AuthorAgeFilesLines
* create install_any::write_fstab and use itPascal Rigaux2001-04-061-1/+1
|
* (exitInstall): oups, report_bug is no more in commands::Pascal Rigaux2001-04-051-1/+1
|
* (configureXBefore): fix the xkb verification (was broken for things like ↵Pascal Rigaux2001-04-051-2/+1
| | | | ``de(nodeadkeys)'')
* - move report_bug in install_anyPascal Rigaux2001-04-051-1/+1
| | | | | - g_auto_install generates the auto_inst.cfg string without output'ing it
* disable frame buffer for Matrox cards.Francois Pons2001-04-041-0/+1
|
* (setupBootloaderBefore): nicer Aurora presence detetectionPascal Rigaux2001-04-031-2/+5
|
* add fstab in the logPascal Rigaux2001-03-281-1/+1
|
* fixed too early erasing of old rpmlib db. now postponed at end of installFrancois Pons2001-03-271-0/+4
| | | | | and only if rpm-4.0 or above has been installed.
* (addUser): disable_user_view (in kdm/gdm) if no usersPascal Rigaux2001-03-241-1/+3
|
* - create install_any::unselectMostPackagesPascal Rigaux2001-03-201-2/+1
| | | | | - use it instead of pkgs::unselectAllPackages (otherwise default_packages ends up non-selected)
* (pkg_install_if_requires_satisfied): better loggingPascal Rigaux2001-03-171-1/+5
|
* compss is deprecated. use compssUsers for the treePascal Rigaux2001-03-131-1/+1
|
* renamef created and usedPascal Rigaux2001-03-131-7/+4
|
* (afterInstallPackages): save the compssUsers flattened for rpmdrakePascal Rigaux2001-03-121-0/+1
|
* advertising modifsPascal Rigaux2001-03-081-1/+0
|
* (setupBootloaderBefore): aurora stupid renaming fixPascal Rigaux2001-03-081-4/+4
|
* move inittab modifying to any::runlevelPascal Rigaux2001-03-061-1/+1
|
* small fixes for LVMPascal Rigaux2001-03-031-0/+3
|
* (doPartitionDisksAfter): small adaptation for LVMsPascal Rigaux2001-03-031-2/+2
|
* use run_or_diePascal Rigaux2001-03-031-1/+1
|
* *** empty log message ***Stew Benedict2001-03-031-1/+3
|
* add hexedit and strace to SYSTEMPascal Rigaux2001-03-021-1/+1
|
* (setupBootloaderBefore): Aurora-wsMonitor or Aurora-mwsMonitor is chosenPascal Rigaux2001-03-021-1/+1
|
* remove unneeded "use install_interactive"Pascal Rigaux2001-02-261-1/+0
|
* move writing to config files from install2::selectKeyboard to install_stepsPascal Rigaux2001-02-241-0/+9
|
* (afterInstallPackages): no kdm UserView in NISPascal Rigaux2001-02-231-2/+2
| | | | | (configurePrinter): if_'ization
* (generateAutoInstFloppy): removedPascal Rigaux2001-02-211-5/+0
|
* better advertising supportPascal Rigaux2001-02-201-0/+1
|
* (afterInstallPackages): add user in group usbPascal Rigaux2001-02-141-0/+1
|
* (exitInstall): catch exception of output report.bug (for gc)Mystery Man 5532001-02-131-1/+1
|
* add step summary. remove steps configureTimezone and configurePrinterPascal Rigaux2001-02-101-2/+12
|
* configureTimezone doesn't take parameter /etc/sysconfig/clockPascal Rigaux2001-02-091-2/+2
|
* (setupBootloaderBefore, miscellaneousBefore): remove taking care ofPascal Rigaux2001-02-071-12/+4
| | | | | | | profiles and memsize. Now in any & bootloader (miscellaneousBefore): CLEAN_TMP is now in $o->{bootloader}, not in $o->{miscellaneous} anymore
* fixed frame buffer usage if not enabled (installation of Aurora)Francois Pons2001-02-051-1/+6
| | | | | clean up and remove unused code.
* (configureXBefore): set XKB_IN_USE=no if !$has_xkb in /etc/sysconfig/i18nPascal Rigaux2001-02-021-2/+8
|
* changed to clean selection for non expert as used for group selectionFrancois Pons2001-01-311-2/+3
| | | | | because it is not cleaned, need better solution TODO.
* (selectLanguage): warning for debugPascal Rigaux2001-01-311-12/+5
| | | | | | | | | (miscellaneousBefore): don't use installClass to decide to use supermount or not. Choice is done on $::corporate. Can't say "no supermount in server installs" anymore (selectInstallClass): emptied (setupSCSI): don't configure PCMCIA if there is no PCMCIA
* (afterInstallPackages): cleanupPascal Rigaux2001-01-241-12/+3
|
* fixed obligation of relative large install, now minimum is lesser.Francois Pons2001-01-181-2/+5
|
* fixes with /tmp/rhimage and /tmp/image.Francois Pons2001-01-171-1/+1
|
* (addUser): set autologinPascal Rigaux2001-01-111-1/+6
|
* (configureX): call directly $o->pkg_install, no need to add 'XFree86-' atPascal Rigaux2001-01-111-47/+21
| | | | | | | | the beginning (addUser): use any::write_passwd_user (setRootPassword): use any::write_passwd_user (configureX): fix bad $install given to Xconfigurator::main
* (addUser): use any::pack_passwdPascal Rigaux2001-01-101-7/+4
| | | | | (setRootPassword): use any::unpack_passwd and any::pack_passwd
* (selectLanguage): $o->{langs} is now a ref so initialize as suchPascal Rigaux2001-01-091-1/+1
|
* (miscellaneousBefore): cleanupPascal Rigaux2001-01-091-1/+1
|
* for the moment, just release cdrom.img, hd.img and hdreiser.imgPascal Rigaux2001-01-071-1/+1
| | | | | others should should come...
* keep $o->{langs} unpacked to simplify thingsPascal Rigaux2001-01-041-1/+1
|
* fixed some other services to start in case something gets wrong,Francois Pons2001-01-031-0/+5
| | | | | this fixes some deadlock on upgrade from 7.0.
* fixed usage with testingFrancois Pons2001-01-031-1/+5
|
* (addUser): typo fixPascal Rigaux2000-12-291-1/+1
|