From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1exGT0-0001PE-4k for guix-patches@gnu.org; Sat, 17 Mar 2018 14:22:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1exGSw-0002hp-RQ for guix-patches@gnu.org; Sat, 17 Mar 2018 14:22:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58982) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1exGSw-0002hC-OC for guix-patches@gnu.org; Sat, 17 Mar 2018 14:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1exGSw-0005j6-G1 for guix-patches@gnu.org; Sat, 17 Mar 2018 14:22:02 -0400 Subject: [bug#30572] [PATCH 3/7] vm: Allow control of deduplication in root-partition-initializer. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180222102933.4978-1-cmmarusich@gmail.com> <20180315040915.5556-1-cmmarusich@gmail.com> <20180315040915.5556-4-cmmarusich@gmail.com> Date: Sat, 17 Mar 2018 19:21:37 +0100 In-Reply-To: <20180315040915.5556-4-cmmarusich@gmail.com> (Chris Marusich's message of "Thu, 15 Mar 2018 05:09:11 +0100") Message-ID: <87efkipnpq.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Chris Marusich Cc: bug#30572 <30572@debbugs.gnu.org> Chris Marusich skribis: > * gnu/build/vm.scm (root-partition-initializer): Add #:deduplicate? > keyword argument. LGTM!