summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 14.4014.40Thierry Vignaud2012-09-033-1/+5
|
* (handle_hid) s/hid-generic/hid_generic/ thus making hid_generic loading silentThierry Vignaud2012-09-032-1/+3
| | | | rationale: it fixes detecting if module was already loaded or not
* 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
|
* 1.39Thierry Vignaud2012-09-032-1/+3
|
* drop KA supportThierry Vignaud2012-09-033-33/+1
| | | | | | | | rationale: - support is not build in stage1, - hasn't been tested for ages - poor doc - can been restored if someone show up to maintain
* simplify bringing up local loop interface (pok, mdv)Thierry Vignaud2012-09-032-3/+2
|
* 1.79Thierry Vignaud2012-09-032-1/+3
|
* 1.70Thierry Vignaud2012-09-032-1/+2
|
* (http_prepare) s/ftp_prepare/http_prepare/Thierry Vignaud2012-09-031-1/+1
| | | | as spoted on 2012-01-23, but branch never got branched
* do not include ka stuff unlesse BUILD_KA is setThierry Vignaud2012-09-032-3/+7
|
* preload load btrfs and nilfs2 tooThierry Vignaud2012-09-032-0/+3
|
* mount /dev/{pts,shm} earlier, in stage1 rather than in stage2Thierry Vignaud2012-09-034-12/+8
| | | | (based on pok's idead @mdv but fixed)
* mount /dev as devtmpfs earlier, in stage1 rather than in stage2Thierry Vignaud2012-09-037-6/+8
| | | | (based on pok's idead @mdv but fixed)
* create /sys at build time rather than run timeThierry Vignaud2012-09-034-2/+5
|
* drop redundant mkdir of /proc and /tmp (already done in image)Thierry Vignaud2012-09-031-2/+0
| | | | (inspirated by pok's change @mdv)
* minimal adapt to /usr moveThierry Vignaud2012-09-033-0/+7
|
* log usb detection fixThierry 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
|
* fix debugfs dir path and do not attempt to create it since it is already in ↵Olivier Blin2012-09-011-4/+4
| | | | sysfs
* more usbfs removal fixesThomas Backlund2012-09-011-1/+2
|
* - drakx-in-chroot:Thomas Backlund2012-09-012-2/+4
| | | | | | 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
|
* 1.69Thierry Vignaud2012-08-312-1/+2
|
* (handle_hid) load hid-genericThierry Vignaud2012-08-312-0/+2
|
* do not try to mount /proc/bus/usbThierry Vignaud2012-08-312-5/+2
|
* 1.78Thierry Vignaud2012-08-312-1/+3
|
* include new 'hid-generic' driver (mga#7130, #7248)Thierry 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