summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* commit the string for translation (but still need to be reviewed by adam)Pascal Rigaux2008-09-301-0/+4
| | | | | the code will come later (when decided how to do it)
* - clean_rpmdb_shared_regions before and after calling gurpmi.addmedia/gurpmi2Pascal Rigaux2008-09-241-0/+2
| | | | | in chroot
* always set compssListLevel in interactive choosePackages step (even in ↵Olivier Blin2008-09-241-0/+3
| | | | auto-install)
* inline o->{compssListLevel} usage and remove useless parameterOlivier Blin2008-09-231-4/+4
|
* use o->{compssListLevel} instead of hardcoded default rate (so that it can ↵Olivier Blin2008-09-231-3/+2
| | | | be customized from command line later)
* explicitely pass max rate when computing available size corrected (not to ↵Olivier Blin2008-09-231-1/+1
| | | | depend on o->{compssListLevel} that currently defaults to max rate)
* remove install::steps_interactive::setPackages, it's exactly the same as the ↵Olivier Blin2008-09-231-5/+0
| | | | install::steps::setPackages it's overriding
* move rpmsrate values in variablesOlivier Blin2008-09-231-1/+1
|
* adapt to any::reboot() prototype changePascal Rigaux2008-09-191-1/+1
|
* - add a special license for google programs (only for "Powerpack" product)Pascal Rigaux2008-09-191-1/+1
|
* move {useless_thing_accepted} special case in installPascal Rigaux2008-09-191-0/+2
|
* drop unused code: commercial cd is no morePascal Rigaux2008-09-191-6/+0
|
* (level_choose) drop now unused 'libsafe' parameterThierry Vignaud2008-09-151-1/+1
|
* (selectKeyboard) just hide "advanced" title if there're no "advanced" widgetsThierry Vignaud2008-09-111-1/+2
|
* (selectKeyboard) remove ending "." from titleThierry Vignaud2008-09-111-1/+1
|
* (selectKeyboard) I forgot to commit adding ":" when commiting posThierry Vignaud2008-09-111-1/+1
|
* (selectKeyboard) render title in blue in advanced dialogThierry Vignaud2008-09-111-1/+1
|
* (errorInStep) fix parsing error messages ar markups which resulted in:Thierry Vignaud2008-09-111-0/+1
| | | | | "Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on line 1: Character '"
* - fix "INTERNAL ERROR: ask_from_normalize" at end of installationPascal Rigaux2008-09-021-2/+1
|
* add some loggingPascal Rigaux2008-09-011-4/+5
|
* - keep in $o->{previous_release} the info about upgraded /etc/release,Pascal Rigaux2008-09-011-1/+2
| | | | | | | and pass "reason" and version to urpmi.addmedia - we also parse {version} field out of /etc/release
* (exitInstall) remove "Generate auto install floppy" & "Save packagesThierry Vignaud2008-09-011-14/+0
| | | | | selection" options at end of installation
* oops, remove debug code :-/Pascal Rigaux2008-09-011-1/+1
| | | | | (thanks titi)
* - if network access, configure urpmi with --mirrorlist --distrib,Pascal Rigaux2008-09-011-32/+4
| | | | | | | | | and install updates. This replaces the previous "Install Updates" step. - this calls gurpmi.addmedia/urpmi.addmedia and gurpmi2/urpmi in chroot - we do not allow anymore to choose which updates are going to be updated (ie choosePackagesTree is not used for this anymore)
* we don't support AXP's aboot anymorePascal Rigaux2008-08-281-8/+1
|
* (selectInstallClass) make title be blueThierry Vignaud2008-08-271-2/+3
|
* (setupBootloaderBefore) make wait message popThierry Vignaud2008-08-271-0/+1
|
* (setupBootloaderBefore) set titleThierry Vignaud2008-08-271-1/+1
|
* (afterInstallPackages) make it popThierry Vignaud2008-08-271-0/+1
|
* (afterInstallPackages) set titleThierry Vignaud2008-08-271-1/+1
|
* (acceptLicense,selectKeyboard) render some message titles as blueThierry Vignaud2008-08-221-2/+3
|
* - ensure we don't default on the first keyboard layout when upgrading frenchPascal Rigaux2008-08-211-1/+2
| | | | | box in english lang (#41103)
* usbmouse and mousedev are dead, usbhid is enoughPascal Rigaux2008-08-201-1/+1
|
* (_chooseDesktop) reduce a stringThierry Vignaud2008-08-181-1/+1
|
* (_chooseDesktop) commit uncommited string compressionThierry Vignaud2008-08-181-3/+3
|
* fix title of desktop selection dialogThierry Vignaud2008-08-111-1/+1
|
* better wording (from berthy)Olivier Blin2008-07-311-1/+1
|
* stop set icons for bannersThierry Vignaud2008-07-241-8/+1
|
* s/2008 Spring/2009/Pascal Rigaux2008-06-261-1/+1
|
* Search task-kde4, task-kde no longer existsFrederic Crozat2008-06-251-1/+1
|
* enable to restore the system through rsnapshot if giving "restore" on cmdlineThierry Vignaud2008-04-031-0/+5
|
* - warn the user and propose to install/quit-install before upgrading from aPascal Rigaux2008-03-281-0/+49
| | | | | partition where "/" is ext3 with block-size 1KB to avoid kernel bug (#37583)
* - use umask=0 by default on vfat (#39315)Pascal Rigaux2008-03-251-1/+1
|
* - when skipping bootloader installation, correctly say "None" in summary Pascal Rigaux2008-03-211-1/+1
| | | | | | | | (#39101) for this, setting $bootloader->{boot} to '', it's simple enough and seems to work nicely :)
* - do not propose "KDE, GNOME or Custom" profiles if the partition is small Pascal Rigaux2008-02-121-1/+2
| | | | | | | | | (< 2.5GB) otherwise the installer will not be able to install the full profile eg: kdebase-konsole doesn't get installed with a 2GB "/" (where "available size corrected" is 1.3GB)
* 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
|