From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1UKM-0006M2-9R for guix-patches@gnu.org; Fri, 21 Apr 2017 04:54:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1UKI-00010Y-Er for guix-patches@gnu.org; Fri, 21 Apr 2017 04:54:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33288) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d1UKI-00010O-9j for guix-patches@gnu.org; Fri, 21 Apr 2017 04:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d1UKI-0001Bb-3K for guix-patches@gnu.org; Fri, 21 Apr 2017 04:54:02 -0400 Subject: bug#26544: [PATCH v2 4/8] system: Introduce operating-system-kernel-arguments and use it. Resent-Message-ID: References: <20170421022127.20524-1-dannym@scratchpost.org> <20170421022127.20524-5-dannym@scratchpost.org> From: Mathieu Othacehe In-reply-to: <20170421022127.20524-5-dannym@scratchpost.org> Date: Fri, 21 Apr 2017 10:53:25 +0200 Message-ID: <86bmrqkupm.fsf@gmail.com> 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: Danny Milosavljevic Cc: 26544@debbugs.gnu.org > +(define (bootable-kernel-arguments kernel-arguments system root-device) > + "Prepend extra arguments to KERNEL-ARGUMENTS that allow SYSTEM to be > +booted from ROOT-DEVICE" You could precise in this docstring that system is a derivation. Mathieu