From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1FgSMs-0004VB-Er for garchives@archives.gentoo.org; Wed, 17 May 2006 20:11:38 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.6) with SMTP id k4HKAfre010589; Wed, 17 May 2006 20:10:41 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.6/8.13.6) with ESMTP id k4HKAd7V025527 for ; Wed, 17 May 2006 20:10:39 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 3BF9F64317 for ; Wed, 17 May 2006 20:10:39 +0000 (UTC) Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25727-01-2 for ; Wed, 17 May 2006 20:10:37 +0000 (UTC) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.225]) by smtp.gentoo.org (Postfix) with ESMTP id C68936439A for ; Wed, 17 May 2006 20:10:36 +0000 (UTC) Received: by wr-out-0506.google.com with SMTP id 71so139371wra for ; Wed, 17 May 2006 13:10:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=pDARVKaJQSUm+S/HGzVrcesvQDG2ApAl39v77BFwwpiSYcBRec9+fwfzK49E+BkPZT3EBjNt5wJiED2GuiOtIvTvODG8bM7iPGdVbG30AgubNzFfWgq1NwGpdi+/L0YKtdia1ePWzIh4VC0KdzlO3QbqUVBjyVyCTadH3gF1YrU= Received: by 10.54.118.16 with SMTP id q16mr2879096wrc; Wed, 17 May 2006 13:10:36 -0700 (PDT) Received: from ?192.168.1.100? ( [71.115.47.154]) by mx.gmail.com with ESMTP id 40sm34310wrl.2006.05.17.13.10.34; Wed, 17 May 2006 13:10:35 -0700 (PDT) Message-ID: <446B8338.8000404@gmail.com> Date: Wed, 17 May 2006 15:10:32 -0500 From: Jackass Project User-Agent: Mail/News 1.5 (X11/20060207) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 To: gentoo-catalyst@lists.gentoo.org Subject: [gentoo-catalyst] Doc Question about CD Overlays X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Status: No, score=-2.599 required=5.5 tests=[BAYES_00=-2.599] X-Spam-Score: -2.599 X-Spam-Level: X-Archives-Salt: f44f4743-d240-4a69-929c-5cd44e9a75ab X-Archives-Hash: cf78264084d0ec546088b4cb8c8feae1 Hi. I would like to thank the developers and support staff for Catalyst for all of their efforts in updating and supporting this valuable tool. I have a question about the implementation of overlays which I haven't been able to answer by reading the ebuild warnings, the example spec files, the example spec file templates, and the deprecated web page documentation. I'm hoping that you can answer this question for me. I am capable of successfully building a Live CD using a variety of the CD spec files without any problems. I would like to add some files to the "/" directory of the Live CD, including a tarball and a portage snapshot. My question is how I should do this. I have tried using the "overlay" and the "root_overlay" specifications (without success), such as the following: > > livecd/root_overlay: /var/tmp/overlay > > livecd/overlay: /var/tmp/overlay I have populated the /var/tmp/overlay directory with the tarball and the portage snapshot that I would like to be overlaid to the "/" directory on the Live CD, and the permissions on the directory and the files are permissive for all users. I have tried using the gentoo-release-minimal, gentoo-release-universal, and generic-livecd livecd types, and achieved the same result with each one: when the overlay is specified in the spec file, the size of the .ISO image increases appropriately (suggesting that the desired overlay files were actually included in the Live CD build), but the files are not visible on the booted Live CD. That is to say, once the Live CD is booted, I cannot find the files in ANY of the directories accessible within the Live CD booted environment. Am I just not looking in the right place? Where are the files supposed to be located on the Live CD when the livecd/root_overlay and the livecd/overlay specifications are used? They're not in "/" or in any of its subfolders. I also have to confess that after reading the deprecated web page documentation, the difference between livecd/root_overlay and livecd/overlay is still somewhat vague to me. thanks. Bob -- gentoo-catalyst@gentoo.org mailing list