summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* do not unconfigure timezone if timezone screen is canceled (#33565)Olivier Blin2008-03-191-1/+2
|
* - adduserdrake:Pascal Rigaux2008-03-181-0/+4
| | | | | o display kdm/gdm icon again (was disabled on year ago)
* - diskdrake --fileshare:Pascal Rigaux2008-01-281-1/+1
| | | | | o adapt to nfs-utils service rename (nfs-server instead of nfs)
* - drakboot:Pascal Rigaux2008-01-171-2/+3
| | | | | o fix handling root=UUID=xxx when modifying a bootloader entry (#36788)
* - localedrake, drakx-finish-install:Pascal Rigaux2008-01-141-3/+4
| | | | | | | | | | | | | o fix proposing Belgium when lang is "nl" and locales-fr is not installed (same for Canada with lang "fr" and locales-en not installed) (#36413) nb: - removed restricting countries to installed locales in list_countries(), since c2locale is wrong for countries like CA or BE which have more than one lang - country_to_locales() is replaced with countries_to_locales() to avoid redoing the same computation all the time
* - do not sort languages in "choose language" step in graphical mode, since thePascal Rigaux2008-01-111-1/+1
| | | | | | sort is done on the non-translated strings (eg: we display "Espanol" but we sort on Spanish )
* simplify (sort should not be used together with separator, since tree isPascal Rigaux2007-12-071-1/+1
| | | | | always sorted. text-mode flat list is also sorted by default)
* (selectLanguage_install) ensure langs are sorted in text modeThierry Vignaud2007-12-061-1/+1
|
* - localedrake:Pascal Rigaux2007-11-301-1/+1
| | | | | o restrict the proposed input-methods for each language
* drakclock/finish-install: disable DPMS and screensaver when setting time not ↵Olivier Blin2007-10-231-0/+11
| | | | to blank monitor (#17031)
* - localedrake:Pascal Rigaux2007-10-151-1/+3
| | | | | | | | o do propose "Suisse" after selecting french language (#34675) nb: it was not selected because CH is associated to de_CH whereas it also exists fr_CH. hence country_to_locales()
* simplify (for next commit)Pascal Rigaux2007-10-151-2/+1
|
* (display_release_notes) fix release notes window size in !install modeThierry Vignaud2007-10-051-1/+1
|
* - diskdrake --filesharePascal Rigaux2007-10-041-0/+3
| | | | | o install nautilus-filesharing if nautilus is installed (#34262)
* i don't like \1 :)Pascal Rigaux2007-09-281-1/+1
|
* (display_release_notes) split it out of acceptLicense()Thierry Vignaud2007-09-271-36/+37
|
* - localedrake: Pascal Rigaux2007-09-271-5/+4
| | | | | | | | | | | o allow to choose countries like "Angola" which have no locale (pt_AO) in the "best" countries (alas it won't be remembered, will only be used in kde settings for now) - a solution could be to put pt_AO in LANGUAGE? - another solution would be to really use LC_*=pt_AO, it should not be an issue since it will use pt which really is pt_PT
* (acceptLicense) display nicer HTML release notes rather than raw text versionThierry Vignaud2007-09-261-2/+40
|
* - on upgrade, don't add resume=xxx if noresume is there (#33953)Pascal Rigaux2007-09-241-5/+10
|
* read gdm autologin settingsOlivier Blin2007-09-211-3/+5
|
* - drakboot:Pascal Rigaux2007-09-201-0/+1
| | | | | o create .dmrc with mode 0644 for gdm (#33774)
* - report_bug: hide grub password (#33634)Pascal Rigaux2007-09-171-1/+1
|
* replace "require lang" by "use lang"Thierry Vignaud2007-09-171-1/+1
|
* transform "use lang" into "require lang" (lang.pm doesn't exportThierry Vignaud2007-09-151-1/+1
| | | | | | anything anyway, thus making stuff require any.pm then lang.pm works as well as stuff requiring lang.pm then any.pm
* drop Move support (unused for quite a long time and superceeded by GlobetrotterThierry Vignaud2007-08-271-2/+0
| | | | | which itself was obsoleted by Mdv One)
* drop globetrotter support (unused for quite a long time and superceeded by ↵Thierry Vignaud2007-08-241-9/+5
| | | | | | | Mdv One) we should just drop Mdv Move code btw...
* rename title of ask_user_and_root() to "User management"Pascal Rigaux2007-08-141-1/+1
|
* - adduserdrake, finish-install:Pascal Rigaux2007-08-131-40/+44
| | | | | | | | | | | | | | | 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?
* - drakboot:Pascal Rigaux2007-08-081-1/+1
| | | | | | o allow choosing another bootloader method when a package cannot be installed (occurs on 2008.0 beta1 where mandriva-gfxboot-theme is missing)
* - drakboot -bootPascal Rigaux2007-06-111-1/+5
| | | | | o update splash when changing framebuffer resolution (#27470)
* do not try to configure dvd devices during install since /dev is wiped out ↵Olivier Blin2007-04-301-15/+0
| | | | at reboot
* re-sync after the big svn lossPascal Rigaux2007-04-251-160/+276
|
* as suggested in bug #21524, display the info on hard drives in the "boot ↵Pascal Rigaux2006-03-091-1/+8
| | | | device" choice
* enable acpi/acpid services when needed, disable them otherwise (#21316)Olivier Blin2006-03-041-2/+6
|
* fix indentationOlivier Blin2006-02-281-2/+2
|
* symlink old home directory to new one when renaming user (#21384)Olivier Blin2006-02-281-0/+2
|
* remove spurious commaOlivier Blin2006-02-281-1/+1
|
* remove untested patchOlivier Blin2006-02-231-14/+6
|
* use groupmod to change group when renaming a userOlivier Blin2006-02-231-8/+16
|
* create lang::lang_changed() to ensure {country} is set according to the lang ↵Pascal Rigaux2006-02-231-1/+1
| | | | (useful for finish-install where choosing fr gives fr_US)
* perl_checker complianceOlivier Blin2006-02-231-1/+1
|
* allow to rename an old user (possibly "guest" from a live distribution) ↵Olivier Blin2006-02-231-4/+9
| | | | instead of creating a new one, using info from first added user in finish-install
* only accept users using "Accept user" button, and disable "Next" when thePascal Rigaux2006-02-211-2/+3
| | | | | login name is filled (bugzilla #20712)
* force creation of a non-root user on standard security levelPascal Rigaux2006-01-301-1/+1
| | | | | | (esp. since kdm doesn't permit root login anymore by default) (thanks to Neoclust)
* (acceptLicense) load the needed modulesThierry Vignaud2005-12-151-0/+1
|
* (acceptLicense) only show release notes at install timeThierry Vignaud2005-12-151-1/+1
|
* (acceptLicense) in standalone mode, when license is rejected, just rebootThierry Vignaud2005-12-151-0/+2
|
* (acceptLicense) move it from install_steps_interactive.pm into any.pm so thatThierry Vignaud2005-12-151-0/+31
| | | | | it is availlable from within finish-install
* fix for localedrake in text modePascal Rigaux2005-11-231-1/+1
|
* apply locale settings immediatelyOlivier Blin2005-11-231-0/+2
|