Gentoo Archives: gentoo-embedded

From: Kfir Lavi <lavi.kfir@×××××.com>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] facilities for creating /proc /dev /sys directories?
Date: Thu, 23 Dec 2010 23:05:45
Message-Id: AANLkTi=yoR2Zw5fQkiZ3J=C5RMvdcDA0uOsv=NyAEPnQ@mail.gmail.com
1 Hi,
2 I would like to create those directories when the target system finished the
3 emerge.
4 The easiest is to do:
5 mkdir -p $target_dir/{proc,dev,sys}
6 inside a script.
7 Is there any mechanism that I can use to automate this without running my
8 own script?
9
10 Thanks,
11 Kfir

Replies