| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: os-prober | Distribution: SUSE Linux Enterprise 15 |
| Version: 1.76 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150100.4.2.1 | Build date: Fri May 20 09:51:08 2022 |
| Group: System/Boot | Build host: nebbiolo |
| Size: 192947 | Source RPM: os-prober-1.76-150100.4.2.1.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://salsa.debian.org/installer-team/os-prober | |
| Summary: Probes disks on the system for installed operating systems | |
This package detects other OSes available on a system and outputs the results in a generic machine-readable format. Support for new OSes and Linux distributions can be added easily.
GPL-2.0-or-later
* Tue Apr 23 2019 mchang@suse.com
- Fix accidental deletion of btrfs subvolume (boo#1130669)
* os-prober-use-tmp-over-var-lib-for-transient-files.patch
* Tue Mar 12 2019 mchang@suse.com
- Update URL to current development project in Debian Salsa server.
- Update the Source0 to use local compressed archive since the remote URL is
not reliable to access, causing trouble to the factory-auto checker reporting
error as not valid one.
* os-prober.spec
* Thu Mar 07 2019 mchang@suse.com
- os-prober isn't compatible with transactional update (boo#1125729)
* os-prober-use-tmp-over-var-lib-for-transient-files.patch
* Tue Dec 11 2018 mchang@suse.com
- Don't hard require btrfsprogs by downgrading it to suggests (boo#1118279)
* os-prober-make-btrfsprogs-optional.patch
* Wed Oct 31 2018 mchang@suse.com
- Fix missing grub-probe command that caused linux-boot-probe to abort
prematurely. It is a mistake while rebasing patch to 1.76 (bsc#1113615)
* os-prober-1.49-grub2-mount.patch
* Mon Oct 08 2018 mchang@suse.com
- Version bump to 1.76:
* Fix check on ID_PART_ENTRY_SCHEME, to look for "dos" instead of "msdos"
* Remove code using device mapper
* This also removes the dependency on dmsetup
- Rediff
* os-prober-1.49-grub2-mount.patch
* os-prober-accept-ESP-on-IMSM.patch
* os-prober-dont-load-all-fs-module-and-dont-test-mount.patch
* os-prober-fix-btrfs-subvol-mounted-tests.patch
* Tue Jul 31 2018 mchang@suse.com
- UEFI Grub does not insert Arch Linux entry correctly (boo#1101942)
* os-prober-multiple-initrd.patch
* Thu Jun 14 2018 josef.moellers@suse.com
- Rather than Recommend lvm2 merely Suggest it.
[bsc#1026766, os-prober.spec]
* Mon Feb 26 2018 mchang@suse.com
- Use blkid to bailout udevinfo for db not imported in chroot
environment (bsc#1076779)
* os-prober-05efi-blkid.patch
* Fri Feb 23 2018 mchang@suse.com
- revert os-prober-05efi-udevinfo.patch as it messed up with strings
that could be named differently in which even with non ascil characters.
* Wed Jan 31 2018 mchang@suse.com
- Fix Windows not listed in grub menu after install or upgrade (bsc#1076779)
* os-prober-05efi-udevinfo.patch
* Wed Mar 01 2017 mchang@suse.com
- Fix btrfs 1.74 regression in detection btrfs, the do_unmount has to be
skipped for btrfs as it removes tmp mount point of which btrfs is making
use (bsc#1024196)
* modify os-prober-btrfs-absolute-subvol.patch
* rediff os-prober-btrfs-always-detect-default.patch
* Fri Feb 10 2017 mchang@suse.com
- Version bump to 1.74:
* Add support for Mageia
* Improve logging of mounting and setting partitions to ro/rw
* Use a read-only device-mapper entry if possible rather than setting the
underlying device to read-only.
Note that this introduces a dependency on dmsetup on Linux architectures.
* Remove the "blockdev --setro" code path entirely, since the read-only
device-mapper arrangement supersedes it and should be safer
* Make the yaboot parser more tolerant about the syntax of "append" options
* Disable debugging if OS_PROBER_DISABLE_DEBUG is set
* Replace basename/dirname with shell string processing
* Fix typos in README
* Add Devuan detection
* Work harder to avoid trying to mount extended partitions
* Drop " (loader)" suffixes on Microsoft operating systems
* Add support for 4MLinux
* Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
- Rediff
* os-prober-1.49-grub2-mount.patch
* os-prober-EFI-openSUSEfy.patch
* os-prober-btrfs-always-detect-default.patch
* os-prober-btrfsfix.patch
* os-prober-dont-load-all-fs-module-and-dont-test-mount.patch
* os-prober-fix-btrfs-subvol-mounted-tests.patch
* os-prober-linux-distro-avoid-expensive-ld-file-test.patch
* os-prober-linux-distro-parse-os-release.patch
- Remove patches; fixed on upstream release
* os-prober-call-dmraid-once.patch
* os-prober-1.49-skip-LVM2_member.patch
* Tue Nov 15 2016 mchang@suse.com
- The wildcard test for ld.so is inaccurate, slow and sometimes hangs a
long time with grub2-mount. Disable it becuase it does quite opposite
it was intended to do, that is having an inital quick filter for non
linux partition to speed things up. (bsc#1008444)
* modified os-prober-linux-distro-avoid-expensive-ld-file-test.patch
* refresh os-prober-linux-distro-parse-os-release.patch
* Tue Oct 04 2016 mchang@suse.com
- Handle /etc/os-release symlink (bsc#997465)
* refresh os-prober-linux-distro-parse-os-release.patch
* Wed Sep 14 2016 mchang@suse.com
- Parse /etc/os-release for openSUSE Tumbleweed (bsc#997465)
* os-prober-linux-distro-parse-os-release.patch
* Thu Dec 17 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 2015 p.drouand@gmail.com
- Update to version 1.70
* Fix hurd-any support: Test for /servers instead of /servers/exec
to avoid starting an translator in the mounted system. Also,
/hurd/init might be phased out at some point (Closes: #802053).
- Remove patches; fixed on upstream release
* os-prober-grep-for-windows-bcd-file.patch
* os-prober-properly-detect-Windows-10.patch
* Mon Nov 09 2015 lnussel@suse.de
- detect os on default subvolume in snapshot (bsc#954225)
(os-prober-btrfs-snapshot-detection.patch)
* Thu Oct 01 2015 mchang@suse.com
- replace os-prober-grep-for-windows-bcd-file.patch by upstream's version
* modified os-prober-grep-for-windows-bcd-file.patch
- include patch from upstream to fix os-prober is missing support for
Windows 10 (bsc#947487)
* added os-prober-properly-detect-Windows-10.patch
* Sun Aug 02 2015 arvidjaar@gmail.com
- add os-prober-40grub-check-grub2.patch
* also skip legacy grub if /boot/grub2/grub.cfg is present, not only
/boot/grub/grub.cfg
* Thu Jun 18 2015 mchang@suse.com
- add os-prober-btrfs-absolute-subvol.patch
* fix os-prober mount error, no such file or directory (bsc#931955)
* Mon Jun 01 2015 mchang@suse.com
- Deleted os-prober-btrfsfix-trim-leading-subvol.patch: supersceded
by Improve-btrfs-handling-on-os-probing-for-grub2.patch
* Fri May 29 2015 eich@suse.com
- Improve-btrfs-handling-on-os-probing-for-grub2.patch
* Improve btrfs handling on os-probing for grub2 (bsc#892364)
- Replaces: os-prober-btrfsfix-trim-leading-subvol.patch
* Wed May 13 2015 mchang@suse.com
- os-prober-btrfsfix-trim-leading-subvol.patch
* fix os-prober fails to detect other SLES12 installation (bsc#892364)
* Mon Jan 26 2015 mchang@suse.com
- add os-prober-grep-for-windows-bcd-file.patch
* fix os-prober misinterprets Windows 8 to be Vista (bsc#910654)
* Sun Dec 14 2014 tchvatal@suse.com
- Version bujmp to 1.65:
* use latest in debian to be up par patch wise
* Drop reiserfs, it's no longer supported.
- we actually still support it as we patch this class away
anyway, but still they have it in their changes...
* Add ppc64el support. Closes: #752416.
* Recognise the new ignore_uefi flag from partman-efi.
- Refresh all patches to still apply:
* os-prober-1.49-grub2-mount.patch
* os-prober-call-dmraid-once.patch
* os-prober-dont-load-all-fs-module-and-dont-test-mount.patch
- Always delete all the .orig files as sometimes even upstream
put them to tarball :)
/usr/bin/linux-boot-prober /usr/bin/os-prober /usr/lib/linux-boot-probes /usr/lib/linux-boot-probes/50mounted-tests /usr/lib/linux-boot-probes/common /usr/lib/linux-boot-probes/common/50mounted-tests /usr/lib/linux-boot-probes/mounted /usr/lib/linux-boot-probes/mounted/40grub2 /usr/lib/linux-boot-probes/mounted/90fallback /usr/lib/linux-boot-probes/mounted/common /usr/lib/linux-boot-probes/mounted/common/40grub2 /usr/lib/linux-boot-probes/mounted/common/90fallback /usr/lib/linux-boot-probes/mounted/powerpc /usr/lib/linux-boot-probes/mounted/powerpc/40yaboot /usr/lib/linux-boot-probes/mounted/sparc /usr/lib/linux-boot-probes/mounted/sparc/50silo /usr/lib/linux-boot-probes/mounted/x86 /usr/lib/linux-boot-probes/mounted/x86/40grub /usr/lib/linux-boot-probes/mounted/x86/50lilo /usr/lib/newns /usr/lib/os-probes /usr/lib/os-probes/50mounted-tests /usr/lib/os-probes/common /usr/lib/os-probes/common/50mounted-tests /usr/lib/os-probes/init /usr/lib/os-probes/init/10filesystems /usr/lib/os-probes/init/common /usr/lib/os-probes/init/common/10filesystems /usr/lib/os-probes/mounted /usr/lib/os-probes/mounted/40lsb /usr/lib/os-probes/mounted/90linux-distro /usr/lib/os-probes/mounted/common /usr/lib/os-probes/mounted/common/40lsb /usr/lib/os-probes/mounted/common/90linux-distro /usr/lib/os-probes/mounted/m68k /usr/lib/os-probes/mounted/m68k/10macos6-9 /usr/lib/os-probes/mounted/powerpc /usr/lib/os-probes/mounted/powerpc/10macos6-9 /usr/lib/os-probes/mounted/powerpc/20macosx /usr/lib/os-probes/mounted/sparc /usr/lib/os-probes/mounted/sparc/80solaris /usr/lib/os-probes/mounted/x86 /usr/lib/os-probes/mounted/x86/05efi /usr/lib/os-probes/mounted/x86/10freedos /usr/lib/os-probes/mounted/x86/10qnx /usr/lib/os-probes/mounted/x86/20microsoft /usr/lib/os-probes/mounted/x86/30utility /usr/lib/os-probes/mounted/x86/70hurd /usr/lib/os-probes/mounted/x86/80minix /usr/lib/os-probes/mounted/x86/83haiku /usr/lib/os-probes/mounted/x86/90solaris /usr/lib/os-probes/mounted/x86/efi /usr/lib/os-probes/mounted/x86/efi/10elilo /usr/lib/os-probes/mounted/x86/efi/20microsoft /usr/share/doc/packages/os-prober /usr/share/doc/packages/os-prober/COPYING-note.txt /usr/share/doc/packages/os-prober/README /usr/share/doc/packages/os-prober/TODO /usr/share/doc/packages/os-prober/changelog /usr/share/doc/packages/os-prober/copyright /usr/share/os-prober /usr/share/os-prober/common.sh /var/lib/os-prober
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 16:30:14 2026