summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* adapt to xserver 1.13Thierry Vignaud2012-09-132-1/+1
|
* install cpupower instead of cpupowerThierry Vignaud2012-09-122-1/+3
|
* no need to test for a potential match before substitutingGuillaume Rousse2012-09-121-1/+1
|
* use perl syntax, not sed oneGuillaume Rousse2012-09-121-1/+1
|
* (start_udev) better commentsThierry Vignaud2012-09-121-1/+2
|
* (report_bug_to_bugzilla) fix preselecting "RPM package" (Manuel Hiebel, ↵Thierry Vignaud2012-09-072-1/+4
| | | | mga#7380)
* 14.4314.43Thierry Vignaud2012-09-043-1/+5
|
* (Gtk2::Banner->new) fix crashing when a banner icon doesn't exist (mga#5223)Thierry Vignaud2012-09-042-0/+2
|
* (reallyChooseGroups) fix crash when clicking previous in minimal install ↵Thierry Vignaud2012-09-042-3/+4
| | | | step (mga#7345)
* include only needed Ia Ora stuff (and explain why)Thierry Vignaud2012-09-041-9/+1
|
* include swaplabel (mga#7334)Thierry Vignaud2012-09-042-1/+2
|
* (exitInstall) compress report with xz instead of gzipThierry Vignaud2012-09-042-1/+3
|
* 14.4214.42Thierry Vignaud2012-09-042-1/+3
|
* use factorized crypto modules listThierry Vignaud2012-09-043-2/+3
|
* include/detect new drivers:Thierry Vignaud2012-09-042-0/+8
| | | | | | - crypto: aesni_intel - input: hid-aureal synaptics_usb - wifi: qmi_wwan, mwifiex_usb
* 14.4114.41Thierry Vignaud2012-09-032-1/+3
|
* include back Ia Ora files for matchbox (mga#6451)Thierry Vignaud2012-09-032-0/+14
| | | | | matchbox behavior regarding background windows got broken in commit r4789 by fwang on 2012-06-03: "really use oxygen theme"
* drakx-in-chroot is not part of drakxtoolsThierry Vignaud2012-09-031-2/+0
|
* 14.4014.40Thierry Vignaud2012-09-033-1/+5
|
* summary: fix displayed network type (mga#4959)Thierry Vignaud2012-09-032-0/+2
|
* (installPackages) prevent going further if some transactions failed (mga#7016)Thierry Vignaud2012-09-033-2/+8
| | | | (_install_raw,install) propagate exit code
* sortThierry Vignaud2012-09-031-2/+2
|
* (installPackages) always log end time, die after in case of errorThierry Vignaud2012-09-031-1/+1
|
* 14.3914.39Thierry Vignaud2012-09-032-1/+3
|
* (main) /sys is already mounted by stage1Thierry Vignaud2012-09-031-1/+0
|
* mount /dev/{pts,shm} earlier, in stage1 rather than in stage2Thierry Vignaud2012-09-031-4/+0
| | | | (based on pok's idead @mdv but fixed)
* mount /dev as devtmpfs earlier, in stage1 rather than in stage2Thierry Vignaud2012-09-032-1/+2
| | | | (based on pok's idead @mdv but fixed)
* minimal adapt to /usr moveThierry Vignaud2012-09-031-0/+1
|
* Add back scim-hangul, scim-thaiYou-Cheng Hsieh2012-09-031-0/+4
|
* import a translation from urpmiThierry Vignaud2012-09-023-3/+3
|
* fuzzy bogus translations (missing %s)Thierry Vignaud2012-09-021-6/+6
|
* import a translation from urpmiThierry Vignaud2012-09-0210-12/+12
|
* 14.3814.38Anne Nicolas2012-09-021-1/+1
|
* Mageia 3 alpha 1 bannerAnne Nicolas2012-09-022-0/+4
|
* - drakx-in-chroot:Thomas Backlund2012-09-011-0/+2
| | | | | | o adapt to usbfs death
* (update_splash) Only expand initrd symlinks for kernels with vga=nnn argumentsColin Guthrie2012-09-012-1/+4
| | | | | | | | | | | | | | | | | | | | When working out which initrds to regenerate, it is likely that the same initrd symlink is used by multiple bootloader entries (i.e. typically the initrd.img symlinked initrd is used by both the current and the failsafe entry). If the earlier entry does have vga= but the latter entry does not, then the latter entry will end up being the value used when checking the vga= argument when deciding if the initrd needs to be regenerated. Thus we only expand the symlink if the vga= value is set which means that any initrd that needs to be regenerated definitely will be regenerated. This will hopefully solve the problem seen on mga2 when and updated theme package had to be pushed but the initrds didn't seem to be updated.
* 14.3714.37Anne Nicolas2012-09-011-1/+1
|
* update newsAnne Nicolas2012-09-011-0/+5
|
* (mkinitrd) More logging on why initrd generation is skippedColin Guthrie2012-09-011-4/+13
|
* (mkinitrd) Fix prefix checking in foreign partition check (mga#6966)Colin Guthrie2012-09-011-1/+1
|
* 14.3614.36Thierry Vignaud2012-08-312-1/+3
|
* (_install_raw,_resolve_requested_and_check) adapt to urpmi-7.5Thierry Vignaud2012-08-312-2/+4
|
* Remove input methods that don't have packages in Mageia repo.You-Cheng Hsieh2012-08-311-40/+0
|
* 14.3514.35Thierry Vignaud2012-08-302-1/+3
|
* minor indent fixThierry Vignaud2012-08-301-1/+1
|
* adapt to usbfs death (4/4): note that usbKeyboard2country_code() isThierry Vignaud2012-08-301-0/+1
| | | | | | broken with kernel-3.5+ we need to find sg else in order to retrieve that info
* adapt to usbfs death (3/4): usbfs is dead with kernel-3.5 (and usbdevfsThierry Vignaud2012-08-301-1/+1
| | | | is dead for quite a long time too)
* adapt to usbfs death (2/4): if needed, mount /sys/kernel/debug/usbThierry Vignaud2012-08-304-6/+5
| | | | instead of /proc/bus/usb
* adapt to usbfs death (1/4): check for /sys/kernel/debug/usb instead ofThierry Vignaud2012-08-306-4/+7
| | | | /proc/bus/usb
* 14.3414.34Thierry Vignaud2012-08-302-1/+3
|