Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - finish-install: | Pascal Rigaux | 2008-08-29 | 1 | -1/+3 | |
| | | | | | o use gurpmi.addmedia when available to configure urpmi media | |||||
* | revert previous commit: using "urpmi.addmedia --updates ..." is not useful | Pascal Rigaux | 2008-08-29 | 1 | -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 Rigaux | 2008-08-28 | 1 | -2/+4 | |
| | | | | media | |||||
* | fix previous commit: | Pascal Rigaux | 2008-08-28 | 1 | -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 Rigaux | 2008-08-28 | 1 | -0/+8 | |
| | | | | | - make it installer compliant | |||||
* | (acceptLicense,display_release_notes) fix displaying release notes in text ↵ | Thierry Vignaud | 2008-08-28 | 1 | -2/+11 | |
| | | | | mode (#43263) | |||||
* | (ask_user_and_root) refresh "user management" step by right aligning most ↵ | Thierry Vignaud | 2008-08-27 | 1 | -7/+10 | |
| | | | | widgets | |||||
* | (ask_user_and_root) move icon at top | Thierry Vignaud | 2008-08-27 | 1 | -3/+3 | |
| | ||||||
* | change prototype of any::create_user(), authentication::user_crypted_passwd(), | Pascal Rigaux | 2008-08-22 | 1 | -3/+3 | |
| | | | | | | | authentication::write_passwd_user(): pass $authentication instead of $isMD5 (for next commits) | |||||
* | (acceptLicense) align license question to the right | Thierry Vignaud | 2008-08-22 | 1 | -2/+3 | |
| | ||||||
* | (acceptLicense,selectKeyboard) render some message titles as blue | Thierry Vignaud | 2008-08-22 | 1 | -1/+1 | |
| | ||||||
* | (acceptLicense) do not use all horizontal space for "release notes" button | Thierry Vignaud | 2008-08-22 | 1 | -1/+1 | |
| | ||||||
* | - install lilo when needed (#39878) | Pascal Rigaux | 2008-08-22 | 1 | -0/+1 | |
| | ||||||
* | create any::install_bootloader_pkgs() as a simple wrapper around | Pascal Rigaux | 2008-08-22 | 1 | -1/+7 | |
| | | | | | | | install_acpi_pkgs() (needed for next commit) | |||||
* | (selectLanguage_install,selectLanguage_standalone) remove ending point on ↵ | Thierry Vignaud | 2008-08-20 | 1 | -2/+2 | |
| | | | | fred request | |||||
* | (get_release_notes_button,acceptLicense) move "release notes" button | Thierry Vignaud | 2008-08-20 | 1 | -12/+4 | |
| | | | | | according to specs | |||||
* | (acceptLicense) reindent | Thierry Vignaud | 2008-08-20 | 1 | -1/+2 | |
| | ||||||
* | (display_release_notes) explicitely pop up (needed for next commits) | Thierry Vignaud | 2008-08-20 | 1 | -1/+1 | |
| | ||||||
* | (ask_fromW,display_release_notes) stop reducing help & release notes ↵ | Thierry Vignaud | 2008-08-19 | 1 | -2/+0 | |
| | | | | dialogs' size | |||||
* | (acceptLicense,get_release_notes_button) (- use new style popup button | Thierry Vignaud | 2008-08-19 | 1 | -1/+11 | |
| | | | | | for 'release notes' button too | |||||
* | (acceptLicense) add 'Do you accept this license' question | Thierry Vignaud | 2008-08-18 | 1 | -1/+4 | |
| | ||||||
* | (selectLanguage_install) display a more precise title | Thierry Vignaud | 2008-08-18 | 1 | -1/+1 | |
| | ||||||
* | (selectLanguage_install) remove message | Thierry Vignaud | 2008-08-18 | 1 | -1/+1 | |
| | ||||||
* | default to UTF-8 for chinese simplified (#42137) | Thierry Vignaud | 2008-08-12 | 1 | -1/+1 | |
| | ||||||
* | stop set icons for banners | Thierry Vignaud | 2008-07-24 | 1 | -7/+0 | |
| | ||||||
* | fix reading and setting kdmrc (by resolving alternative in chroot) | Olivier Blin | 2008-07-10 | 1 | -3/+2 | |
| | ||||||
* | default to KDE4 (instead of KDE) if kdm config exists when reading autologin ↵ | Olivier Blin | 2008-07-09 | 1 | -1/+1 | |
| | | | | configuration | |||||
* | update autologin file path for kdm4 | Olivier Blin | 2008-07-09 | 1 | -2/+3 | |
| | ||||||
* | detect KDE4 when configuring autologin | Olivier Blin | 2008-07-04 | 1 | -3/+4 | |
| | ||||||
* | - use UUID for resume= kernel parameter | Pascal Rigaux | 2008-06-02 | 1 | -1/+1 | |
| | ||||||
* | fix computing time according to timezone in local/UTC dialog | Olivier Blin | 2008-03-28 | 1 | -1/+2 | |
| | | | | | (by using zoneinfo files from the installed prefix) | |||||
* | use documented format of TZ variable | Olivier Blin | 2008-03-28 | 1 | -1/+1 | |
| | ||||||
* | create reboot() out of acceptLicense() | Pascal Rigaux | 2008-03-28 | 1 | -8/+13 | |
| | ||||||
* | - when skipping bootloader installation, correctly say "None" in summary | Pascal Rigaux | 2008-03-21 | 1 | -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 if | Pascal Rigaux | 2008-03-21 | 1 | -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 Rigaux | 2008-03-20 | 1 | -0/+1 | |
| | ||||||
* | - ask which drive to install bootloader if we don't really know which is first | Pascal Rigaux | 2008-03-20 | 1 | -6/+7 | |
| | | | | | bios drive (cf #38829) | |||||
* | allow to hide ntp in advanced settings | Olivier Blin | 2008-03-19 | 1 | -5/+6 | |
| | ||||||
* | split out configure_time_more (for next commit) | Olivier Blin | 2008-03-19 | 1 | -1/+10 | |
| | ||||||
* | partially revert previous commit (since there will be no "next commit" on ↵ | Pascal Rigaux | 2008-03-19 | 1 | -6/+2 | |
| | | | | setupBootloader__boot_bios_drive) | |||||
* | create _ask_boot_bios_drive() out of setupBootloader__boot_bios_drive() | Pascal Rigaux | 2008-03-19 | 1 | -5/+14 | |
| | | | | | (ie prepare for next commit) | |||||
* | add missing space | Olivier Blin | 2008-03-19 | 1 | -1/+1 | |
| | ||||||
* | do not unconfigure timezone if timezone screen is canceled (#33565) | Olivier Blin | 2008-03-19 | 1 | -1/+2 | |
| | ||||||
* | - adduserdrake: | Pascal Rigaux | 2008-03-18 | 1 | -0/+4 | |
| | | | | | o display kdm/gdm icon again (was disabled on year ago) | |||||
* | - diskdrake --fileshare: | Pascal Rigaux | 2008-01-28 | 1 | -1/+1 | |
| | | | | | o adapt to nfs-utils service rename (nfs-server instead of nfs) | |||||
* | - drakboot: | Pascal Rigaux | 2008-01-17 | 1 | -2/+3 | |
| | | | | | o fix handling root=UUID=xxx when modifying a bootloader entry (#36788) | |||||
* | - localedrake, drakx-finish-install: | Pascal Rigaux | 2008-01-14 | 1 | -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 the | Pascal Rigaux | 2008-01-11 | 1 | -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 is | Pascal Rigaux | 2007-12-07 | 1 | -1/+1 | |
| | | | | | always sorted. text-mode flat list is also sorted by default) | |||||
* | (selectLanguage_install) ensure langs are sorted in text mode | Thierry Vignaud | 2007-12-06 | 1 | -1/+1 | |
| |