Merge "Set Grub timeout to 0 for fast boot times"
This commit is contained in:
commit
d7b568f73d
@ -477,6 +477,9 @@ if [ "$DIB_LOCAL_ELEMENTS" ]; then
|
|||||||
AMP_element_sequence="$AMP_element_sequence $DIB_LOCAL_ELEMENTS"
|
AMP_element_sequence="$AMP_element_sequence $DIB_LOCAL_ELEMENTS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Set Grub timeout to 0 (no timeout) for fast boot times
|
||||||
|
export DIB_GRUB_TIMEOUT=${DIB_GRUB_TIMEOUT:-0}
|
||||||
|
|
||||||
# Build the image
|
# Build the image
|
||||||
|
|
||||||
export DIB_CLOUD_INIT_DATASOURCES=$CLOUD_INIT_DATASOURCES
|
export DIB_CLOUD_INIT_DATASOURCES=$CLOUD_INIT_DATASOURCES
|
||||||
|
Loading…
Reference in New Issue
Block a user