summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* (setupBootloader__entries) add title to boot entries list windowThierry Vignaud2008-09-101-1/+1
|
* always call lang_changed after setting a locale (mainly to auto-updateOlivier Blin2008-09-101-2/+2
| | | | | | country), only affects future finish-install behavior, since selectLanguage_standalone as no other direct caller
* (setupBootloader__mbr_or_not) better titleThierry Vignaud2008-09-101-1/+1
|
* allow to make ntp settings advanced in configure_timezone()Olivier Blin2008-09-101-2/+2
|
* (setupBootloader__general) fix nolapic/lapic logic due to altered kernel ↵Thierry Vignaud2008-09-101-0/+2
| | | | settings
* - drop the ability to set mem=xxx in bootloader configuration (#42329)Pascal Rigaux2008-09-091-4/+0
|
* (set_window_manager) update /etc/sysconfig/desktop since get_autologin() stillThierry Vignaud2008-09-081-0/+4
| | | | | | reads it, thus fixing drakboot not displaying previous setting but a blank value instead
* - libDrakX:Pascal Rigaux2008-09-041-1/+1
| | | | | | | | o fix handling KDE4 in running_window_manager() and ask_window_manager_to_logout() fucking /usr/lib/qt4/bin is in PATH... except after being called by usermode which filter-out such weird things!
* - fix buggy blocking wait_message occuring in diskdrakePascal Rigaux2008-09-031-1/+0
| | | | | | (using a more powerful strategy to ensure such blocking wait_message won't bother use anymore)
* prompt before logging out of kde4Pascal Rigaux2008-09-021-1/+1
|
* - libDrakX:Pascal Rigaux2008-09-021-2/+3
| | | | | o handle KDE4 in running_window_manager() and ask_window_manager_to_logout()
* - keep in $o->{previous_release} the info about upgraded /etc/release,Pascal Rigaux2008-09-011-1/+8
| | | | | | | and pass "reason" and version to urpmi.addmedia - we also parse {version} field out of /etc/release
* (setupBootloader__mbr_or_not) render title as blueThierry Vignaud2008-09-011-2/+5
|
* - if network access, configure urpmi with --mirrorlist --distrib,Pascal Rigaux2008-09-011-1/+7
| | | | | | | | | 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)
* - finish-install:Pascal Rigaux2008-08-291-1/+3
| | | | | o use gurpmi.addmedia when available to configure urpmi media
* revert previous commit: using "urpmi.addmedia --updates ..." is not usefulPascal Rigaux2008-08-291-4/+2
| | | | | | (i thought it could be for network installs from home-made mirrors, but then home-made mirrors should contain updates too)
* add optional paramater to urpmi_add_all_media() to allow to add only update ↵Pascal Rigaux2008-08-281-2/+4
| | | | media
* fix previous commit:Pascal Rigaux2008-08-281-0/+2
| | | | | | - move the "require" where it's needed - split the comment so that it correctly describes things
* - create any::urpmi_add_all_media() out of finish_install's ask_urpmi()Pascal Rigaux2008-08-281-0/+8
| | | | | - make it installer compliant
* (acceptLicense,display_release_notes) fix displaying release notes in text ↵Thierry Vignaud2008-08-281-2/+11
| | | | mode (#43263)
* (ask_user_and_root) refresh "user management" step by right aligning most ↵Thierry Vignaud2008-08-271-7/+10
| | | | widgets
* (ask_user_and_root) move icon at topThierry Vignaud2008-08-271-3/+3
|
* change prototype of any::create_user(), authentication::user_crypted_passwd(),Pascal Rigaux2008-08-221-3/+3
| | | | | | | authentication::write_passwd_user(): pass $authentication instead of $isMD5 (for next commits)
* (acceptLicense) align license question to the rightThierry Vignaud2008-08-221-2/+3
|
* (acceptLicense,selectKeyboard) render some message titles as blueThierry Vignaud2008-08-221-1/+1
|
* (acceptLicense) do not use all horizontal space for "release notes" buttonThierry Vignaud2008-08-221-1/+1
|
* - install lilo when needed (#39878)Pascal Rigaux2008-08-221-0/+1
|
* create any::install_bootloader_pkgs() as a simple wrapper aroundPascal Rigaux2008-08-221-1/+7
| | | | | | | install_acpi_pkgs() (needed for next commit)
* (selectLanguage_install,selectLanguage_standalone) remove ending point on ↵Thierry Vignaud2008-08-201-2/+2
| | | | fred request
* (get_release_notes_button,acceptLicense) move "release notes" buttonThierry Vignaud2008-08-201-12/+4
| | | | | according to specs
* (acceptLicense) reindentThierry Vignaud2008-08-201-1/+2
|
* (display_release_notes) explicitely pop up (needed for next commits)Thierry Vignaud2008-08-201-1/+1
|
* (ask_fromW,display_release_notes) stop reducing help & release notes ↵Thierry Vignaud2008-08-191-2/+0
| | | | dialogs' size
* (acceptLicense,get_release_notes_button) (- use new style popup buttonThierry Vignaud2008-08-191-1/+11
| | | | | for 'release notes' button too
* (acceptLicense) add 'Do you accept this license' questionThierry Vignaud2008-08-181-1/+4
|
* (selectLanguage_install) display a more precise title Thierry Vignaud2008-08-181-1/+1
|
* (selectLanguage_install) remove messageThierry Vignaud2008-08-181-1/+1
|
* default to UTF-8 for chinese simplified (#42137)Thierry Vignaud2008-08-121-1/+1
|
* stop set icons for bannersThierry Vignaud2008-07-241-7/+0
|
* fix reading and setting kdmrc (by resolving alternative in chroot)Olivier Blin2008-07-101-3/+2
|
* default to KDE4 (instead of KDE) if kdm config exists when reading autologin ↵Olivier Blin2008-07-091-1/+1
| | | | configuration
* update autologin file path for kdm4Olivier Blin2008-07-091-2/+3
|
* detect KDE4 when configuring autologinOlivier Blin2008-07-041-3/+4
|
* - use UUID for resume= kernel parameterPascal Rigaux2008-06-021-1/+1
|
* fix computing time according to timezone in local/UTC dialogOlivier Blin2008-03-281-1/+2
| | | | | (by using zoneinfo files from the installed prefix)
* use documented format of TZ variableOlivier Blin2008-03-281-1/+1
|
* create reboot() out of acceptLicense()Pascal Rigaux2008-03-281-8/+13
|
* - when skipping bootloader installation, correctly say "None" in summary Pascal Rigaux2008-03-211-3/+5
| | | | | | | | (#39101) for this, setting $bootloader->{boot} to '', it's simple enough and seems to work nicely :)
* ensure $locale->{country} and $locale->{IM} are set correctly even ifPascal Rigaux2008-03-211-0/+1
| | | | | | | $locale->{country} was already set (because of lang=xxx on /proc/cmdline, $locale->{country} is already set and install::steps::selectLanguage won't do it, and that's normal)
* - add Xorg.0.log to report.bug.gz (to help diagnose why X failed)Pascal Rigaux2008-03-201-0/+1
|