summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-12-15 21:37:03 +0000
committerJonathan Callen <abcd@gentoo.org>2009-12-15 21:37:03 +0000
commitc3cc9a7b6c19c35354722cdd0005cd56cc2e199e (patch)
tree29826eb567c180a019e0ba22557cb7f104b5bf34 /sys-boot/os-prober
parentnew package (diff)
downloadgentoo-2-c3cc9a7b6c19c35354722cdd0005cd56cc2e199e.tar.gz
gentoo-2-c3cc9a7b6c19c35354722cdd0005cd56cc2e199e.tar.bz2
gentoo-2-c3cc9a7b6c19c35354722cdd0005cd56cc2e199e.zip
Add elog about NTFS to postinst
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'sys-boot/os-prober')
-rw-r--r--sys-boot/os-prober/ChangeLog5
-rw-r--r--sys-boot/os-prober/os-prober-1.35.ebuild8
2 files changed, 11 insertions, 2 deletions
diff --git a/sys-boot/os-prober/ChangeLog b/sys-boot/os-prober/ChangeLog
index 06c012b4c0ec..996a55ecfe3e 100644
--- a/sys-boot/os-prober/ChangeLog
+++ b/sys-boot/os-prober/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-boot/os-prober
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/ChangeLog,v 1.1 2009/12/15 21:24:11 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/ChangeLog,v 1.2 2009/12/15 21:37:03 abcd Exp $
+
+ 15 Dec 2009; Jonathan Callen <abcd@gentoo.org> os-prober-1.35.ebuild:
+ Add elog about NTFS to postinst
*os-prober-1.35 (15 Dec 2009)
diff --git a/sys-boot/os-prober/os-prober-1.35.ebuild b/sys-boot/os-prober/os-prober-1.35.ebuild
index 53b0cd93494d..3fc6c663667e 100644
--- a/sys-boot/os-prober/os-prober-1.35.ebuild
+++ b/sys-boot/os-prober/os-prober-1.35.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/os-prober-1.35.ebuild,v 1.1 2009/12/15 21:24:11 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/os-prober-1.35.ebuild,v 1.2 2009/12/15 21:37:03 abcd Exp $
EAPI="2"
@@ -64,3 +64,9 @@ src_install() {
dodoc README TODO debian/changelog || die "dodoc failed"
}
+
+pkg_postinst() {
+ elog "If you intend for os-prober to detect versions of Windows installed on"
+ elog "NTFS-formatted partitions, your system must be capable of reading the"
+ elog "NTFS filesystem. One way to do this is by installing sys-fs/ntfs3g"
+}