summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-05-25 09:52:19 +0300
committerLars Wirzenius <liw@liw.fi>2020-05-25 10:02:52 +0300
commitade2b23672b5651f978d3f13348d3894bba6cc9a (patch)
treecb27028f014c40ea1914dba74570a8701571122e /NEWS
parent41b4db598d78706582192655b7ea65a9046f54ab (diff)
downloadvmdb2-ade2b23672b5651f978d3f13348d3894bba6cc9a.tar.gz
feat(grub): add optional quiet setting to grub step
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e17d765..c31a725 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,9 @@ Version 0.15+git, not yet released
output, meaning that progress output gets delayed until the buffer
fills up, and that's useless.
+* 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.
+
Version 0.15, released 2020-05-05
------------------------------------