diff options
Diffstat (limited to 'target/x86_64')
-rw-r--r-- | target/x86_64/Makefile | 2 | ||||
-rw-r--r-- | target/x86_64/files/etc/inittab | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/target/x86_64/Makefile b/target/x86_64/Makefile index b206f5f13..f85b7205a 100644 --- a/target/x86_64/Makefile +++ b/target/x86_64/Makefile @@ -17,8 +17,6 @@ tools-compile: $(TOOLS_BUILD_DIR) 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_64),y) @echo "Use following command to create a QEMU Image:" diff --git a/target/x86_64/files/etc/inittab b/target/x86_64/files/etc/inittab index e6db98239..84fc3ec02 100644 --- a/target/x86_64/files/etc/inittab +++ b/target/x86_64/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 |