From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 92518138B45 for ; Wed, 20 Feb 2013 16:51:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1177021C00E; Wed, 20 Feb 2013 16:51:23 +0000 (UTC) Received: from node1.arskomhosting.com (arskomhosting.com [176.58.121.23]) by pigeon.gentoo.org (Postfix) with ESMTP id 8303A21C00E for ; Wed, 20 Feb 2013 16:51:21 +0000 (UTC) Received: from [178.242.244.246] (unknown [178.242.244.246]) by node1.arskomhosting.com (Postfix) with ESMTPSA id D39F22BEC16; Wed, 20 Feb 2013 16:51:20 +0000 (UTC) Message-ID: <5124FF04.5020201@arskom.com.tr> Date: Wed, 20 Feb 2013 18:51:16 +0200 From: Burak Arslan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130212 Thunderbird/17.0.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 To: gentoo-catalyst@lists.gentoo.org Subject: [gentoo-catalyst] ship /usr/portage with stage4 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 0fada6d9-8cb5-410a-a71d-b92658f63ce9 X-Archives-Hash: 82f69288049792f8b768cedd5f07c795 Hi there, I've set up my first stage4 catalyst job and everything seems to be in order. My final gripe with it is that I couldn't get it to ship the contents of /usr/portage inside the stage4 tarball. Having looked at the source, I guess that's because the latest portage snapshot is mount --bind'ed to the chroot environment, which is unmounted before creating the tarball. Any suggestions? Am I missing something obvious here? Best regards, Burak ps: I wouldn't prefer to ship the archive and add this to local.start: if [ -f /portage-latest.tar.bz2 ]; then tar xjpf /portage-latest.tar.bz2 -C /usr && rm /portage-latest.tar.bz2; fi