diff options
Diffstat (limited to 'target/x86')
-rw-r--r-- | target/x86/Makefile | 2 | ||||
-rw-r--r-- | target/x86/files/etc/inittab | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/target/x86/Makefile b/target/x86/Makefile index dc4edf146..d33bd7246 100644 --- a/target/x86/Makefile +++ b/target/x86/Makefile @@ -27,8 +27,6 @@ createinitcrypt: ifeq ($(FS),archive) imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) - @cp $(KERNEL) ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel - @echo 'The kernel file is: ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel' @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)" ifeq ($(ADK_HARDWARE_QEMU_X86),y) @echo "Use following command to create a QEMU Image:" diff --git a/target/x86/files/etc/inittab b/target/x86/files/etc/inittab index e6db98239..84fc3ec02 100644 --- a/target/x86/files/etc/inittab +++ b/target/x86/files/etc/inittab @@ -1,4 +1,4 @@ ::sysinit:/etc/init.d/rcS ::shutdown:/etc/init.d/rcK ttyS0::respawn:/sbin/getty -i -L ttyS0 115200 vt100 -tty0::askfirst:/sbin/getty -i -L tty0 115200 vt100 +tty1::askfirst:/sbin/getty -i -L tty1 115200 vt100 |