summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make_boot_img: Avoid gfxboot install string for chain.c32user/erwan/bug-13680topic/bug-13680Erwan Velu2014-12-151-1/+1
| | | | | | | | | | | When using chain.c32 with gfxboot, the automatic method is padded even if the harddisk entry is said to be noinstall in the gfxboot. This patch uses the "exit" option from our custom Syslinux patch to avoid chain.c32 reading gfxboot paddind. I know this isn't perfect but enough to make mageia 5 having the localboot working again. Debugging gfxboot is just a nightmare.
* make_boot_img: Using chain.c32 instead of localbootErwan Velu2014-12-151-1/+3
| | | | | | | | | | localboot is reported as failing on many hosts as in bug #13680 This have been reproduced on VirtualBox environments too. This patch suggest switching to chain.c32 which handle much more options & features than localboot. By default, we replace the localboot by the chainloading hd0.
* overlayfs is now named overlayThomas Backlund2014-12-121-1/+1
|
* 2.12Thierry Vignaud2014-12-122-1/+3
|
* include virtio_balloon & vmw_balloon as wellThierry Vignaud2014-12-122-0/+2
| | | | less than 5kb each...
* do not load hyper-v modules (mga#14117)Thierry Vignaud2014-12-122-5/+2
| | | | | this is already done by udev in stage1 (thanks David Remy for testing)
* include hv_balloon & hyperv_fbThierry Vignaud2014-12-112-0/+3
|
* fix identifying Intel as a disk vendorThierry Vignaud2014-12-071-0/+1
| | | | report 'Intel' instead of 'ATA' for Intel SSDs
* drop support for dmidecode < 2.7Thierry Vignaud2014-12-071-11/+5
| | | | (which we have since January 2006, mdv2007.0...)
* Updated Turkish translationtarakbumba2014-12-062-206/+73
|
* release drakxtolls as wellThierry Vignaud2014-12-061-0/+2
|
* 16.4716.47Thierry Vignaud2014-12-052-1/+3
|
* gnore modules failures for hyper-v (mga#14117)Thierry Vignaud2014-12-052-2/+3
| | | | | BTW why was this added here? this won't work in stage1... see commit 93cca46c26c2078593f663f894193053cc740d43
* correctly recognize shorewall6 service + descriptionMaarten Vanraes2014-12-051-1/+2
|
* Updated Estonian translationMarek Laane2014-12-051-11/+11
|
* Update Indonesian translationYuri Chornoivan2014-12-041-201/+73
|
* do not crash if fstab contains a bind mountThierry Vignaud2014-11-253-1/+9
| | | | rationale: it crashes on a file (mga#14657)
* 16.4616.46Thierry Vignaud2014-11-252-1/+3
|
* log drakbug changeThierry Vignaud2014-11-251-0/+1
|
* move comment where it belongsThierry Vignaud2014-11-251-1/+1
|
* split drakbug stuff in its own module (mga#14565)Thierry Vignaud2014-11-252-37/+46
| | | | rationale: @ARGV handling in standalone breaks gurpmi --auto
* recognize e17/lxde/mate/razor (mga#12495, Luc Menut)Thierry Vignaud2014-11-232-0/+8
|
* Update French translationYuri Chornoivan2014-11-221-217/+72
|
* Updated Russian translationAlexey Loginov2014-11-221-977/+884
|
* Updated Russian translationAlexey Loginov2014-11-221-171/+138
|
* Update Brazilian Portuguese translation from TransifexYuri Chornoivan2014-11-211-198/+69
|
* merge translations from drakx-netThierry Vignaud2014-11-207-10/+10
|
* Update Greek translationDimitrios Glentadakis2014-11-201-14/+15
|
* Update Ukrainian translationYuri Chornoivan2014-11-201-17/+16
|
* sync with codeThierry Vignaud2014-11-1972-18811/+20117
| | | | also update br+fr
* sync with codeThierry Vignaud2014-11-1971-66044/+67629
| | | | dropping old strings for old arches (sparc/alpha/ppc/...)
* adapt to Colin changesThierry Vignaud2014-11-1971-117/+117
|
* Remove extra fileYuri Chornoivan2014-11-191-0/+0
|
* Update German translation from TransifexYuri Chornoivan2014-10-271-246/+101
|
* Update German translation from TransifexYuri Chornoivan2014-10-271-1267/+358
|
* 16.4516.45Thierry Vignaud2014-10-262-1/+3
|
* fix selecting of uneeded locales (mga#3723)Thierry Vignaud2014-10-262-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | original fix by Pablo Saratxaga Mageia has he ability to choose both *language* and *country* Language is used for choosing translations to be displayed, etc. country for things like currency, etc. (country may be deduced from other geographical settings rather than choosen directly, but that is not the problem). GNU libc locales embedd both concepts (language and country) in a single locale. Obviously those exists for only some combinations. For cases were an existing matching locale doesn't exists, Mageia chooses two locales, one for the language oriented settings, and another four the country oriented settings. Unlike normal installer where packages to be installed are choosen; in draklive-install, we have a set of "all packages", and "uneeded" ones are removed. The problem was obviously the installer didn't see the "need" for the locales-xx package for country; only language was checked. This fixes that, the idea is to check for *both* $locale->{lang} and $locale->{country}, which can lead two *two* neeeded locales-xx packages
* pre-create /dev/null & co again (for draklive)Thierry Vignaud2014-10-262-0/+9
| | | | | | partially reverting commit 1a213f9497330c3173500e4e27d0e21a694beba4 add a comment explaining the purpose
* 16.4416.44Thierry Vignaud2014-10-233-1/+5
|
* try harder to umount everything when sg went havrocThierry Vignaud2014-10-232-0/+5
|
* introduce mount() functionThierry Vignaud2014-10-231-12/+17
| | | | more readable & needed for next commit
* perl_checker cleanupsThierry Vignaud2014-10-211-2/+2
|
* document --stage2-update in --helpThierry Vignaud2014-10-212-0/+2
|
* mount /dev -o roThierry Vignaud2014-10-212-1/+4
| | | | (prevent rm -fr going havroc on some error pathes)
* add missing spacingThierry Vignaud2014-10-211-0/+1
|
* Made Basque translation betterEgoitz Rodriguez2014-10-201-3/+3
|
* Update Spanish translationEgoitz Rodriguez2014-10-202-11/+13
|
* Update Basque tranlationEgoitz Rodriguez2014-10-201-5/+6
| | | | Update Basque tranlation
* 16.4316.43Pascal Terjan2014-10-202-1/+2
|
* draksound: Kill off some old, no longer present services.Colin Guthrie2014-10-201-10/+3
| | | | | We should probably rip out a lot more here (i.e. we should really not need to do any sound slot config these days in modprobe.conf)