From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Khl0M-0006W1-Ra for garchives@archives.gentoo.org; Mon, 22 Sep 2008 12:59:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3B4DE05E6; Mon, 22 Sep 2008 12:59:06 +0000 (UTC) Received: from mail.oversi.com (oversrv1.oversi.com [209.88.189.2]) by pigeon.gentoo.org (Postfix) with ESMTP id 6B855E05E6 for ; Mon, 22 Sep 2008 12:59:06 +0000 (UTC) Received: from [10.2.2.28] (unknown [10.2.2.28]) by mail.oversi.com (Postfix) with ESMTP id A4D0149209F for ; Mon, 22 Sep 2008 15:57:35 +0300 (IDT) Message-ID: <48D79698.6000804@oversi.com> Date: Mon, 22 Sep 2008 15:59:04 +0300 From: Amit Dor-Shifer User-Agent: Thunderbird 2.0.0.14 (X11/20080519) 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: Re: [gentoo-catalyst] How do I get /dev entries onto a livecd image? References: <48D76758.1050700@oversi.com> <48D78B9E.5050603@gentoo.org> In-Reply-To: <48D78B9E.5050603@gentoo.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 2a3c334c-363f-493d-9a00-80c9097a4e52 X-Archives-Hash: ef8f1ccfe8e5a160f9c818a13cc6e04e Sorry. Wrong there. I meant I want /dev/watchdog inside the loop, in the squashfs image. Does that change the answer? Amit Andrew Gaffney wrote: > Amit Dor-Shifer wrote: >> Hello again. >> >> I'm trying to get /dev/watchdog onto my CD. I'm using a squashfs fstype. >> >> The device is properly created by the kernel build stage, yet it >> doesn't end-up in the image. Seems the 'unbind' action unmounts /dev >> from the source before calling mksquashfs. >> >> Any ideas how to circumvent this problem? > > /dev is managed by udev on the LiveCD, the same as a normal install. > You'll have to create a udev rule file that creates this device and > add it to the LiveCD with livecd/overlay. >