Merge "Set Grub timeout to 0 for fast boot times"

This commit is contained in:
Zuul 2020-08-26 22:53:42 +00:00 committed by Gerrit Code Review
commit d7b568f73d
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