summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-11-22 10:48:32 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-11-22 10:48:32 +0000
commitff74fa59a582f30d41d0989edefe7bf6805c901f (patch)
tree7da8f1a88b2b6cb8b01e5e71e7bc1a38539df054 /app-emulation/lxc
parentRevision bump to make sure that the rootfs mount point is the same between 32... (diff)
downloadgentoo-2-ff74fa59a582f30d41d0989edefe7bf6805c901f.tar.gz
gentoo-2-ff74fa59a582f30d41d0989edefe7bf6805c901f.tar.bz2
gentoo-2-ff74fa59a582f30d41d0989edefe7bf6805c901f.zip
Add a postinst note about the new location, since upstream provides no changelog.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/lxc')
-rw-r--r--app-emulation/lxc/ChangeLog6
-rw-r--r--app-emulation/lxc/lxc-0.7.3-r1.ebuild12
2 files changed, 14 insertions, 4 deletions
diff --git a/app-emulation/lxc/ChangeLog b/app-emulation/lxc/ChangeLog
index 745bcb7f8af1..b0c10091e6e8 100644
--- a/app-emulation/lxc/ChangeLog
+++ b/app-emulation/lxc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/lxc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.18 2010/11/22 10:42:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.19 2010/11/22 10:48:32 flameeyes Exp $
+
+ 22 Nov 2010; Diego E. Pettenò <flameeyes@gentoo.org> lxc-0.7.3-r1.ebuild:
+ Add a postinst note about the new location, since upstream provides no
+ changelog.
*lxc-0.7.3-r1 (22 Nov 2010)
diff --git a/app-emulation/lxc/lxc-0.7.3-r1.ebuild b/app-emulation/lxc/lxc-0.7.3-r1.ebuild
index 889991db6d16..c5be45093670 100644
--- a/app-emulation/lxc/lxc-0.7.3-r1.ebuild
+++ b/app-emulation/lxc/lxc-0.7.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.7.3-r1.ebuild,v 1.1 2010/11/22 10:42:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.7.3-r1.ebuild,v 1.2 2010/11/22 10:48:32 flameeyes Exp $
EAPI="2"
@@ -104,6 +104,12 @@ pkg_postinst() {
elog "http://blog.flameeyes.eu/tag/lxc" # remove once proper doc is available
elog ""
fi
- ewarn "To use the lxc-debian and lxc-fedora commands, you need respectively"
- ewarn "dev-util/debootstrap and sys-apps/yum."
+ ewarn "Starting from version 0.7.3, you have to specify mount points of bind mounts"
+ ewarn "using the rootfs mount point as a base. This means you'd then have something"
+ ewarn "along the lines of the following in your lxc configuration files:"
+ ewarn ""
+ ewarn " lxc.mount.entry = /usr/portage /usr/lib/lxc/rootfs/usr/portage none bind 0 0"
+ ewarn ""
+ ewarn "To use the lxc-fedora, lxc-debian and lxc-ubuntu commands, you need respectively"
+ ewarn "sys-apps/yum and dev-util/debootstrap."
}