summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
Commit message (Collapse)AuthorAgeFilesLines
* add FIXME notesThierry Vignaud2007-10-091-0/+1
|
* - do not ask desktop choice in upgrade (#34025)Pascal Rigaux2007-09-261-1/+1
| | | | | (typo fix)
* distinct both noun & verb forms for "Install" (needed for #33781)Thierry Vignaud2007-09-251-1/+1
|
* - don't ask for desktop and go directly to choose groups if kde and gnome arePascal Rigaux2007-09-251-1/+9
| | | | | not available on media (useful for mini iso)
* - don't crash install when mounting CD fails (#33421)Pascal Rigaux2007-09-251-1/+1
|
* (summary) fix some banner icons (#33802)Thierry Vignaud2007-09-201-2/+2
|
* (summary) stop configuring TV cards in summary since kernel do a better job nowThierry Vignaud2007-09-191-12/+0
|
* cleanup: use URPM::packages_providing()Pascal Rigaux2007-09-141-1/+1
|
* - don't set $o->{security} until accepted (#33567)Pascal Rigaux2007-09-141-4/+6
|
* - do not allow to upgrade i586->x86_64 or x86_64->i586 (#33370)Pascal Rigaux2007-09-131-0/+10
|
* - fix gnome choice in "choose desktop" step (#33101)Pascal Rigaux2007-09-041-0/+1
|
* really allow nicer "choose desktop" step with iconsPascal Rigaux2007-09-041-1/+1
|
* - nicer "choose desktop" step with iconsPascal Rigaux2007-09-031-10/+18
|
* - 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