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