Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reuse code from hd_gtk, fixes display of "Use free space" solution | Pascal Terjan | 2012-04-24 | 1 | -0/+1 |
| | |||||
* | fix removing several notebook pages | Pascal Terjan | 2012-04-24 | 1 | -0/+2 |
| | |||||
* | services: Read systemd service information. | Colin Guthrie | 2012-04-24 | 1 | -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-minimal | Thierry Vignaud | 2012-04-24 | 1 | -0/+2 |
| | | | | instead of task-kde4 (Luc Menut, mga#5574) | ||||
* | better log | Thierry Vignaud | 2012-04-24 | 1 | -2/+3 |
| | |||||
* | log a unlogged change (do not try to update KDE3 to KDE4 anymore) | Thierry Vignaud | 2012-04-24 | 1 | -0/+1 |
| | |||||
* | detect LVM on top on Encrypted partitions (mga#5330) | Pascal Terjan | 2012-04-23 | 1 | -0/+3 |
| | |||||
* | 14.10 | Thierry Vignaud | 2012-04-23 | 1 | -0/+2 |
| | |||||
* | (choosePackagesTree) honor "no suggests" option (mga#3467) | Thierry Vignaud | 2012-04-23 | 1 | -0/+1 |
| | | | | | was not "implemented" for individual package selection when pterjan commited r259864 on Sep 2 2009: "allow minimal install without suggests" | ||||
* | (selectInstallClass) do not offer to upgrade mdv 201[1-9] (mga#5004) | Thierry Vignaud | 2012-04-23 | 1 | -0/+1 |
| | |||||
* | (choosePackagesTree) fix passing ->{media} to extractHeaders | Thierry Vignaud | 2012-04-23 | 1 | -0/+3 |
| | | | | (was a missmerge) | ||||
* | 14.9 | Thierry Vignaud | 2012-04-23 | 1 | -0/+2 |
| | |||||
* | include missing perl modules (mga#5528) | Thierry Vignaud | 2012-04-23 | 1 | -0/+2 |
| | |||||
* | add bug reference | Thierry Vignaud | 2012-04-21 | 1 | -1/+1 |
| | | | | it looks like somebody already reported that one... | ||||
* | 14.8 | Thierry Vignaud | 2012-04-20 | 1 | -0/+2 |
| | |||||
* | (raid2real_kind) fix displaying empty info about RAID devices | Thierry Vignaud | 2012-04-20 | 1 | -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() in | Thierry Vignaud | 2012-04-20 | 1 | -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.7 | Thierry Vignaud | 2012-04-19 | 1 | -0/+2 |
| | |||||
* | (detect_during_install) stop all inactive raids before initializing RAIDs | Thierry Vignaud | 2012-04-19 | 1 | -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) fix a crash when package state is empty ↵ | Thierry Vignaud | 2012-04-19 | 1 | -0/+1 |
| | | | | (mga#5487) | ||||
* | When selecting where ro install bootloader, display mountpoint if available, ↵ | Pascal Terjan | 2012-04-19 | 1 | -0/+3 |
| | | | | and size+fs_type if we have nothing (mga#5460) | ||||
* | typo fix | Thierry Vignaud | 2012-04-18 | 1 | -1/+1 |
| | |||||
* | 14.6 | Thierry Vignaud | 2012-04-18 | 1 | -0/+2 |
| | |||||
* | 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 | 1 | -0/+1 |
| | | | | packages | ||||
* | (_install_raw::bad_signature) fix assuming "no" to continue on bad | Thierry Vignaud | 2012-04-18 | 1 | -0/+2 |
| | | | | 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) | ||||
* | (select_by_package_names_or_die) track suggested packages | Thierry Vignaud | 2012-04-17 | 1 | -0/+2 |
| | | | | | | | | | (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) | ||||
* | (cleanHeaders,extractHeaders) resurect them, thus enabling to retrieve ↵ | Thierry Vignaud | 2012-04-16 | 1 | -0/+1 |
| | | | | | | package descriptions from headers (mga#549) (got ripped after swtiching to urpmi, needed for next commits) | ||||
* | fix lock icon (#5424) | Anne Nicolas | 2012-04-16 | 1 | -0/+2 |
| | |||||
* | 14.5 | Anne Nicolas | 2012-04-12 | 1 | -0/+3 |
| | |||||
* | fix incorrect NEWS location | Colin Guthrie | 2012-04-12 | 1 | -0/+2 |
| | |||||
* | add missing udev programs needed for persistant storage rules. | Colin Guthrie | 2012-04-12 | 1 | -1/+3 |
| | |||||
* | 14.4 | Anne Nicolas | 2012-04-12 | 1 | -0/+2 |
| | |||||
* | update NEWS | Anne Nicolas | 2012-04-10 | 1 | -0/+1 |
| | |||||
* | make sure ranges are always within limits in text mode (mga#646) | Pascal Terjan | 2012-04-08 | 1 | -0/+1 |
| | |||||
* | (default_packages) install btrfs-progs if needed (mga#5274) | Thierry Vignaud | 2012-04-07 | 1 | -0/+2 |
| | |||||
* | Release 14.3 | Pascal Terjan | 2012-04-07 | 1 | -0/+2 |
| | |||||
* | Mageia 2 Beta 3 banner | Anne Nicolas | 2012-04-06 | 1 | -0/+1 |
| | |||||
* | Fix partition numbering on GPT (mga#3091) | Pascal Terjan | 2012-04-05 | 1 | -0/+3 |
| | |||||
* | 14.2 | Thierry Vignaud | 2012-04-05 | 1 | -0/+2 |
| | |||||
* | include "screen" terminfo for text installer (mga#4894) | Thierry Vignaud | 2012-04-05 | 1 | -0/+2 |
| | |||||
* | add boot splash to initrd only once (pterjan) | Thierry Vignaud | 2012-04-05 | 1 | -0/+1 |
| | |||||
* | do not offer to select the security level in summary if msec is not installed | Thierry Vignaud | 2012-04-05 | 1 | -0/+1 |
| | |||||
* | do not crash if msec isn't installed | Thierry Vignaud | 2012-04-05 | 1 | -0/+1 |
| | |||||
* | do not set security level to its own value on upgrade (mga#5147) | Thierry Vignaud | 2012-04-05 | 1 | -0/+1 |
| | |||||
* | (chooseGroups) log install settings (mga#3467 & mga#5209) | Thierry Vignaud | 2012-04-04 | 1 | -0/+2 |
| | |||||
* | 14.1 | Thierry Vignaud | 2012-03-23 | 1 | -0/+2 |
| | |||||
* | fix some missing Mageia occurences after bogus s/mdv/mga/ cleaning on importing | Thierry Vignaud | 2012-03-23 | 1 | -0/+1 |
| | | | | (spot by perl_checker) | ||||
* | (setupBootloaderBefore) better message (mga#484) | Thierry Vignaud | 2012-03-21 | 1 | -0/+2 |
| |