From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePnd1-0007xU-EU for guix-patches@gnu.org; Fri, 15 Dec 2017 05:54:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePncx-0005mk-9P for guix-patches@gnu.org; Fri, 15 Dec 2017 05:54:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54284) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ePncx-0005ku-5Q for guix-patches@gnu.org; Fri, 15 Dec 2017 05:54:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ePncw-00051I-4l for guix-patches@gnu.org; Fri, 15 Dec 2017 05:54:02 -0500 Subject: [bug#29409] [PATCH v2 2/4] bootloader: Factorize write-file-on-device. Resent-Message-ID: References: <1513162937-13145-1-git-send-email-m.othacehe@gmail.com> <1513162937-13145-2-git-send-email-m.othacehe@gmail.com> <87zi6kjn3j.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87zi6kjn3j.fsf@gnu.org> Date: Fri, 15 Dec 2017 11:53:02 +0100 Message-ID: <87wp1o9sa9.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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 29409@debbugs.gnu.org > Please mention all the files in the commit log. > > Otherwise LGTM, thanks! Thanks, fixed and pushed. Mathieu