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

Unified Diff: build_kernel_image.sh

Issue 6597001: Modify x86 kernel command line to enable nmi watchog. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: Created 9 years, 10 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 01d01853699f60f84fda8559f554a532b25ec5e9..ad06474e0ef317aa2ee786a636b94e91c34e7d83 100755
--- a/build_kernel_image.sh
+++ b/build_kernel_image.sh
@@ -132,7 +132,7 @@ fi
cat <<EOF > "${FLAGS_working_dir}/boot.config"
root=${FLAGS_root}
quiet
-loglevel=1
+loglevel=7
Mandeep Singh Baines 2011/02/25 18:37:47 Nit. This looks like leftover.
vb 2011/02/26 00:02:11 Done.
rootwait
ro
dm_verity.error_behavior=${FLAGS_verity_error_behavior}
@@ -167,6 +167,7 @@ cros_secure
kern_guid=%U
tpm_tis.force=1
tpm_tis.interrupts=0
+nmi_watchdog=1
Mandeep Singh Baines 2011/02/25 18:37:47 We tried this and had issues. This should really b
vb 2011/02/26 00:02:11 Done.
EOF
WORK="${WORK} ${FLAGS_working_dir}/config.txt"
« 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