From bbd610f15a71b27c955175cb98392b114717fd47 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 27 May 2009 22:14:21 +0200 Subject: native build support - just use native gcc and binutils to compile a system - can be used to chroot into it - maybe useful later on lemote book to build packages natively --- target/native/files/etc/inittab | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 target/native/files/etc/inittab (limited to 'target/native/files/etc/inittab') diff --git a/target/native/files/etc/inittab b/target/native/files/etc/inittab new file mode 100644 index 000000000..4ab5cbe41 --- /dev/null +++ b/target/native/files/etc/inittab @@ -0,0 +1,4 @@ +::sysinit:/etc/init.d/rcS +::shutdown:/etc/init.d/rcK +tty1::respawn:/sbin/getty -i -L tty1 115200 vt100 + -- cgit v1.2.3