diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-26 22:14:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-26 22:14:16 +0100 |
commit | 74cae31f28b7b1a96f82ffe904374bf95b5054ac (patch) | |
tree | 465bbb1cbe79b21dc0dab034ddbb2078bd02ac61 /target/qemu-arm/files | |
parent | c7f2f4bba73e53d9b5d1926b220205884bd26d4a (diff) |
update qemu targets to 2.6.33
- add LZO compression choice
- reactivate mdev mount in init
- add correct inittab for qemu-arm
Diffstat (limited to 'target/qemu-arm/files')
-rw-r--r-- | target/qemu-arm/files/etc/inittab | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/qemu-arm/files/etc/inittab b/target/qemu-arm/files/etc/inittab new file mode 100644 index 000000000..f14e0d568 --- /dev/null +++ b/target/qemu-arm/files/etc/inittab @@ -0,0 +1,3 @@ +::sysinit:/etc/init.d/rcS +::shutdown:/etc/init.d/rcK +tty1::respawn:/sbin/getty -i -L tty1 115200 vt100 |