From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 13/15] scripts: system: Add 'container' action. Date: Tue, 27 Oct 2015 18:41:08 +0100 Message-ID: <8737wwryyz.fsf@gnu.org> References: <1436188604-2813-1-git-send-email-dthompson2@worcester.edu> <1436188604-2813-13-git-send-email-dthompson2@worcester.edu> <87pp44gj11.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr8FI-0007v6-Ey for guix-devel@gnu.org; Tue, 27 Oct 2015 13:41:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zr8FH-0003Lg-Ic for guix-devel@gnu.org; Tue, 27 Oct 2015 13:41:16 -0400 In-Reply-To: (David Thompson's message of "Mon, 26 Oct 2015 20:24:21 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: "Thompson, David" Cc: guix-devel , David Thompson "Thompson, David" skribis: > From 5dde31ef51502726a2915cc4faba81f4fadb851c Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Mon, 8 Jun 2015 09:04:38 -0400 > Subject: [PATCH] scripts: system: Add 'container' action. > > * guix/scripts/system.scm (show-help): Display 'container' action. > (system-derivation-for-action, guix-system): Add 'container' case. > (perform-action): Skip GRUB config generation when building a container. > * doc/guix.texi (Invoking guix system): Document it. [...] > + ;; A range of 65536 uid/gids is used to cover 16 bits wort= h of > + ;; users and groups, which is sufficient for most cases. Should be enough for everyone. ;-) > (display (_ "\ > + container build a Linux container that shares the host's store= \n")) I=E2=80=99d remove =E2=80=9CLinux=E2=80=9D here (after all, we use libc=E2= =80=99s interface, which hopefully will be implemented for the Hurd eventually.) OK with this change, thank you! Ludo=E2=80=99.