summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
Commit message (Collapse)AuthorAgeFilesLines
* - add new step "choose desktop", before or hiding "choose groups"Pascal Rigaux2007-08-311-2/+28
| | | | | (as required in the specs of 2008.0)
* drop special code based on meta_class "desktop" or "firewall". Pascal Rigaux2007-08-311-15/+2
| | | | | those meta_class are obsolete
* (summary) set specific icons for summary steps (#32923)Thierry Vignaud2007-08-301-0/+5
|
* - fix summary in text mode (#32858)Pascal Rigaux2007-08-271-1/+1
| | | | | (regression introduced by "User Management" which has no val)
* do not display "Bootloader" step in drakx-in-chrootPascal Rigaux2007-08-211-1/+1
|
* - adduserdrake, finish-install:Pascal Rigaux2007-08-131-27/+18
| | | | | | | | | | | | | | | 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?
* silently set the default security level as 3Thierry Vignaud2007-08-071-1/+1
|
* (summary) warn if the security level will prevent accessig windows partitionsThierry Vignaud2007-08-071-2/+5
|
* (check_security_level) split it out of miscellaneous()Thierry Vignaud2007-08-071-4/+9
|
* (summary) reorder steps according to specsThierry Vignaud2007-08-071-36/+35
|
* - fix range max value >2TB when creating a partition (useful for LVs >2TB)Pascal Rigaux2007-08-061-1/+1
| | | | | | nb: >> 11 and << 11 doesn't work on floats which we use to handle >2TB partitions. perl floats are precise enough up until 512TB
* - do not ask for updates at end of installation when updates are alreadyPascal Rigaux2007-05-091-0/+6
| | | | | available (network installs) (#30344)
* re-sync after the big svn lossPascal Rigaux2007-04-251-0/+1083