Re: How to boot GuixSD in LXD

2016-12-22 Thread David Braun
On Sun, Dec 18, 2016 at 2:27 PM, David Craven david-at-craven.ch |Guix-box| <7br2j1e...@sneakemail.com> wrote: > That sounds like it could work. I believe what you are looking for is > the boot script contained in a system derivation. If you used guix > system init to create the LXD image, you can

Re: How to boot GuixSD in LXD

2016-12-22 Thread David Braun
On Mon, Dec 19, 2016 at 9:24 AM, ludo-at-gnu.org |Guix-box| < 2wkutze...@sneakemail.com> wrote: > > Scary, no? :-) > Haha, yes! > HTH! > Thank you, it did! Best, David

Re: How to boot GuixSD in LXD

2016-12-19 Thread Ludovic Courtès
David Craven skribis: > The boot script: > (eval-when (expand load eval) (set! %load-path (cons > "/gnu/store/gi2zry48hdsr87yvasc3nv7niixab8lw-module-import" > %load-path)) (set! %load-compiled-path (cons > "/gnu/store/dz6yx4q81zb3pxvysblfd68lgwrya9a2-module-import-compiled" > %load-compiled-path

Re: How to boot GuixSD in LXD

2016-12-18 Thread David Craven
Hi David, I'm not familiar with LXD, so it might be helpful if you could share more details of how you created the LXD image. > Now when I attempt to launch the image, LXD fails when it tries to start > /sbin/init and can't find it. I understand that GuixSD uses Shepherd > instead of init. What