From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLuNZ-0006Y8-9R for guix-patches@gnu.org; Mon, 04 Dec 2017 12:18:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLuNW-0000mZ-1p for guix-patches@gnu.org; Mon, 04 Dec 2017 12:18:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37069) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eLuNV-0000mV-Tn for guix-patches@gnu.org; Mon, 04 Dec 2017 12:18:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eLuNV-00067j-Mz for guix-patches@gnu.org; Mon, 04 Dec 2017 12:18:01 -0500 Subject: [bug#29409] [PATCH] build: utils: Introduce dd. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <877euhtjkj.fsf@gmail.com> <1512038828-10822-1-git-send-email-m.othacehe@gmail.com> <87609qhax6.fsf@gnu.org> <87609m5zu5.fsf@gmail.com> <871skao8o4.fsf@gnu.org> <874lp65w1w.fsf@gmail.com> Date: Mon, 04 Dec 2017 18:17:26 +0100 In-Reply-To: <874lp65w1w.fsf@gmail.com> (Mathieu Othacehe's message of "Mon, 04 Dec 2017 16:53:31 +0100") Message-ID: <87d13ummzd.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Mathieu Othacehe Cc: 29409@debbugs.gnu.org Mathieu Othacehe skribis: > From 143057ead198a75e8a7a2bb1bb706402dcb7d4c3 Mon Sep 17 00:00:00 2001 > From: Mathieu Othacehe > Date: Fri, 1 Dec 2017 14:09:38 +0100 > Subject: [PATCH] bootloader: extlinux: Stop using dd binary. > > * gnu/bootloader/extlinux.scm (dd): Remove it, > (install-extlinux): replace dd call by Guile I/O procedures. > * gnu/system/vm.scm (qemu-image): Add (ice-9 binary-ports) to used-modules > list to provide "get-bytevector-n" and "put-bytevector". > * guix/scripts/system.scm (bootloader-installer-derivation): Ditto. Perfect, thank you! Ludo=E2=80=99.