summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 15.2115.21Thierry Vignaud2013-02-263-1/+5
|
* revert more rosa crapThierry Vignaud2013-02-261-17/+0
|
* add proper support for grub2 for bootloader-configThierry Vignaud2013-02-262-0/+13
|
* bootloader-config can now read back grub2 configThierry Vignaud2013-02-261-10/+7
|
* (read_grub2) add basic support for reading back grub2 configThierry Vignaud2013-02-262-0/+4
|
* (set) silent a warningThierry Vignaud2013-02-261-2/+2
|
* (read_grub2,install_grub2) read & write /boot/grub2/drakboot.confThierry Vignaud2013-02-263-1/+4
|
* sortThierry Vignaud2013-02-261-1/+1
|
* (suggest_onmbr) suggests MBR by default for grub2 too (Manuel Hiebel, #8851)Thierry Vignaud2013-02-242-1/+2
|
* Updated various pt_BR translations (Padula)Rémi Verschelde2013-02-241-448/+459
|
* updated Catalan translationFrancesc Pinyol Margalef2013-02-231-8/+8
|
* updated Catalan translationFrancesc Pinyol Margalef2013-02-231-6/+6
|
* prevent installing grub2 somewhere else than MBRThierry Vignaud2013-02-203-0/+12
|
* pt-BR translation updated by Marcio Padula PadulaFilip Komar2013-02-191-63/+64
|
* supplement blacklistThierry Vignaud2013-02-181-0/+1
|
* (call_blkid) add a code comment about blkid -p to prevent accidental revert ↵Colin Guthrie2013-02-141-0/+1
| | | | in the future
* (call_blkid) always bypass blkid cacheColin Guthrie2013-02-143-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts the use of the blkid cache. This cache is a broken concept and should not be used. It's only intended to be used for LABEL/UUID conversion. From the upstream maintainer: <kzak> coling: -p provides more information, the cache is designed for LABEL/UUID conversion -- and the goal is to avoid the cache if possible (it's mostly for backward compatibility). The ideal solution is to read the information from udev DB. <kzak> coling: man blkid (at least the latest version contains some hint about this issue) <kzak> coling: I'd like to learn people to use lsblk -- it's designed more friendly for end-users as well as for scripts and it reads info from udev, libblkid is only fallback here. Longer term we should kill off the use of blkid and perhaps move to lsblk or some perl-udev (if such a thing exists) usage instead: <kay> coling: avoid the blkid cache, it is a completely broken idea <kay> kzak: you should really kill that thing :) <kzak> kay: I'd like to kill blkid at all and keep it as "to test the library" binary... <kay> kzak: tools with options like that talk for their sanity themselves :) " -g Perform a garbage collection pass on the blkid cache to remove devices which no longer exist." <kay> kzak: it's just silly, really silly to ever do that :) <kay> kzak: yeah, sounds fine to let blkid and its cache die in the long run <kzak> lsblk is maintainable and extendable -- fix blkid(8) is impossible to fix... This reverts r6891.
* updated Turkish translationNuman Demirdöğen2013-02-121-17/+23
|
* updated Turkish translationNuman Demirdöğen2013-02-041-2/+2
|
* Updating spanish translation. Work by MdkTrans.Diego Bello2013-01-291-434/+436
|
* Updating spanish translation. Work by MdkTrans.Diego Bello2013-01-291-984/+874
|
* Updating spanish translation. Work by MdkTrans.Diego Bello2013-01-291-198/+148
|
* Updated Catalan translationFrancesc Pinyol Margalef2013-01-281-3/+3
|
* Updated Catalan translationFrancesc Pinyol Margalef2013-01-281-6/+6
|
* 15.2015.20Thierry Vignaud2013-01-212-1/+3
|
* 1.88Thomas Backlund2013-01-212-1/+3
|
* update usb host list for kernel 3.8Thomas Backlund2013-01-212-3/+6
|
* Modified a little Estonian translation.Marek Laane2013-01-211-4/+4
|
* Modified a little Estonian translation.Marek Laane2013-01-211-7/+7
|
* Modified a little Estonian translation.Marek Laane2013-01-211-1/+1
|
* let modprobe handles needed sub modulesThierry Vignaud2013-01-181-2/+2
|
* use kmod's lsmod instead of our perl oneThierry Vignaud2013-01-182-3/+2
| | | | (it's free, just a symlink on kmod)
* kill perl implementation of modprobe now that we've the real oneThierry Vignaud2013-01-181-10/+1
|
* use modprobe instead of insmod (mga#8676)Thierry Vignaud2013-01-183-54/+1
|
* (load_with_options) load 'crc32c' module for XFS too (mga#8676)Thierry Vignaud2013-01-182-1/+3
|
* 15.1915.19bisThomas Backlund2013-01-161-0/+2
|
* update translationsThomas Backlund2013-01-161-0/+1
|
* 1.87Thomas Backlund2013-01-162-1/+3
|
* - include new kernel 3.8 drivers:Thomas Backlund2013-01-162-10/+18
| | | | | | | | | | | | o phy: at91_ether, macb, mvmdio o usb: cdc_mbim o wifi: ar5523, rtl8723ae o scsi: mpt3sas o raid; csiostor o hid: hid-icade, hid-roccat-lua o sound: snd-scs1x
* Updating German translationsOliver Burger2013-01-162-25/+37
|
* updated Turkish translationNuman Demirdöğen2013-01-161-390/+427
|
* Updated Estonian translation.Marek Laane2013-01-151-5/+5
|
* Update translationYou-Cheng Hsieh2013-01-151-12/+15
|
* Updated Indonesian translationKiki Syahadat2013-01-141-8/+8
|
* use a proper interface between C (ldetect) & perl world, using XSThierry Vignaud2013-01-142-29/+40
| | | | | | | | create directly the hash in XS instead of instead of sprintf()ing it into a string which was then parsed in perl in order to actually create the hash this also simplifies adding further fields
* kill obsolete commentThierry Vignaud2013-01-141-1/+0
|
* 15.1915.19Anne Nicolas2013-01-142-2/+6
|
* Mageia 3 beta 2Anne Nicolas2013-01-141-0/+0
|
* Ukrainian translation updateYuri Chornoivan2013-01-141-7/+7
|
* Slovenian translation updatedFilip Komar2013-01-141-5/+5
|