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

Unified Diff: build_kernel_image.sh

Issue 6290011: add quiet to arm bootargs (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: move 'ro' up too Created 9 years, 11 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 08cca4c726bc1f57f9982bc60f10575ddb6ce90f..7e3a88175c11cfed3934733fa9de88cd4c9140e6 100755
--- a/build_kernel_image.sh
+++ b/build_kernel_image.sh
@@ -110,6 +110,10 @@ fi
cat <<EOF > "${FLAGS_working_dir}/boot.config"
root=${FLAGS_root}
+quiet
+loglevel=1
+rootwait
+ro
dm_verity.error_behavior=${FLAGS_verity_error_behavior}
dm_verity.max_bios=${FLAGS_verity_max_ios}
dm_verity.dev_wait=${dev_wait}
@@ -131,17 +135,13 @@ if [[ "${FLAGS_arch}" = "x86" ]]; then
mkdir -p ${FLAGS_working_dir}
cat <<EOF | cat - "${FLAGS_working_dir}/boot.config" \
> "${FLAGS_working_dir}/config.txt"
-quiet
console=tty2
init=/sbin/init
add_efi_memmap
boot=local
-rootwait
-ro
noresume
noswap
i915.modeset=1
-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