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
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
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
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