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:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user