diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-30 00:57:50 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-30 00:57:50 +0000 |
commit | bf3b46d9a8a41508305c51b99a77b9eecd289ac3 (patch) | |
tree | e312517d0b9cf723ba9d2c444886467646802ec0 /sys-fs/lvm2/lvm2-2.02.36.ebuild | |
parent | Bug #276803: old sys-fs/devicemapper not supported anymore. Use the new lvm2-... (diff) | |
download | gentoo-2-bf3b46d9a8a41508305c51b99a77b9eecd289ac3.tar.gz gentoo-2-bf3b46d9a8a41508305c51b99a77b9eecd289ac3.tar.bz2 gentoo-2-bf3b46d9a8a41508305c51b99a77b9eecd289ac3.zip |
Bug #294744: Cleanup the rebuild message.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/lvm2/lvm2-2.02.36.ebuild')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.36.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/lvm2/lvm2-2.02.36.ebuild b/sys-fs/lvm2/lvm2-2.02.36.ebuild index 3bdb7268f768..82272ea9b32f 100644 --- a/sys-fs/lvm2/lvm2-2.02.36.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.36.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-fs/lvm2/lvm2-2.02.36.ebuild,v 1.11 2009/11/04 07:20:25 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.36.ebuild,v 1.12 2009/11/30 00:57:50 robbat2 Exp $ EAPI=1 inherit eutils multilib @@ -128,7 +128,7 @@ src_install() { elog "use flags clvm,cman and gulm are masked" elog "by default and need to be unmasked to use them" elog "" - elog "Rebuild your genkernel initramfs if you are using lvm" + elog "If you are using genkernel and root-on-LVM, rebuild the initramfs." use nolvmstatic && \ elog "USE=nolvmstatic has changed to USE=static via package.use" use nolvm1 && \ |