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 1NB7Yt-0006ub-Ca for garchives@archives.gentoo.org; Thu, 19 Nov 2009 14:00:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE03EE0759 for ; Thu, 19 Nov 2009 14:00:38 +0000 (UTC) Received: from mail.oversi.com (oversrv1.oversi.com [209.88.189.2]) by pigeon.gentoo.org (Postfix) with ESMTP id DCD6DE07E3 for ; Thu, 19 Nov 2009 13:05:00 +0000 (UTC) Received: from [10.2.2.28] (unknown [10.2.2.28]) by mail.oversi.com (Postfix) with ESMTPA id CE6B658FBD3 for ; Thu, 19 Nov 2009 15:04:27 +0200 (IST) Message-ID: <4B05427B.2000607@oversi.com> Date: Thu, 19 Nov 2009 15:04:59 +0200 From: Amit Dor-Shifer User-Agent: Thunderbird 2.0.0.22 (X11/20090605) 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] non-standard folder on 'root_overlay' isn't available on liveCD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: a6029305-1599-44b3-8b7c-b1fba22e5cb5 X-Archives-Hash: bd41a99d354be6a2824df30ee1fda9c8 Hi. I've a folder directly under '/' in the image, which doesn't appear in the liveCD: livecd root # ls -lad /mnt/livecd/my_folder/ drwxr-xr-x 2 root root 377 Nov 19 10:59 /mnt/livecd/my_folder/ livecd root # ls -lad /my_folder ls: cannot access /my_folder: No such file or directory I believe that's due to the way linuxrc generates '/' in a liveCD. My question is: is there some documented method of making this folder available on '/'. I'm thinking of performing the symlink in /mnt/cdrom/cdupdate.sh. 10x, Amit