summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
Commit message (Collapse)AuthorAgeFilesLines
* (main) log where we segfaultedThierry Vignaud2009-04-081-1/+2
|
* (empty_packages,main) log extra debugging messages if passing the ↵Thierry Vignaud2009-03-041-0/+1
| | | | 'debug_urpmi' option
* (installUpdates) do not register orphan packages (now done by urpm::main_loopThierry Vignaud2009-03-021-4/+0
| | | | while performing actual package installation)
* cleanup: remove support from migrating to a different rpm dbapiPascal Rigaux2008-12-161-1/+0
| | | | | (it never worked and it was never used)
* - generate /var/lib/rpm/installed-through-deps.listPascal Rigaux2008-09-251-0/+4
| | | | | | | | (to initialize urpmi orphans) - for this, we must ensure $packages (which is similar to urpmi's $urpm) has field {root}
* always set compssListLevel in interactive choosePackages step (even in ↵Olivier Blin2008-09-241-3/+0
| | | | auto-install)
* oops, it should be lower caseOlivier Blin2008-09-231-1/+1
|
* allow setting compssListLevel from command lineOlivier Blin2008-09-231-0/+1
|
* use default packages rate (4) instead of max rate (5) as compssListLevel ↵Olivier Blin2008-09-231-1/+1
| | | | (since interactive installs don't depend on it being set to max anymore)
* extract compssListLevel setting, for later factorizationOlivier Blin2008-09-231-0/+3
|
* - handle blowfish password encryption and use it by default (#42426)Pascal Rigaux2008-08-221-1/+1
|
* - allow passing suppl=0 to disable "additional installation media" questionPascal Rigaux2008-08-201-1/+1
|
* revert r243632 from 2008-07-24 ("set META_CLASS as 'download' so thatThierry Vignaud2008-07-251-1/+1
| | | | | | | we got 'Ia Ora Smooth' theme") since we'd better set the theme through /etc/gtk-2.0/gtkrc because altering META_CLASS can trigger unwanted behavior in rpm scriptlets, which might use $META_CLASS
* set META_CLASS as 'download' so that we got 'Ia Ora Smooth' themeThierry Vignaud2008-07-241-1/+1
|
* enable to restore the system through rsnapshot if giving "restore" on cmdlineThierry Vignaud2008-04-031-0/+1
|
* - correctly set country when given lang=xxx on /proc/cmdlinePascal Rigaux2008-03-211-1/+1
| | | | | (regression introduced in 10.16) (#39104)
* use UUID by default (for diskdrake and draklive-install)Olivier Blin2008-03-191-2/+1
|
* - fix setting default lang (which is given by gfxboot)Pascal Rigaux2008-03-181-2/+7
| | | | | | nb: one must not set $o->{locale}{lang} directly, otherwise $o->{locale}{country} will not have a valid value, hence some issues...
* - do not load i810fb, rely on vesa xorg drive instead (it may help #37772)Pascal Rigaux2008-03-051-2/+0
|
* create fs::any::prepare_minimal_root() out of ↵Olivier Blin2008-02-281-11/+1
| | | | install::install2::formatPartitions() (to be used in draklive-install
* use fs::anyOlivier Blin2008-02-281-0/+1
|
* move create_minimal_files() from install::any to fs::anyOlivier Blin2008-02-281-1/+1
|
* move mapper devices initialization slightly before (for next commit)Olivier Blin2008-02-281-6/+6
|
* use list_modules::load_default_moddeps instead of loading hardcoded ↵Olivier Blin2008-02-111-1/+1
| | | | /modules/modules.dep
* - set $::isInstall soon enough for fs::type data-structure creation:Pascal Rigaux2008-02-041-1/+2
| | | | | fixes reiser4 appearing in diskdrake during install (#36999)
* - /dev/<vg> may not exist if LVs have not been created, it must not be an ↵Pascal Rigaux2007-11-281-1/+1
| | | | error (#31478)
* - use UUID by default (in fstab, bootloader)Pascal Rigaux2007-11-131-0/+1
|
* add some debug message: detect @::auto_steps containing invalid step Pascal Rigaux2007-10-261-2/+5
| | | | | (esp when used in patch-oem.pl)
* /dev/<vg_name> doesn't exist in drakx-in-chroot (why?), but at least it's notPascal Rigaux2007-10-171-1/+1
| | | | | needed for lilo since we don't use lilo in chroot
* (main) stop handling Discovery & 'Powerpack+ which do not exist anymoreThierry Vignaud2007-10-091-2/+0
|
* installer segfaulting doesn't imply memory is missingPascal Rigaux2007-10-091-1/+1
|
* - handle @::auto_steps in patch-oem.plPascal Rigaux2007-09-261-4/+4
|
* allow use_uuid=0Pascal Rigaux2007-09-171-1/+1
|
* better use $::o->{uuid_by_default} to allow easy setting in auto_installsPascal Rigaux2007-09-041-1/+1
|
* - add global variable settable via "use_uuid" on kernel cmdlinePascal Rigaux2007-09-041-0/+1
| | | | | (it sets global variable $::uuid_by_default)
* - nicely adjust mtime of fontconfig cache filesPascal Rigaux2007-08-311-5/+2
| | | | | | (otherwise the mtime may be in the future since files are not created with the chosen timezone, but only in UTC. and fc-cache doesn't like this at all)
* drop special code based on meta_class "desktop" or "firewall". Pascal Rigaux2007-08-311-1/+1
| | | | | those meta_class are obsolete
* drop Move support (unused for quite a long time and superceeded by GlobetrotterThierry Vignaud2007-08-271-8/+3
| | | | | which itself was obsoleted by Mdv One)
* drop globetrotter support (unused for quite a long time and superceeded by ↵Thierry Vignaud2007-08-241-2/+1
| | | | | | | Mdv One) we should just drop Mdv Move code btw...
* kill old usb-storage code, mkinitrd now loads it when necessaryOlivier Blin2007-08-211-10/+0
|
* - adduserdrake, finish-install:Pascal Rigaux2007-08-131-9/+2
| | | | | | | | | | | | | | | o create only one user o fix checking user info (#32517) - install: o merge root password step and create user step (new setRootPassword_addUser step name, but still handle addUser setRootPassword in interactiveSteps for auto_installs) o fix checking user creation info (#32517) o allow to create only one user per default, but add an entry in summary to create more users o authentication method is not configurable anymore for now. should we add it to summary?
* - allow using sqlite for rpmdb when using option rpm_dbapi=4Pascal Rigaux2007-07-111-0/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-0/+661