summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
Commit message (Collapse)AuthorAgeFilesLines
* - use do_pkgs->ensure_is_installed instead of do_pkgs->install where it's ↵Pascal Rigaux2003-12-041-1/+6
| | | | | | | | | | | easy to do so - do_pkgs->install won't do anything when $::testing we need a ensure_are_installed we also need to share more package pkgs_interactive code which is hosted in install_any and standalone
* no hds is no big deal for mdk movePascal Rigaux2003-12-021-1/+1
|
* save shell pidGuillaume Cottenceau2003-11-271-1/+4
|
* (getAndSaveFile) log which file copy failled in order to knwow whichThierry Vignaud2003-11-251-1/+1
| | | | | partition is not big enough (see #6149)
* $o->{fstab} now contains get_really_all_fstab, not get_all_fstabPascal Rigaux2003-11-201-1/+1
| | | | | | | (needed for merge_info_from_mtab to work from cdroms) this may break install!
* getHds called by install_steps must not be interactivePascal Rigaux2003-11-181-2/+2
|
* fix bogus use of old netwok module instead of network::networkThierry Vignaud2003-11-121-2/+2
|
* pass $o to getNextStepPascal Rigaux2003-10-151-2/+3
|
* drop field {next} in {steps} since it is duplicated in orderedStepsPascal Rigaux2003-10-151-3/+1
| | | | | => it allows simpler modification of orderedSteps (as already done in upgrade) for mandrake move
* aaaah that's why I had all the stuff done twice after shell could not be run :)Guillaume Cottenceau2003-10-101-5/+8
|
* help dumb perl_checkerGuillaume Cottenceau2003-10-091-1/+2
|
* thx perl checkerGuillaume Cottenceau2003-10-091-1/+1
|
* first try with /bin/bash which is available in move. specify --rcfile or ↵Guillaume Cottenceau2003-10-091-4/+6
| | | | else it'll try /.bashrc which doesn't exist, and miss good definitions from /etc/bashrc (aliases, home/end keys, etc)
* report error why /dev/tty2 is not available for opening a shellGuillaume Cottenceau2003-10-091-1/+1
|
* notice bugThierry Vignaud2003-10-031-0/+1
|
* added missing kernel-i686-up-4GB entry for kernel modules.Francois Pons2003-10-011-1/+1
|
* no need to escape " in /xxx \" xxx/Pascal Rigaux2003-09-301-1/+1
|
* perl_checker fixesPascal Rigaux2003-09-291-2/+2
|
* removing update media tag (except for update medium)Francois Pons2003-09-161-2/+2
|
* added default compssUsers group selection from compssUser file directly (useFrancois Pons2003-08-261-8/+9
| | | | | | | [selected=...] where ... is a list of comma separated meta_class (or default for no meta_class or all for all meta_class). fixed all radeon card are using 3D for 3D package group.
* updated with new perl-URPM 0.94 (simplified code)Francois Pons2003-08-211-20/+7
|
* avoid 0 to be dumped in urpmi.cfg :(Francois Pons2003-08-211-2/+2
|
* added some log when importing pbukey block and when key id have been found.Francois Pons2003-08-211-1/+5
|
* make sure other key are added to urpmi.cfg when imported.Francois Pons2003-08-211-3/+3
|
* added missing require.Francois Pons2003-08-201-0/+1
|
* added pubkey and rpmdb key importation.Francois Pons2003-08-201-1/+26
|
* - Don't care about BIGMEM stuff for IA-64 & AMD64Gwenolé Beauchesne2003-08-191-1/+2
| | | | | - Handle platforms that are only aware of all.img
* Fixing Nvidia detection.. Many were missing due to wrong regexpErwan Velu2003-08-191-5/+5
|
* fixed to build an inflexion point in list file (so that urpmi can found it).Francois Pons2003-08-131-5/+6
|
* generate a list file if a macro is used (and only in this case).Francois Pons2003-08-131-3/+9
|
* fixed with_hdlist possibly incorrect.Francois Pons2003-08-131-1/+12
|
* added tiny support for arch dependant directory.Francois Pons2003-08-131-1/+5
|
* use $::prefix instead of passing $prefix to functionsPascal Rigaux2003-08-101-4/+3
|
* add flag UTF8 for rpmsratePascal Rigaux2003-08-051-0/+1
|
* - move write_smb_conf() from install_any to network::smbPascal Rigaux2003-08-011-68/+8
| | | | | | | | | | | | | | | - rename setAuthentication() to set_authentication() - move the work of set_authentication() from install_any to any - move the per-authentification kind questions from install_steps_interactive::setRootPassword() to any::ask_authentification_parameters() - various cleanup in code prompting authentification questions - call install_any::set_authentication() in install_steps::setRootPassword() instead of waiting for the installPackages step to be done (since setRootPassword occurs *after* packages installation) - don't call set_authentification() in install_steps::addUser() (why was this done there??) => these changes will allow drakauth
* use $::prefixPascal Rigaux2003-08-011-4/+3
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-10/+6
|
* perl_checker compliance for optional method argumentsPascal Rigaux2003-04-221-5/+5
|
* fix bug #3652 (grub must be installed for a loopback install)Pascal Rigaux2003-04-221-0/+1
|
* make all CD as update (as it should have been to allow updates to be resolved).Francois Pons2003-04-181-1/+1
|
* new perl_checker compliancePascal Rigaux2003-04-171-20/+20
|
* moved hdInstallPath to any.pm.Francois Pons2003-03-261-8/+2
|
* alsa drivers are now named snd-<name> not anymore snd-card-<name>Thierry Vignaud2003-03-131-1/+1
|
* added log for kernel module packages found.Francois Pons2003-03-121-0/+1
|
* use quoted url instead for install_urpmi.Francois Pons2003-03-101-1/+1
|
* fixed duplicate url entry for file and removable.Francois Pons2003-03-101-1/+1
|
* build a list file only if needed for install_urpmi.Francois Pons2003-03-101-26/+29
|
* cleanupPascal Rigaux2003-03-061-1/+1
|
* dropped allowNVIDIA_rpms method.Francois Pons2003-03-061-22/+0
|
* added check_kernel_module_packages for checking prioprietary base kernel ↵Francois Pons2003-03-061-0/+19
| | | | package.