fix(build_image): Remove noinitrd from default boot_args

This commit is contained in:
Michael Marineau 2013-08-14 13:15:20 -04:00
parent b75a356352
commit 2edd22024e

View File

@ -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."