summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* (cleanHeaders,extractHeaders) resurect them, thus enabling to retrieve ↵Thierry Vignaud2012-04-163-0/+28
| | | | | | package descriptions from headers (mga#549) (got ripped after swtiching to urpmi, needed for next commits)
* (urpmidir) adapt it to urpmi APIThierry Vignaud2012-04-161-1/+2
| | | | | was unused since switching to urpmi code in 2009, needed for next commits
* fix lock icon (#5424)Anne Nicolas2012-04-161-0/+2
|
* 14.5Anne Nicolas2012-04-121-0/+3
|
* fix incorrect NEWS locationColin Guthrie2012-04-121-0/+2
|
* add missing udev programs needed for persistant storage rules.Colin Guthrie2012-04-122-1/+5
|
* 14.4Anne Nicolas2012-04-121-0/+2
|
* Include persistent-storage udev rules (needed for UUID info on root disks ↵Colin Guthrie2012-04-101-0/+1
| | | | during install)
* installer: allow generation of host-only initrd during installColin Guthrie2012-04-102-2/+13
| | | | | | | | | | | | | | | | During install dracut will generate a generic (i.e. large) initrd. As we now start udev early, we can use udev metadata when generating our initrd and thus we can generate our default, hostonly initrd. Thus ensure relevant directories (/run) are bind mounted and fake a /run/initramfs folder which is used in dracut to detect a boot which will have sufficient metadata in the udev DB. Tested with an install on a new disk and creating LVMs and also on an install where the pre-existing LVMs were reused. Suitable fixes to drakx-in-chroot have also been added, but remain untested
* update NEWSAnne Nicolas2012-04-101-0/+1
|
* make sure ranges are always within limits in text mode (mga#646)Pascal Terjan2012-04-081-0/+1
|
* (default_packages) install btrfs-progs if needed (mga#5274)Thierry Vignaud2012-04-072-0/+3
|
* (summary) add a FIXME note (mga#4680)Thierry Vignaud2012-04-071-0/+1
|
* Update Greek translationDimitrios Glentadakis2012-04-071-3/+3
|
* Release 14.3Pascal Terjan2012-04-071-0/+2
|
* Mageia 2 Beta 3 bannerAnne Nicolas2012-04-062-0/+1
|
* Updated Dutch translationRemco Rijnders2012-04-061-3/+3
|
* Fix partition numbering on GPT (mga#3091)Pascal Terjan2012-04-051-0/+3
|
* 14.2Thierry Vignaud2012-04-051-0/+2
|
* include "screen" terminfo for text installer (mga#4894)Thierry Vignaud2012-04-052-0/+3
|
* add boot splash to initrd only once (pterjan)Thierry Vignaud2012-04-051-0/+1
|
* do not offer to select the security level in summary if msec is not installedThierry Vignaud2012-04-052-1/+2
|
* do not crash if msec isn't installedThierry Vignaud2012-04-052-0/+2
|
* do not set security level to its own value on upgrade (mga#5147)Thierry Vignaud2012-04-052-1/+2
|
* (chooseGroups) log install settings (mga#3467 & mga#5209)Thierry Vignaud2012-04-042-0/+3
|
* 14.1Thierry Vignaud2012-03-231-0/+2
|
* (SEGV_handler) add a perl_checker hintThierry Vignaud2012-03-231-1/+1
|
* (prepare_minimal_root) get rid of useless argThierry Vignaud2012-03-231-1/+1
| | | | (spot by perl_checker)
* perl_checker cleanupsThierry Vignaud2012-03-237-13/+19
|
* (reallyChooseDesktop) kill doble call to grab_focus()Thierry Vignaud2012-03-231-1/+0
|