From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id GM65BQAHAGCZcwAA0tVLHw (envelope-from ) for ; Thu, 14 Jan 2021 08:55:28 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id mESfAQAHAGA3KgAAB5/wlQ (envelope-from ) for ; Thu, 14 Jan 2021 08:55:28 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2F01194042E for ; Thu, 14 Jan 2021 08:55:27 +0000 (UTC) Received: from localhost ([::1]:52200 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kzyPd-0002ly-1C for larch@yhetil.org; Thu, 14 Jan 2021 03:55:25 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41532) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzyPI-0002lK-K4 for help-guix@gnu.org; Thu, 14 Jan 2021 03:55:04 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46739) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kzyPF-00047M-0x; Thu, 14 Jan 2021 03:55:02 -0500 Received: from [2a01:e0a:19b:d9a0:1538:87ab:3a95:7600] (port=51892 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kzyPE-0004uL-4M; Thu, 14 Jan 2021 03:55:00 -0500 From: Mathieu Othacehe To: jbranso@dismail.de Subject: Re: Single-board-computer approach: don't make an installer, make the install? References: <87sg74kitc.fsf@dustycloud.org> <87k0sgvqjs.fsf@gnu.org> <8735z4zk5j.fsf@dismail.de> Date: Thu, 14 Jan 2021 09:54:58 +0100 In-Reply-To: <8735z4zk5j.fsf@dismail.de> (Joshua Branson's message of "Wed, 13 Jan 2021 14:55:36 -0500") Message-ID: <87turj5259.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.86 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: 2F01194042E X-Spam-Score: -1.86 X-Migadu-Scanner: scn1.migadu.com X-TUID: 3wrQlZI/+ZgS Hello, > This is really well written. May I edit this article and reproduce it > for the guix blog and perhaps the guix manual? If ludo's ok with me > putting it on the blog, then I intend to end the blog post with "This > article first appeared in this personal blog (link here) and is > reproduced with permission." Thanks! I would happily review it :). There's for sure some work left on that topic. I'd like to: * Rename "disk-image" command to "image". * Add "docker" as a new image type. * Find a better way to enforce system/target constraints, as discussed here[1]. Mathieu [1]: https://issues.guix.gnu.org/45020