summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 15.32Thierry Vignaud2013-03-301-0/+2
|
* fix detecting Xen hard disks (mga#9546)Thierry Vignaud2013-03-301-0/+2
| | | | | issue "introduced" in commit r4655 on May 23 2012: "add support for XenBlk discs(...) needs testing"
* 15.31Thierry Vignaud2013-03-281-0/+2
|
* recognize more webcamThierry Vignaud2013-03-281-1/+1
|
* recognize more bluetooth devices (might help mga#5841)Thierry Vignaud2013-03-281-0/+2
|
* Mageia 3 new designAnne Nicolas2013-03-251-0/+4
|
* fix changelogAnne Nicolas2013-03-221-1/+4
|
* Mageia 3 beta 4 backgroundAnne Nicolas2013-03-221-0/+1
|
* Add missing entry re-bootloader generation to install/NEWS (from r7587)Colin Guthrie2013-03-211-0/+3
|
* 15.28Thierry Vignaud2013-03-211-0/+2
|
* actually preserve UUID when formatting (mga#9428)Thierry Vignaud2013-03-201-0/+2
| | | | | | | bug introduced in commit r252676 by pterjan on Tue Feb 10 2009: "fix preserving UUID owhen formatting ext* and swap, and handle more FS (#39913)"
* do not disable module autoloading (mga#9428)Thierry Vignaud2013-03-201-0/+1
|
* install nss-pam-ldapd instead of nss_ldap (mga#9375)Thierry Vignaud2013-03-151-0/+3
|
* 15.27Thierry Vignaud2013-03-121-0/+2
|
* fix permissions of help displayer (mga#9340)Thierry Vignaud2013-03-121-0/+1
|
* install grub2-efi instead of grub2 if using UEFI (mga#8886)Thierry Vignaud2013-03-121-0/+2
|
* fix dialogs popup with drakx-in-chrootThierry Vignaud2013-03-071-0/+2
|
* 15.26Thierry Vignaud2013-03-051-0/+2
|
* show all errors at once at end of installationThierry Vignaud2013-03-051-0/+1
|
* fixup git/svn addThierry Vignaud2013-03-051-0/+2
|
* 15.25Thierry Vignaud2013-03-051-0/+2
|
* fork displaying help, thus workarounding a webkit segfault (mga#9124)Thierry Vignaud2013-03-041-0/+1
|
* prevent displaying twice release notesThierry Vignaud2013-03-041-0/+2
|
* rebuild with updated list_modulesThomas Backlund2013-03-021-0/+4
|
* fix bug IDThierry Vignaud2013-03-011-1/+1
|
* 15.24Thierry Vignaud2013-02-281-0/+2
|
* (really_all_fstab) do not put entry for CD/DVD in /etc/fstab (mga#7657)Thierry Vignaud2013-02-271-0/+1
|
* try harder not to have duplicate stuff on grub2 cmd lineThierry Vignaud2013-02-271-0/+1
|
* fix installing grub2 on a partition (mga#8462)Thierry Vignaud2013-02-271-0/+3
|
* 15.23Thierry Vignaud2013-02-271-0/+2
|
* read & save timeout value (mga#8850)Thierry Vignaud2013-02-271-0/+1
|
* set default parameters in grub2 config (mga#9177)Thierry Vignaud2013-02-271-0/+1
|
* (read_grub2) read more of grub2 configThierry Vignaud2013-02-271-0/+1
| | | | (needed for next commit)
* (method_choices_raw) put grub2 before grub-legacyThierry Vignaud2013-02-271-0/+2
| | | | | | | thus fixing detecting grub2 if there's a remaining grub-legacy signature basically reverting commit r6650 from 2012-12-09: "(method_choices_raw) put grub-legacy before grub2"
* do not attempt to use gurpmi.addmedia or gurpmi if in text modeThierry Vignaud2013-02-261-0/+2
|
* Mageia 3 beta 3 left backgroundAnne Nicolas2013-02-261-0/+4
|
* 15.21Thierry Vignaud2013-02-261-0/+2
|
* (read_grub2,install_grub2) read & write /boot/grub2/drakboot.confThierry Vignaud2013-02-261-0/+1
|
* sortThierry Vignaud2013-02-261-1/+1
|
* (suggest_onmbr) suggests MBR by default for grub2 too (Manuel Hiebel, #8851)Thierry Vignaud2013-02-241-0/+1
|
* prevent installing grub2 somewhere else than MBRThierry Vignaud2013-02-201-0/+2
|
* (call_blkid) always bypass blkid cacheColin Guthrie2013-02-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* 15.20Thierry Vignaud2013-01-211-0/+2
|
* use modprobe instead of insmod (mga#8676)Thierry Vignaud2013-01-181-1/+1
|
* (load_with_options) load 'crc32c' module for XFS too (mga#8676)Thierry Vignaud2013-01-181-0/+2
|
* 15.19Anne Nicolas2013-01-141-1/+5
|
* 15.18Thierry Vignaud2013-01-051-0/+2
|
* include more utils for raid (mga#8484)Thierry Vignaud2013-01-051-0/+2
| | | | | - mdadm needs the mdmon binary in order to properly activate the array - also include small libdevmapper-event-*.so
* 15.17Thierry Vignaud2013-01-051-0/+2
|
* include kmod's modprobeThierry Vignaud2012-12-281-0/+1
| | | | (needed for resolving modalias, eg by udev)