diff options
author | 2021-10-07 21:25:58 -0400 | |
---|---|---|
committer | 2021-10-08 06:12:17 -0500 | |
commit | 45a0db318d24761296ad6c369202f1c1d07e3443 (patch) | |
tree | 7d51774a26be118bab7f036153dacbbacbfb4431 /sys-boot/os-prober/os-prober-9999.ebuild | |
parent | sys-boot/os-prober: replace os-prober-1.78-btrfsfix.patch (diff) | |
download | gentoo-45a0db318d24761296ad6c369202f1c1d07e3443.tar.gz gentoo-45a0db318d24761296ad6c369202f1c1d07e3443.tar.bz2 gentoo-45a0db318d24761296ad6c369202f1c1d07e3443.zip |
sys-boot/os-prober: use the name in fstab for devmapper partitions
For /dev/mapper/gentoo linked to /dev/dm-1, use "gentoo" instead of
"dm-1" as the patition name.
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Peter Levine <plevine457@gmail.com>
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sys-boot/os-prober/os-prober-9999.ebuild')
-rw-r--r-- | sys-boot/os-prober/os-prober-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-boot/os-prober/os-prober-9999.ebuild b/sys-boot/os-prober/os-prober-9999.ebuild index 5bd9e3b714c2..392bf0805664 100644 --- a/sys-boot/os-prober/os-prober-9999.ebuild +++ b/sys-boot/os-prober/os-prober-9999.ebuild @@ -28,6 +28,7 @@ QA_MULTILIB_PATHS="usr/lib/os-prober/.*" PATCHES=( "${FILESDIR}"/${PN}-1.79-mdraid-detection.patch "${FILESDIR}"/${PN}-1.79-btrfs-subvolume-detection.patch + "${FILESDIR}"/${PN}-1.79-use-fstab-name.patch ) DOC_CONTENTS=" |