diff options
author | Peter Levine <plevine457@gmail.com> | 2021-03-24 21:35:28 -0400 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-03-26 12:44:38 -0500 |
commit | cafa4c43d97fd9b6b12fa5a25fa82ef2a14304d8 (patch) | |
tree | 7a458b6dd22eb2c8553926b84f1129308fd968a9 /sys-boot | |
parent | sys-boot/os-prober: Bump os-prober-1.78 (diff) | |
download | gentoo-cafa4c43d97fd9b6b12fa5a25fa82ef2a14304d8.tar.gz gentoo-cafa4c43d97fd9b6b12fa5a25fa82ef2a14304d8.tar.bz2 gentoo-cafa4c43d97fd9b6b12fa5a25fa82ef2a14304d8.zip |
sys-boot/os-prober: Add new elog info
Add a message about the necessity of bind mounting /run/udev. Also,
warn about the defaulting of GRUB_DISABLE_OS_PROBER=true with
grub-mkconfig.
Closes: https://bugs.gentoo.org/761475
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Peter Levine <plevine457@gmail.com>
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/os-prober/os-prober-1.78.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-boot/os-prober/os-prober-1.78.ebuild b/sys-boot/os-prober/os-prober-1.78.ebuild index 022694360f8c..0ed65355dd73 100644 --- a/sys-boot/os-prober/os-prober-1.78.ebuild +++ b/sys-boot/os-prober/os-prober-1.78.ebuild @@ -25,7 +25,12 @@ PATCHES=( "${FILESDIR}"/${PN}-1.76-exherbo.patch ) DOC_CONTENTS=" If you intend for os-prober to detect versions of Windows installed on NTFS-formatted partitions, your system must be capable of reading the - NTFS filesystem. One way to do this is by installing sys-fs/ntfs3g + NTFS filesystem. One way to do this is by installing sys-fs/ntfs3g. + Also, in a chroot environment, it is necessary to bind mount /run/udev + (see https://wiki.gentoo.org/wiki/GRUB2#os-prober_and_UEFI_in_chroot). + + NOTE: Since sys-boot/grub-2.06-rc1, grub-mkconfig disables os-prober by default. + To enable it, add GRUB_DISABLE_OS_PROBER=false to /etc/default/grub. " src_prepare() { |