mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 06:01:41 +02:00
fix(build_library): cleanup kernel cmdline
don't be quiet, talk on tty0, and remove unneeded args Change-Id: I6d49d0b119528ecb8082d38e77066691039092cb
This commit is contained in:
parent
5ff06e1bfd
commit
9f544e77a2
@ -49,8 +49,8 @@ if [[ ${FLAGS_enable_rootfs_verification} -eq ${FLAGS_TRUE} ]]; then
|
||||
fi
|
||||
|
||||
# Common kernel command-line args
|
||||
common_args="quiet console=tty2 init=/sbin/init boot=local rootwait ro noresume"
|
||||
common_args="${common_args} noswap loglevel=1 ${FLAGS_boot_args}"
|
||||
common_args="init=/sbin/init console=tty0 boot=local rootwait ro noresume"
|
||||
common_args="${common_args} noswap ${FLAGS_boot_args}"
|
||||
|
||||
# Common verified boot command-line args
|
||||
verity_common="dm_verity.error_behavior=${FLAGS_verity_error_behavior}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user