diff options
Diffstat (limited to 'sys-boot/os-prober/os-prober-1.78.ebuild')
-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() { |