Accepting request 349326 from home:michael-chang:branches:Base:System

- The ld file tests cost too much as it transversed all files in 
  the given wildcard directory and path, we should avoid when not
  necessary. (bsc#953987)
  * added os-prober-linux-distro-avoid-expensive-ld-file-test.patch
- Fix missing linux16/initrd16 parsing in entry result
- Fix kernelfile path if separate boot partition on btrfs 
  * modified Improve-btrfs-handling-on-os-probing-for-grub2.patch
- fix os-prober failed to detect os in btrfs root tree (bsc#957018)
  * added os-prober-btrfs-always-detect-default.patch

OBS-URL: https://build.opensuse.org/request/show/349326
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=65
This commit is contained in:
2015-12-17 17:15:53 +00:00
committed by Git OBS Bridge
parent c33964460d
commit 9fddefe8e1
5 changed files with 460 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Dec 17 10:14:04 UTC 2015 - mchang@suse.com
- The ld file tests cost too much as it transversed all files in
the given wildcard directory and path, we should avoid when not
necessary. (bsc#953987)
* added os-prober-linux-distro-avoid-expensive-ld-file-test.patch
- Fix missing linux16/initrd16 parsing in entry result
- Fix kernelfile path if separate boot partition on btrfs
* modified Improve-btrfs-handling-on-os-probing-for-grub2.patch
- fix os-prober failed to detect os in btrfs root tree (bsc#957018)
* added os-prober-btrfs-always-detect-default.patch
-------------------------------------------------------------------
Tue Nov 10 00:32:40 UTC 2015 - p.drouand@gmail.com