summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-05-25 10:11:09 +0300
committerLars Wirzenius <liw@liw.fi>2020-05-25 10:11:09 +0300
commitb42511b6cf58a20305ccc2faf361126983126c47 (patch)
tree314e04a3cd62ed1db88bcde4a98694b69a75d3f8 /NEWS
parentade2b23672b5651f978d3f13348d3894bba6cc9a (diff)
downloadvmdb2-b42511b6cf58a20305ccc2faf361126983126c47.tar.gz
feat(grub): add timeout setting
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c31a725..2b620d7 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ Version 0.15+git, not yet released
* Add a `quiet` field to the grub step to configure the kernel boot to
be quiet or not. Default is now not quiet, which is a change from before.
+* Add a `timeout` field to the grub step to configure grub menu
+ timeout. Default is now zero seconds, which is a change from the
+ Debian default of five seconds.
+
Version 0.15, released 2020-05-05
------------------------------------