Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3080)

Unified Diff: build_kernel_image.sh

Issue 4167001: Change H2C boot params to match legacy. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_kernel_image.sh
diff --git a/build_kernel_image.sh b/build_kernel_image.sh
index 70c5894deae6228bd4cba8e1af4fb4b137c03172..98230e41e6d077658d330ceaf7ec3680d8c7c78d 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 <<EOF | cat - "${FLAGS_working_dir}/boot.config" \
> "${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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698