bug#44353: [PATCH version-1.2.0 v2 3/3] doc: Detail which bootloader get used with disk-image or vm-image.

2020-11-12 Thread Ludovic Courtès
Hi, Mathieu Othacehe skribis: >> +@example >> +image=$(guix system disk-image --image-type=qcow2 \ >> + gnu/system/examples/lightweight-desktop.tmpl) >> +cp $image /tmp/my-image.qcow2 >> +chmod +rw /tmp/my-image.qcow2 >> +qemu-system-x86_64 -enable-kvm -hda /tmp/my-image.qcow2 -m

bug#44353: [PATCH version-1.2.0 v2 3/3] doc: Detail which bootloader get used with disk-image or vm-image.

2020-11-12 Thread Mathieu Othacehe
Hey, > +@example > +image=$(guix system disk-image --image-type=qcow2 \ > + gnu/system/examples/lightweight-desktop.tmpl) > +cp $image /tmp/my-image.qcow2 > +chmod +rw /tmp/my-image.qcow2 > +qemu-system-x86_64 -enable-kvm -hda /tmp/my-image.qcow2 -m 1000 > + -bios

bug#44353: [PATCH version-1.2.0 v2 3/3] doc: Detail which bootloader get used with disk-image or vm-image.

2020-11-11 Thread Maxim Cournoyer
* doc/guix.texi (Invoking guix system): Extend doc. --- doc/guix.texi | 31 ++- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index b7f1bc1f00..e15ee4092c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -30909,11