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

This commit is contained in:
Zuul 2021-01-15 09:25:09 +00:00 committed by Gerrit Code Review
commit 67db3cda61
1 changed files with 3 additions and 0 deletions

View File

@ -427,6 +427,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