From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MZHaI-0005Ix-2K for garchives@archives.gentoo.org; Fri, 07 Aug 2009 05:01:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5099E04A7; Fri, 7 Aug 2009 05:01:40 +0000 (UTC) Received: from mail.st4vs.net (mail.st4vs.net [88.96.252.46]) by pigeon.gentoo.org (Postfix) with ESMTP id AC71AE04A7 for ; Fri, 7 Aug 2009 05:01:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.st4vs.net (Postfix) with ESMTP id 29C1E102761 for ; Fri, 7 Aug 2009 06:01:40 +0100 (BST) X-Virus-Scanned: amavisd-new 2.6.4 (20090625) at st4vs.net Received: from mail.st4vs.net ([127.0.0.1]) by localhost (mail.st4vs.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VMp8xRWT+FTJ for ; Fri, 7 Aug 2009 06:01:39 +0100 (BST) Received: from hotdog.st4vs.net (hotdog.st4vs.net [88.96.252.45]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.st4vs.net (Postfix) with ESMTPS id BD22010255F for ; Fri, 7 Aug 2009 06:01:39 +0100 (BST) From: Steve Dommett To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] Creating an iso image with no snapshot Date: Fri, 7 Aug 2009 06:01:39 +0100 User-Agent: KMail/1.9.10 References: <20090807043404.GA4866@localhost.hsd1.or.comcast.net> In-Reply-To: <20090807043404.GA4866@localhost.hsd1.or.comcast.net> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEWok4BsPzj29/TPz8rs6+2iYVXx7u4sJyeVTTjv7+/ixPX4AAACbklEQVQ4jV2Uv4vbMBTHFRzRjBHlsOdwHHRzkTx0O2pTyOYQRDUf5SDbaTjUsR5M3nwxBv23/T4pzh33MNh6H72ferKIWaau1Vp33T4vT1Gk1wSt6boOzFxRAp02b7ss963uoJlnAatO/9y9y7028TSzxaTfdh/lW7IR0P96uqoeniFPz63eswVn0yIugvMnS21iAkIvUgtR8Ou4j2KqpbW2F0LYHh8iyT8TxYX1n0Qe1lG0aeMnORz3ooWPq/S2l+xU2sPLXjxKsThjHRZElXsxADcHnMAQWKpXgJseBq5M+uA9wBDuoHUMXLiKD2vRDMGTtXgslVkZggoFLDzR6Mg6KheDUDGgiojcWGw4rk9QUQI0VAON6+YcwhZ9Aq0OvhAXN6hB/R0NAy2s/gJw9msxbQYhEd/Ic3jVKnxtGKCOqaHvvszA9wfVy1KpEpXPNcmy9KORCK7saJ1SKmyNiIhOC/CKVGUHFdDdeMFHWfWd5K3YRFj6AmDaYDEeH2qHF/eMANYMGl4ddwxSM4nOL4bn6pE7dXyqUVCVWkblFUAzHk1Nagx+5L6V2x8JDKEa+0IOJH6jUnIUeHxibMvALpAU+us5rVAkcMG+akQy6TQY+AymVVLk00YQOnse0RPyfT+hUF2TimKOfxqUFBY/jrhT+UY9kqUByN851E5nTgrgNPMEcXW9ToA7lS0uGzSbetwGyeUFDpHA1ACMPIcuVdEvIHeL/VE6G/aUwbRJOptOA55uINZV2syTF7KnDOZupTIYeLb2N4BGrnDeFevvCnN6t8Bll7n4bXH9mYjl79PWKwzDTX8D+C+lm77o439RcZ8yKB8ergAAAABJRU5ErkJggg== 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 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908070601.39346.steve@st4vs.net> X-Archives-Salt: 28ebe10b-1074-44ea-ac7c-6a8e891218f0 X-Archives-Hash: d5ef03b1cfc247642649f71af9761a72 On Friday 07 August 2009, Tom Stellard wrote: > I noticed that when I build a liveCD, the portage snapshot I used to > build the stages is included in the iso file. Is there a config value > I can set so that the snapshot is not included in the iso? > > -Tom Perhaps livecd/rm? An example from the Gentoo releng 2008.0 spec files: livecd/rm: /etc/*- /etc/*.old /root/.viminfo /var/log/*.log /usr/share/genkernel/pkg/x86/*.bz2 Cheers, Steve.