From ada8a1fdcc71f81095e53c347271f7bbadf84acd Mon Sep 17 00:00:00 2001 From: Nick Sanders Date: Tue, 26 Oct 2010 02:56:51 -0700 Subject: [PATCH] Notes: This just matches H2C and H2O Changes are: -earlyprintk: serial isn't supported, so remove -console=ttyS0: allow /dev/console to function, after serial console support is removed. +quiet: sets loglevel=2, quiets early boot +console=tty2: this will output console onto vt2. +loglevel=1: this reduces output to vt2 past what quiet specifies. BUG=chromium-os:8084 TEST="boot factory install shim, regular image. Note /dev/console works and outputs to tty2" Change-Id: I2d77bf1de5870c7e610859f063d5a587acd56051 Review URL: http://codereview.chromium.org/4167001 --- build_kernel_image.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_kernel_image.sh b/build_kernel_image.sh index 70c5894dea..98230e41e6 100755 --- a/build_kernel_image.sh +++ b/build_kernel_image.sh @@ -131,8 +131,8 @@ if [[ "${FLAGS_arch}" = "x86" ]]; then mkdir -p ${FLAGS_working_dir} cat < "${FLAGS_working_dir}/config.txt" -earlyprintk=serial,ttyS0,115200 -console=ttyS0,115200 +quiet +console=tty2 init=/sbin/init add_efi_memmap boot=local @@ -141,7 +141,7 @@ ro noresume noswap i915.modeset=1 -loglevel=7 +loglevel=1 cros_secure kern_guid=%U tpm_tis.force=1