Merge "Set Grub timeout to 0 for fast boot times" into stable/ussuri

This commit is contained in:
Zuul 2020-09-24 06:27:07 +00:00 committed by Gerrit Code Review
commit c7fce7a8a5
1 changed files with 3 additions and 0 deletions

View File

@ -477,6 +477,9 @@ if [ "$DIB_LOCAL_ELEMENTS" ]; then
AMP_element_sequence="$AMP_element_sequence $DIB_LOCAL_ELEMENTS"
fi
# Set Grub timeout to 0 (no timeout) for fast boot times
export DIB_GRUB_TIMEOUT=${DIB_GRUB_TIMEOUT:-0}
# Build the image
export DIB_CLOUD_INIT_DATASOURCES=$CLOUD_INIT_DATASOURCES