summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
Commit message (Collapse)AuthorAgeFilesLines
* - 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