mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-15 20:52:34 +01:00
fix(build_image): Remove noinitrd from default boot_args
This commit is contained in:
parent
b75a356352
commit
2edd22024e
@ -17,7 +17,7 @@ DEFINE_string adjust_part "" \
|
||||
"Adjustments to apply to the partition table"
|
||||
DEFINE_string board "${DEFAULT_BOARD}" \
|
||||
"The board to build an image for."
|
||||
DEFINE_string boot_args "noinitrd" \
|
||||
DEFINE_string boot_args "" \
|
||||
"Additional boot arguments to pass to the commandline"
|
||||
DEFINE_boolean enable_bootcache ${FLAGS_FALSE} \
|
||||
"Default all bootloaders to NOT use boot cache."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user