From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: 01/02: tests: Increase root partitions size to 2G. Date: Wed, 28 Nov 2018 19:19:39 +0900 Message-ID: <871s755wth.fsf@gmail.com> References: <20181128090243.10004.18372@vcs0.savannah.gnu.org> <20181128090244.04E58209C4@vcs0.savannah.gnu.org> <87d0qp7cqt.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]:52757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRwwh-0004t0-28 for guix-devel@gnu.org; Wed, 28 Nov 2018 05:19:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRwwd-00016I-Up for guix-devel@gnu.org; Wed, 28 Nov 2018 05:19:51 -0500 In-reply-to: <87d0qp7cqt.fsf@gnu.org> 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" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Hi Ludo, > As discussed in , the =E2=80=9C1G= =E2=80=9D bit > is somewhat part of the test: it ensures a bare-bones install doesn=E2=80= =99t > take more than that. So I=E2=80=99d really like to keep it like this. Hmm, I think I understand the problem, I added a few packages in 'installation-os' for font management in kmscon (fontconfig, font-dejavu and font-gnu-unifont) and they end-up in the disk-image via 'operating-system-add-packages' call. So maybe I should remove them in (gnu tests install) to avoid increasing the limit, WDYT? Thanks, Mathieu