Pushed, thanks.
Mathieu
Hey,
>> 1. We should hide vdb as it is an empty drive, maybe by requiring a
>> minimal available space. Josselin, what do you think about it?
>
> Looks good to me.
Here's an attached patch. It seems to work fine, but I am still running
the system tests.
WDYT?
Thanks,
Mathieu
>From d7cc04a71b4
Hello Matthieu and Florian,
Mathieu Othacehe writes:
> 1. We should hide vdb as it is an empty drive, maybe by requiring a
> minimal available space. Josselin, what do you think about it?
Looks good to me.
I think we should also gracefully handle formatting commands (and maybe
others) failures,
Hey,
> guix system image -t qcow2 gnu/system/install.scm
So, I produced a qcow2 installation image this way, imported it in
DigitalOcean, then created a droplet out of it.
The qcow2 image is resized to the droplet disk image size, 25GiB in my
case, and appears as vda disk. There is also an empt
Hello Florian,
> I did burn a fresh installer qcow2 image and then ran the installer at
> digital ocean.
Thanks for the report. You mean that you ran the following command?
--8<---cut here---start->8---
guix system image -t qcow2 gnu/system/install.scm
--8<