Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (setPackages) drop old KDE3 to KDE4 migration path | Thierry Vignaud | 2012-04-23 | 1 | -11/+0 |
| | | | | since no supported distro offers KDE3 | ||||
* | 14.914.9 | Thierry Vignaud | 2012-04-23 | 2 | -1/+3 |
| | |||||
* | include missing perl modules (mga#5528) | Thierry Vignaud | 2012-04-23 | 2 | -0/+6 |
| | |||||
* | Split xinetd services out such that they can be handled separately from ↵ | Colin Guthrie | 2012-04-22 | 1 | -1/+12 |
| | | | | systemd units. | ||||
* | add bug reference | Thierry Vignaud | 2012-04-21 | 1 | -1/+1 |
| | | | | it looks like somebody already reported that one... | ||||
* | Update Greek translation (mga#1122) | Dimitrios Glentadakis | 2012-04-21 | 1 | -2/+2 |
| | |||||
* | Update Greek translation | Dimitrios Glentadakis | 2012-04-21 | 1 | -9/+11 |
| | |||||
* | 14.814.8 | Thierry Vignaud | 2012-04-20 | 2 | -1/+3 |
| | |||||
* | (raid2real_kind) fix displaying empty info about RAID devices | Thierry Vignaud | 2012-04-20 | 2 | -0/+3 |
| | | | | | | | we now display "<device> (RAID level)" (eg: 'md0 (RAID1)') (actually we were displaying "mdX" since two previous commits but all released installers were displaying "") | ||||
* | (create_display_box) fix crashing on calling a method on a non blessed reference | Thierry Vignaud | 2012-04-20 | 1 | -1/+2 |
| | |||||
* | (fs::partitioning_wizard::main) use newly introduced raid2real_kind() in | Thierry Vignaud | 2012-04-20 | 2 | -1/+5 |
| | | | | | | | | | | | | | order to get data about RAID devices, thus fixing: - crashing on selecting a RAID device (calling first_usable_sector on undefined value in partition_table::get_normal_parts_and_holes()) - listing RAID devices (bug introduced in commit r265764 pterjan by on Feb 4 2010: "partitioning wizard: offer to install on dmraid and existing lvm") sadly we trade "calling method on undefined value" for "calling method on unblessed reference" (see next commit) | ||||
* | (raid2real_kind) introduces it | Thierry Vignaud | 2012-04-20 | 1 | -0/+5 |
| | | | | | | | like lvm2kind(), it processes one raid device at a time instead of returning { type => 'raid, name => 'raid', val => undef } (which later causes crashes in partioning wizard) (this obviously was never tested when introducing the later) | ||||
* | 14.714.7 | Thierry Vignaud | 2012-04-19 | 2 | -1/+3 |
| | |||||
* | (check_prog) add perl_checker hints | Thierry Vignaud | 2012-04-19 | 1 | -1/+2 |
| | |||||
* | (detect_during_install) stop all inactive raids before initializing RAIDs | Thierry Vignaud | 2012-04-19 | 2 | -0/+8 |
| | | | | | | | | | | | | | | (thus fixing installer not offering to upgrade RAID installs) rationale: udev starts raids early but fails because modules (especially personality ones) are not yet loaded; thus raids remains inactive ("md: personality for level 1 is not loaded!") regression introduced when swtiching to udev and including its rules since it works smoothly with rescue, I suspect the cause is in 60-persistent-storage.rules which is included in installer but not in rescue | ||||
* | (stop_inactive_mds) split it out of detect_during_install() | Thierry Vignaud | 2012-04-19 | 1 | -0/+3 |
| | | | | (needed for next commit) | ||||
* | (_resolve_requested_and_check) explain | Thierry Vignaud | 2012-04-19 | 1 | -0/+1 |
| | |||||
* | (_resolve_requested_and_check) fix a crash when package state is empty ↵ | Thierry Vignaud | 2012-04-19 | 2 | -2/+6 |
| | | | | (mga#5487) | ||||
* | When selecting where ro install bootloader, display mountpoint if available, ↵ | Pascal Terjan | 2012-04-19 | 3 | -1/+12 |
| | | | | and size+fs_type if we have nothing (mga#5460) | ||||
* | add gtk3 version of display_help | Funda Wang | 2012-04-19 | 1 | -0/+72 |
| | |||||
* | Update translation. | You-Cheng Hsieh | 2012-04-19 | 1 | -4/+3 |
| | |||||
* | sync with code | Thierry Vignaud | 2012-04-18 | 72 | -1136/+1251 |
| | |||||
* | add a note for translators | Thierry Vignaud | 2012-04-18 | 1 | -1/+3 |
| | |||||
* | list zc3xx driven as webcams (mga#5449) | Thierry Vignaud | 2012-04-18 | 1 | -0/+2 |
| | |||||
* | revert part of bogus commit r4108 by akien earlier today | Thierry Vignaud | 2012-04-18 | 61 | -62/+62 |
| | | | | | | | | | | | was: "Removal of a fuzzy tag in a drakx-installer-stage2 string, the former translation being accurate enough (see mga#484)" rationale: this was explicitely changed to be different with a very different meaning only keeping new fr translations (which btw should have been logged in commit log and better split in another commit) | ||||
* | typo fix | Thierry Vignaud | 2012-04-18 | 1 | -1/+1 |
| | |||||
* | 14.614.6 | Thierry Vignaud | 2012-04-18 | 2 | -1/+3 |
| | |||||
* | include more udev rules for RAID (mga#5048) | Thierry Vignaud | 2012-04-18 | 1 | -1/+2 |
| | | | | also include libdmraid-events-isw.so for dmraid (mga#4750) | ||||
* | sort udev rules | Thierry Vignaud | 2012-04-18 | 1 | -1/+1 |
| | |||||
* | further enhance changelog ; also add missing bug reference | Thierry Vignaud | 2012-04-18 | 1 | -2/+3 |
| | |||||
* | (_install_raw::ask_for_bad_or_missing) offer to not ask again about missing ↵ | Thierry Vignaud | 2012-04-18 | 2 | -0/+12 |
| | | | | packages | ||||
* | (_install_raw::bad_signature) fix assuming "no" to continue on bad | Thierry Vignaud | 2012-04-18 | 2 | -6/+9 |
| | | | | signatures once "do not ask again" has been checked in | ||||
* | enhance prior log | Thierry Vignaud | 2012-04-18 | 1 | -2/+3 |
| | | | | (needed for next commits) | ||||
* | Removal of a fuzzy tag in a drakx-installer-stage2 string, the former ↵ | Rémi Verschelde | 2012-04-18 | 61 | -239/+196 |
| | | | | translation being accurate enough (see mga#484) | ||||
* | (unselectAllPackages) only log about unselecting packages if "no_suggest" ↵ | Thierry Vignaud | 2012-04-18 | 1 | -2/+4 |
| | | | | option is set | ||||
* | (_resolve_requested_and_check) make it slighty more readable | Thierry Vignaud | 2012-04-17 | 1 | -1/+2 |
| | |||||
* | (select_by_package_names_or_die) track suggested packages | Thierry Vignaud | 2012-04-17 | 2 | -0/+7 |
| | | | | | | | | | (unselectAllPackages) unselect already suggested packages when performing a minimal install if "no suggests" option was choosen (mga#5209) rationale: the no_suggests option only applies after selecting basesystem (thus minimal install has urpmi b/c basesystem suggest urpmi) | ||||
* | (unselectAllPackages) move test out of if | Thierry Vignaud | 2012-04-17 | 1 | -1/+2 |
| | | | | so that next commit is more readable | ||||
* | merge translation from rpmdrake | Thierry Vignaud | 2012-04-17 | 71 | -124/+124 |
| | |||||
* | sync with code | Thierry Vignaud | 2012-04-17 | 72 | -7694/+8060 |
| | |||||
* | (choosePackagesTree) display informations, even if we failed to retrieve the ↵ | Thierry Vignaud | 2012-04-16 | 1 | -2/+2 |
| | | | | | | | | package header the later is needed only for description. "No description" will be merged in from rpmdrake | ||||
* | (extractHeaders) adapt to urpmi API after resurecting it | Thierry Vignaud | 2012-04-16 | 1 | -1/+1 |
| | |||||
* | (cleanHeaders,extractHeaders) resurect them, thus enabling to retrieve ↵ | Thierry Vignaud | 2012-04-16 | 3 | -0/+28 |
| | | | | | | package descriptions from headers (mga#549) (got ripped after swtiching to urpmi, needed for next commits) | ||||
* | (urpmidir) adapt it to urpmi API | Thierry Vignaud | 2012-04-16 | 1 | -1/+2 |
| | | | | | was unused since switching to urpmi code in 2009, needed for next commits | ||||
* | finish-install: make sure sbin is added to PATH | Olivier Blin | 2012-04-16 | 2 | -1/+2 |
| | |||||
* | fix lock icon (#5424) | Anne Nicolas | 2012-04-16 | 2 | -0/+2 |
| | |||||
* | ensure swap partition is activated in dracut (e.g. for swap on LVM, RAID etc) | Colin Guthrie | 2012-04-14 | 2 | -1/+5 |
| | |||||
* | 14.514.5 | Anne Nicolas | 2012-04-12 | 2 | -1/+4 |
| | |||||
* | adapt color for menu categories | Anne Nicolas | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | fix incorrect NEWS location | Colin Guthrie | 2012-04-12 | 2 | -2/+2 |
| |