Gentoo Archives: gentoo-embedded

From: Angelo Arrifano <miknix@g.o>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] facilities for creating /proc /dev /sys directories?
Date: Fri, 24 Dec 2010 00:05:52
Message-Id: 4D13DA25.8070307@gentoo.org
In Reply to: [gentoo-embedded] facilities for creating /proc /dev /sys directories? by Kfir Lavi
1 On 23-12-2010 22:12, Kfir Lavi wrote:
2 > Hi,
3 > I would like to create those directories when the target system finished
4 > the emerge.
5 > The easiest is to do:
6 > mkdir -p $target_dir/{proc,dev,sys}
7 > inside a script.
8 > Is there any mechanism that I can use to automate this without running
9 > my own script?
10 >
11 > Thanks,
12 > Kfir
13
14 See
15
16 http://www.mail-archive.com/gentoo-portage-dev@l.g.o/msg01933.html
17
18 http://bugs.gentoo.org/show_bug.cgi?id=272988
19
20 People working in this feature are better than me to talk about it..
21
22 Regards,
23 Angelo