Search Criteria
Package Details: os-prober-btrfs 1.79-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/os-prober-btrfs.git (read-only, click to copy) |
---|---|
Package Base: | os-prober-btrfs |
Description: | Utility to detect other OSes on a set of drives (with additional patches to detect btrfs systems and other systems) |
Upstream URL: | http://joey.kitenet.net/code/os-prober/ |
Licenses: | GPL3 |
Conflicts: | os-prober, os-prober-garuda |
Provides: | os-prober, os-prober-garuda |
Replaces: | os-prober-garuda |
Submitter: | librewish |
Maintainer: | None |
Last Packager: | TNE |
Votes: | 7 |
Popularity: | 0.40 |
First Submitted: | 2020-10-25 10:28 (UTC) |
Last Updated: | 2022-04-15 14:50 (UTC) |
Dependencies (1)
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR, bash)
Required by (14)
- grub-blscfg (requires os-prober) (optional)
- grub-coreos (requires os-prober) (optional)
- grub-emu (requires os-prober) (optional)
- grub-git (requires os-prober) (optional)
- grub-grubenv-btrfs (requires os-prober) (optional)
- grub-improved-luks2-git (requires os-prober) (optional)
- grub-libzfs (requires os-prober) (optional)
- grub-linux-default (requires os-prober) (optional)
- grub-luks-keyfile (requires os-prober) (optional)
- grub-luks-keyfile-git (requires os-prober) (optional)
- grub-silent (requires os-prober) (optional)
- grub-theme-vimix-very-dark-blue (requires os-prober) (optional)
- grub-xen-git (requires os-prober) (optional)
- kcm-grub2-git (requires os-prober) (optional)
Sources (16)
- fix-blkid-path.patch
- grub-initrd-generation-fix
- grub-initrd-generation-fix.hook
- http://http.debian.net/debian/pool/main/o/os-prober/os-prober_1.79.tar.xz
- os-prober-bootpart-name-fix.patch
- os-prober-btrfsfix.patch
- os-prober-factor-out-logger.patch
- os-prober-factored-logger-efi-fix.patch
- os-prober-frugalware.diff
- os-prober-gentoo-fix.patch
- os-prober-grepfix.patch
- os-prober-grub2-multiple-images.patch
- os-prober-grub2-parsefix.patch
- os-prober-mdraidfix.patch
- os-prober-mounted-partitions-fix.patch
- os-prober-umount-fix.patch
Latest Comments
xiota commented on 2023-09-20 09:14 (UTC)
Please remove
replaces
directive. Thank you. (No need to reply via comment; AUR now sends commit notifications.)einalex commented on 2021-08-03 19:27 (UTC)
is it possible there is a typo in os-prober-btrfsfix.patch? $subvool should probably be $subvol
taxuswc commented on 2021-01-21 12:38 (UTC)
@mireiner you may want to check out this discussion: https://bugs.archlinux.org/task/43254. It looks like
grub-intel-ucode.patch
should be applied to/etc/grub.d/30_os-prober
to make os-prober related grub script to accept new form of input, introduced byos-prober-grub2-multiple-images.patch
in this package.mireiner commented on 2020-12-09 11:33 (UTC) (edited on 2020-12-09 11:35 (UTC) by mireiner)
grub.cfg os-prober menu entries are corrupted:
initrd /boot/intel-ucode.img^/boot/initramfs-linux.img
The initrd line doesn't boot because instead of a white space character separator there's a "^" character.