summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* 15.35Thierry Vignaud2013-04-051-0/+2
|
* retrieve minor/major for LVs tooThierry Vignaud2013-04-051-0/+2
| | | | | | | | | thus fixing comparing in fs::get::is_same_hd(): 'device_alias' => 'mapper/vg--mga-root', with: 'device' => 'vg-mga/root', thus fixing removing LVM entries when saving /etc/fstab (mga#5811)
* set entries type when reading back grub2 confThierry Vignaud2013-04-051-0/+2
| | | | thus fixing switching back to grub-legacy (mga#9563)
* assume grub2.cfg is UTF-8 encodedThierry Vignaud2013-04-051-0/+1
|
* read back xen conf from grub2Thierry Vignaud2013-04-051-0/+2
|
* update draksound troubleshooting text (mga#4162)Colin Guthrie2013-04-041-0/+3
|
* 15.33Thierry Vignaud2013-04-041-0/+2
|
* try harder to lookup / partition y looking at mounted points (mga#8717)Thierry Vignaud2013-04-041-0/+1
|
* fix adding bogues bootloader entries (root=/dev/)Thierry Vignaud2013-04-041-0/+4
| | | | | | We were silently failing to lookup / partition (mga#8717) It was actually broken since Pixel introduced the check in commit r208774 on 2004-08-17 ("better error handling")
* 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
|
* do not show notification bubble in net_appletThierry Vignaud2013-03-281-0/+2
| | | | rationale: they make it to segfault (mga#9102)
* recognize more webcamThierry Vignaud2013-03-281-1/+1
|
* recognize more bluetooth devices (might help mga#5841)Thierry Vignaud2013-03-281-0/+2
|
* 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 build initrd if no bootloader is detected and --no-initd argument is ↵Colin Guthrie2013-03-191-0/+3
| | | | supplied
* install nss-pam-ldapd instead of nss_ldap (mga#9375)Thierry Vignaud2013-03-151-0/+3
|
* 15.27Thierry Vignaud2013-03-121-0/+2
|
* fix mounting NFS server (Derek Jennings, mga#207)Thierry Vignaud2013-03-121-0/+1
| | | | also fix indent + perl_checker cleanups + simplify
* install grub2-efi instead of grub2 if using UEFI (mga#8886)Thierry Vignaud2013-03-121-0/+3
|
* 15.26Thierry Vignaud2013-03-051-0/+2
|
* fixup git/svn addThierry Vignaud2013-03-051-0/+2
|
* 15.25Thierry Vignaud2013-03-051-0/+2
|
* prevent displaying twice release notesThierry Vignaud2013-03-041-0/+3
|
* 15.24.1Thomas Backlund2013-03-011-0/+2
|
* - harddrake:Thomas Backlund2013-03-011-0/+3
| | | | | | o add nvidia304 to service_harddrake (Luc Menut, mga #9216)
* fix bug IDThierry Vignaud2013-03-011-1/+1
|
* 15.24Thierry Vignaud2013-02-281-0/+2
|
* 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/+3
| | | | | | | 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"
* 15.21Thierry Vignaud2013-02-261-0/+2
|
* add proper support for grub2 for bootloader-configThierry Vignaud2013-02-261-0/+2
|
* (read_grub2) add basic support for reading back grub2 configThierry Vignaud2013-02-261-0/+1
|
* (read_grub2,install_grub2) read & write /boot/grub2/drakboot.confThierry Vignaud2013-02-261-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.19Thomas Backlund2013-01-161-0/+2
|
* update translationsThomas Backlund2013-01-161-0/+1
|
* (call_blkid) do not bypass blkid cacheThierry Vignaud2012-12-281-0/+2
|
* 15.14Thierry Vignaud2012-12-171-0/+2
|
* fix installing grub2 from live session (blino)Thomas Backlund2012-12-171-0/+2
|
* (init) use new exceptions managementThierry Vignaud2012-12-171-0/+2
|
* 15.13Thierry Vignaud2012-12-151-0/+2
|