summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/ypr0tools/files/common/etc/inittab7
-rwxr-xr-xutils/ypr0tools/patch-firmware.sh2
2 files changed, 9 insertions, 0 deletions
diff --git a/utils/ypr0tools/files/common/etc/inittab b/utils/ypr0tools/files/common/etc/inittab
new file mode 100644
index 0000000000..50fb056a34
--- /dev/null
+++ b/utils/ypr0tools/files/common/etc/inittab
@@ -0,0 +1,7 @@
+# see busybox-1.00rc2/examples/inittab for more examples
+::sysinit:/etc/rc.d/rc.start
+::respawn:/etc/autologin ttymxc0 login -f root
+::ctrlaltdel:/sbin/reboot
+::shutdown:/etc/rc.d/rc.reboot
+::restart:/sbin/init
+::respawn:/sbin/getty -n -l /bin/sh 115200 /dev/ttyGS0
diff --git a/utils/ypr0tools/patch-firmware.sh b/utils/ypr0tools/patch-firmware.sh
index acc1b48631..07ec6f0dd7 100755
--- a/utils/ypr0tools/patch-firmware.sh
+++ b/utils/ypr0tools/patch-firmware.sh
@@ -113,6 +113,8 @@ echo "Patching rootfs ($MODEL files)"
MODEL_FILES="$FILES/$MODEL"
echo "cp -r $MODEL_FILES/* $ROOTFS/"
cp -r $MODEL_FILES/* $ROOTFS/
+rm -rf $ROOTFS/dev/ttyGS0
+mknod $ROOTFS/dev/ttyGS0 c 127 0
echo "Packing new cramfs image"
cramfs-1.1/mkcramfs $ROOTFS $CRAMFS