summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
* update NEWSAnne Nicolas2012-04-251-0/+2
|
* update desktop imagesAnne Nicolas2012-04-256-0/+0
|
* 14.11Thierry Vignaud2012-04-251-0/+2
|
* reuse code from hd_gtk, fixes display of "Use free space" solutionPascal Terjan2012-04-241-0/+1
|
* fix removing several notebook pagesPascal Terjan2012-04-241-0/+2
|
* services: Read systemd service information.Colin Guthrie2012-04-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | This adds support for two different methods of working with systemd. The first, and more complete method is to query systemd for information about whether a service is enabled at boot. This mode requires that we are running under systemd and thus only works for machines in interactive mode post-install. For the installer, we also support a more rudamentary method which scans for unit files which contain simple install rules (i.e. only those services which are part of the typical multi-user or graphical targets (corresponding to runlevels 3 and 5 in the old days). This method will not show all services but it should be enough for the installer. https://bugs.mageia.org/show_bug.cgi?id=3253 https://bugs.mageia.org/show_bug.cgi?id=3740 https://bugs.mageia.org/show_bug.cgi?id=4910 https://bugs.mageia.org/show_bug.cgi?id=5122
* (choosePackages) fix offering desktop choice since DVD has task-kde4-minimalThierry Vignaud2012-04-242-1/+3
| | | | instead of task-kde4 (Luc Menut, mga#5574)
* better logThierry Vignaud2012-04-241-2/+3
|
* log a unlogged change (do not try to update KDE3 to KDE4 anymore)Thierry Vignaud2012-04-241-0/+1
|
* detect LVM on top on Encrypted partitions (mga#5330)Pascal Terjan2012-04-231-0/+3
|
* updated Romanian translationFlorin Catalin Russen2012-04-231-178/+176
|
* 14.10Thierry Vignaud2012-04-231-0/+2
|
* (hdlist_on_disk) enhance itThierry Vignaud2012-04-231-1/+3
|
* (choosePackagesTree) honor "no suggests" option (mga#3467)Thierry Vignaud2012-04-232-1/+4
| | | | | was not "implemented" for individual package selection when pterjan commited r259864 on Sep 2 2009: "allow minimal install without suggests"
* (selectInstallClass) explainThierry Vignaud2012-04-231-0/+1
|
* (selectInstallClass) do not offer to upgrade mdv 201[1-9] (mga#5004)Thierry Vignaud2012-04-232-1/+2
|
* (choosePackagesTree) fix passing ->{media} to extractHeadersThierry Vignaud2012-04-232-1/+4
| | | | (was a missmerge)
* (setPackages) drop old KDE3 to KDE4 migration pathThierry Vignaud2012-04-231-11/+0
| | | | since no supported distro offers KDE3
* 14.9Thierry Vignaud2012-04-231-0/+2
|
* include missing perl modules (mga#5528)Thierry Vignaud2012-04-232-0/+6
|
* add bug referenceThierry Vignaud2012-04-211-1/+1
| | | | it looks like somebody already reported that one...
* 14.8Thierry Vignaud2012-04-201-0/+2
|
* (raid2real_kind) fix displaying empty info about RAID devicesThierry Vignaud2012-04-201-0/+1
| | | | | | | we now display "<device> (RAID level)" (eg: 'md0 (RAID1)') (actually we were displaying "mdX" since two previous commits but all released installers were displaying "")
* (fs::partitioning_wizard::main) use newly introduced raid2real_kind() inThierry Vignaud2012-04-201-0/+4
| | | | | | | | | | | | | 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)
* 14.7Thierry Vignaud2012-04-191-0/+2
|
* (detect_during_install) stop all inactive raids before initializing RAIDsThierry Vignaud2012-04-191-0/+3
| | | | | | | | | | | | | | (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
* (_resolve_requested_and_check) explainThierry Vignaud2012-04-191-0/+1
|
* (_resolve_requested_and_check) fix a crash when package state is empty ↵Thierry Vignaud2012-04-192-2/+6
| | | | (mga#5487)
* When selecting where ro install bootloader, display mountpoint if available, ↵Pascal Terjan2012-04-191-0/+3
| | | | and size+fs_type if we have nothing (mga#5460)
* Update translation.You-Cheng Hsieh2012-04-191-4/+3
|
* sync with codeThierry Vignaud2012-04-1872-1136/+1251
|
* add a note for translatorsThierry Vignaud2012-04-181-1/+3
|
* revert part of bogus commit r4108 by akien earlier todayThierry Vignaud2012-04-1861-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 fixThierry Vignaud2012-04-181-1/+1
|
* 14.6Thierry Vignaud2012-04-181-0/+2
|
* include more udev rules for RAID (mga#5048)Thierry Vignaud2012-04-181-1/+2
| | | | also include libdmraid-events-isw.so for dmraid (mga#4750)
* sort udev rulesThierry Vignaud2012-04-181-1/+1
|
* further enhance changelog ; also add missing bug referenceThierry Vignaud2012-04-181-2/+3
|
* (_install_raw::ask_for_bad_or_missing) offer to not ask again about missing ↵Thierry Vignaud2012-04-182-0/+12
| | | | packages
* (_install_raw::bad_signature) fix assuming "no" to continue on badThierry Vignaud2012-04-182-6/+9
| | | | signatures once "do not ask again" has been checked in
* enhance prior logThierry Vignaud2012-04-181-2/+3
| | | | (needed for next commits)
* Removal of a fuzzy tag in a drakx-installer-stage2 string, the former ↵Rémi Verschelde2012-04-1861-239/+196
| | | | translation being accurate enough (see mga#484)
* (unselectAllPackages) only log about unselecting packages if "no_suggest" ↵Thierry Vignaud2012-04-181-2/+4
| | | | option is set
* (_resolve_requested_and_check) make it slighty more readableThierry Vignaud2012-04-171-1/+2
|
* (select_by_package_names_or_die) track suggested packagesThierry Vignaud2012-04-172-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 ifThierry Vignaud2012-04-171-1/+2
| | | | so that next commit is more readable
* merge translation from rpmdrakeThierry Vignaud2012-04-1771-124/+124
|
* sync with codeThierry Vignaud2012-04-1772-7694/+8060
|
* (choosePackagesTree) display informations, even if we failed to retrieve the ↵Thierry Vignaud2012-04-161-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 itThierry Vignaud2012-04-161-1/+1
|