From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jimmy Thrasibule Subject: system docker-image needs file-system Date: Wed, 15 Jan 2020 17:17:53 +0100 Message-ID: Reply-To: jimmy@thrasibule.mx Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:33484) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irlMv-0003Yp-Pw for help-guix@gnu.org; Wed, 15 Jan 2020 11:18:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1irlMu-0006Fx-Q1 for help-guix@gnu.org; Wed, 15 Jan 2020 11:18:09 -0500 Received: from mail-wr1-x430.google.com ([2a00:1450:4864:20::430]:42689) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1irlMt-0006F0-Pe for help-guix@gnu.org; Wed, 15 Jan 2020 11:18:07 -0500 Received: by mail-wr1-x430.google.com with SMTP id q6so16267772wro.9 for ; Wed, 15 Jan 2020 08:18:06 -0800 (PST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org 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