summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorBruce Beare <brucex.j.beare@intel.com>2010-05-07 11:51:30 -0700
committerBruce Beare <brucex.j.beare@intel.com>2010-05-07 11:51:30 -0700
commit9d4c5b1c20cfa196e2be026fe9f862663d7a3972 (patch)
tree6913185138764712cce4efc0481004912dc1b90a /target
parentf9f1a9d764918cdf5bd6901771e46246a3d2362e (diff)
downloadbuild-9d4c5b1c20cfa196e2be026fe9f862663d7a3972.zip
build-9d4c5b1c20cfa196e2be026fe9f862663d7a3972.tar.gz
build-9d4c5b1c20cfa196e2be026fe9f862663d7a3972.tar.bz2
Use a different kernel boot line for the disk installer.
Change-Id: I6b20386a24e1141bfe2a252b635243c235d46865
Diffstat (limited to 'target')
-rw-r--r--target/board/generic_x86/BoardConfig.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/board/generic_x86/BoardConfig.mk b/target/board/generic_x86/BoardConfig.mk
index be8aeb7..608aee1 100644
--- a/target/board/generic_x86/BoardConfig.mk
+++ b/target/board/generic_x86/BoardConfig.mk
@@ -10,7 +10,9 @@ TARGET_CPU_ABI := x86
TARGET_USERIMAGES_USE_EXT2 := true
TARGET_BOOTIMAGE_USE_EXT2 := true
-BOARD_KERNEL_CMDLINE := init=/init console=tty0 androidboot.hardware=generic_x86 vga=788
+# For VirtualBox and likely other emulators
+BOARD_INSTALLER_CMDLINE := init=/init console=ttyS0 console=tty0 androidboot.hardware=generic_x86 vga=788 verbose
+BOARD_KERNEL_CMDLINE := init=/init console=tty0 console=ttyS0 androidboot.hardware=generic_x86 vga=788
TARGET_USE_DISKINSTALLER := true
TARGET_DISK_LAYOUT_CONFIG := build/target/board/generic_x86/disk_layout.conf
BOARD_BOOTIMAGE_MAX_SIZE := 8388608