mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
remove quiet and loglevel=1 from arm cmdline for now
It makes debugging system boot issues harder, so let's re-enable console output for a while. It will be quieted down again later. Change-Id: I7c543c09818c0152470c9f5e54d36c614d05bf3a BUG=chrome-os-partner:3199 TEST=Boot a system, check for console output before login screen Review URL: http://codereview.chromium.org/6801045
This commit is contained in:
parent
de162521ed
commit
24e10cb3db
@ -135,8 +135,6 @@ fi
|
||||
|
||||
cat <<EOF > "${FLAGS_working_dir}/boot.config"
|
||||
root=${FLAGS_root}
|
||||
quiet
|
||||
loglevel=1
|
||||
rootwait
|
||||
ro
|
||||
dm_verity.error_behavior=${FLAGS_verity_error_behavior}
|
||||
@ -156,6 +154,8 @@ if [[ "${FLAGS_arch}" = "x86" ]]; then
|
||||
# FIXME: remove serial output, debugging messages.
|
||||
cat <<EOF | cat - "${FLAGS_working_dir}/boot.config" \
|
||||
> "${FLAGS_working_dir}/config.txt"
|
||||
quiet
|
||||
loglevel=1
|
||||
console=tty2
|
||||
init=/sbin/init
|
||||
add_efi_memmap
|
||||
@ -176,7 +176,10 @@ EOF
|
||||
|
||||
sign_the_kernel=${FLAGS_TRUE}
|
||||
elif [[ "${FLAGS_arch}" = "arm" ]]; then
|
||||
cp "${FLAGS_working_dir}/boot.config" "${FLAGS_working_dir}/config.txt"
|
||||
cat <<EOF | cat - "${FLAGS_working_dir}/boot.config" \
|
||||
> "${FLAGS_working_dir}/config.txt"
|
||||
earlyprintk
|
||||
EOF
|
||||
WORK="${WORK} ${FLAGS_working_dir}/config.txt"
|
||||
|
||||
kernel_script="${FLAGS_working_dir}/kernel.scr"
|
||||
|
Loading…
x
Reference in New Issue
Block a user