From ff74fa59a582f30d41d0989edefe7bf6805c901f Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Mon, 22 Nov 2010 10:48:32 +0000 Subject: Add a postinst note about the new location, since upstream provides no changelog. (Portage version: 2.2.0_alpha4/cvs/Linux x86_64) --- app-emulation/lxc/ChangeLog | 6 +++++- app-emulation/lxc/lxc-0.7.3-r1.ebuild | 12 +++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) (limited to 'app-emulation/lxc') 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ò 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." } -- cgit v1.2.3-65-gdbad