all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jimmy Thrasibule <jimmy.thrasibule@gmail.com>
To: Julien Lepiller <julien@lepiller.eu>
Cc: help-guix@gnu.org
Subject: Re: system docker-image needs file-system
Date: Wed, 15 Jan 2020 23:43:25 +0100	[thread overview]
Message-ID: <CAMqSRmBBUn77jqg_6PRYBBASD0uLTcX8ZSkFF5KP2X3LPzdACQ@mail.gmail.com> (raw)
In-Reply-To: <6508D976-7434-4D82-8B95-453A91920228@lepiller.eu>

I got it working by using


    (bootloader (bootloader-configuration
                 (bootloader grub-efi-bootloader)
                 (target "noop")))

    (file-systems (list (file-system
                         (device "noop")
                         (mount-point "/")
                         (type "noop"))))


Your suggestion seems to be working for (file-systems) but not (bootloader):

    Wrong type argument in position 1 (expecting struct): #f


Le mer. 15 janv. 2020 à 21:19, Julien Lepiller <julien@lepiller.eu> a
écrit :

> Le 15 janvier 2020 15:01:18 GMT-05:00, Josh Marshall <
> joshua.r.marshall.1991@gmail.com> a écrit :
> >I'll second this.  It is one of my expected use cases.
> >
> >On Wed, Jan 15, 2020, 13:32 Jimmy Thrasibule
> ><jimmy.thrasibule@gmail.com>
> >wrote:
> >
> >> Hi,
> >>
> >> I'm trying to use Guix in order to create a Docker image. However,
> >I'm
> >> forced to set both ``bootloader`` and ``file-systems`` initializers:
> >>
> >>     system.scm:29:0: error: missing field initializers (bootloader
> >> file-systems)
> >>
> >> For a Docker image this is quite unexpected. I'm wondering whether
> >there is
> >> a way to bypass this limitation?
> >>
> >> Regards,
> >> Jimmy
> >>
>
> Not sure if that will work, but have you tried:
>
> (bootloader #f)
> (file-systems '())
>
> ?
>
>

  reply	other threads:[~2020-01-15 22:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-15 16:17 system docker-image needs file-system Jimmy Thrasibule
2020-01-15 20:01 ` Josh Marshall
2020-01-15 20:19   ` Julien Lepiller
2020-01-15 22:43     ` Jimmy Thrasibule [this message]
2020-01-16  7:31       ` Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMqSRmBBUn77jqg_6PRYBBASD0uLTcX8ZSkFF5KP2X3LPzdACQ@mail.gmail.com \
    --to=jimmy.thrasibule@gmail.com \
    --cc=help-guix@gnu.org \
    --cc=jimmy@thrasibule.mx \
    --cc=julien@lepiller.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.