diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /target/qemu-x86/files/etc/inittab |
Initial import
Diffstat (limited to 'target/qemu-x86/files/etc/inittab')
-rw-r--r-- | target/qemu-x86/files/etc/inittab | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/qemu-x86/files/etc/inittab b/target/qemu-x86/files/etc/inittab new file mode 100644 index 000000000..6f21e703b --- /dev/null +++ b/target/qemu-x86/files/etc/inittab @@ -0,0 +1,4 @@ +::sysinit:/etc/init.d/rcS +::shutdown:/etc/init.d/rcK +ttyS0::respawn:/sbin/getty -i -L ttyS0 115200 vt100 +tty1::respawn:/sbin/getty -i -L tty1 115200 vt100 |