aboutsummaryrefslogtreecommitdiffstats
path: root/packages/maemo
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2005-07-05 14:26:10 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-05 14:26:10 +0000
commitd2d397404538c11123554bf3fadb6da70e3a4a68 (patch)
tree273fd025a7302c0150f4323d87c48a5ba78a990d /packages/maemo
parent6ad81d34ade5ec23c38f21141527f837437aad3c (diff)
downloadopenembedded-d2d397404538c11123554bf3fadb6da70e3a4a68.tar.gz
Get finally rid of irda stuff.
Update device fixup script to create some retro-style links in /dev.
Diffstat (limited to 'packages/maemo')
-rw-r--r--packages/maemo/nokia770-init/fixup-770.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/maemo/nokia770-init/fixup-770.sh b/packages/maemo/nokia770-init/fixup-770.sh
index 02c18d4108..b65fb131e3 100644
--- a/packages/maemo/nokia770-init/fixup-770.sh
+++ b/packages/maemo/nokia770-init/fixup-770.sh
@@ -4,6 +4,14 @@ case "$1" in
echo -n "Unmounting virtual fs from initrd"
umount /mnt/initfs/sys
umount /mnt/initfs/proc
+ ln -s /dev/vc/0 /dev/tty0
+ ln -s /dev/vc/1 /dev/tty1
+ ln -s /dev/vc/2 /dev/tty2
+ ln -s /dev/vc/3 /dev/tty3
+ ln -s /dev/vc/4 /dev/tty4
+ ln -s /dev/vc/5 /dev/tty5
+ ln -s /dev/vc/6 /dev/tty6
+ ln -s /dev/vc/7 /dev/tty7
;;
stop)
;;