Hi, guix-comm...@gnu.org skribis:
> efraim pushed a commit to branch master > in repository guix. > > commit 3c515b22255c8ca4a727ba230168cf1083979086 > Author: Efraim Flashner <efr...@flashner.co.il> > Date: Tue Dec 11 16:42:56 2018 +0200 > > doc: Example vm-image doesn't need firmware. > > * gnu/system/examples/vm-image.tmpl (firmware): New field, explicitly > empty list. > --- > gnu/system/examples/vm-image.tmpl | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/gnu/system/examples/vm-image.tmpl > b/gnu/system/examples/vm-image.tmpl > index 36e2727..f149f67 100644 > --- a/gnu/system/examples/vm-image.tmpl > +++ b/gnu/system/examples/vm-image.tmpl > @@ -24,6 +24,8 @@ partprobe, and then 2) resizing the filesystem with > resize2fs.\n")) > (timezone "Etc/UTC") > (locale "en_US.utf8") > > +(firmware '()) Two things: (1) the indentation is off ;-), and (2) shouldn’t we set ‘firmware’ directly in ‘virtualized-operating-system’ in (gnu system vm)? Thanks, Ludo’.