bug#52680: installer error

2022-02-02 Thread Mathieu Othacehe
Pushed, thanks. Mathieu

bug#52680: installer error

2021-12-27 Thread Mathieu Othacehe
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

bug#52680: installer error

2021-12-27 Thread Josselin Poiret via Bug reports for GNU Guix
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,

bug#52680: installer error

2021-12-27 Thread Mathieu Othacehe
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

bug#52680: installer error

2021-12-27 Thread Mathieu Othacehe
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<