1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-11 04:19:50 +00:00

initscripts: Sync with OE, primarily for better /etc/timestamp handling

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2650 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-09-02 14:00:52 +00:00
parent 3cb6c768ef
commit 1cf731b1e3
13 changed files with 539 additions and 126 deletions
+2 -1
View File
@@ -6,7 +6,7 @@
. /etc/default/rcS
# exit without doing anything if udev is active
if test -e /dev/.udevdb; then
if test -e /dev/.udev -o -e /dev/.udevdb; then
exit 0
fi
@@ -50,6 +50,7 @@ else
mkdir -p dev/msys
mkdir -p dev/pts
mkdir -p dev/vc
mkdir -p dev/snd
for i in 0 1 2 3 4 5 6 7 8 9; do
ln -s /dev/tty$i /dev/vc/$i
done