Re: Guix System on a GCE VM -- Success

2020-04-08 Thread elaexuotee
elaexuotee--- via "Development of GNU Guix and the GNU System distribution." wrote: > > This all looks pretty nifty! Just to be clear, under which license did > > you make this script available? > > Ouch. That was a major oversight. Thanks for bringing this up! > I went ahead and put it under th

Re: Guix System on a GCE VM -- Success

2020-04-08 Thread Development of GNU Guix and the GNU System distribution.
> This all looks pretty nifty! Just to be clear, under which license did > you make this script available? Ouch. That was a major oversight. Thanks for bringing this up! I went ahead and put it under the BSD-3-CLAUSE. Attached is the same source with a copyright notice and license header. signa

Re: Guix System on a GCE VM -- Success

2020-04-08 Thread Jonathan Brielmaier
On 08.04.20 05:16, elaexuo...@wilsonb.com wrote: > The boot problem fix boils down to this: > > (initrd-modules (cons "virtio_scsi" %base-initrd-modules)) > > Referencing Google's documentation on operating system requirements [2], we > see > that their VMs run with Virtio-SCSI controllers; ho

Re: Guix System on a GCE VM -- Success

2020-04-08 Thread Jelle Licht
Hey there, elaexuo...@wilsonb.com writes: > To simplify the process I created a script capable of setting up a GCE > instance > from a local qcow2 image, which I am also attaching. The script is intentially > not a simple turnkey solution, since you should be somewhat familiar with the > GCE inf