[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#29409] [PATCH v2 2/4] bootloader: Factorize write-file-on-device.
From: |
Ludovic Courtès |
Subject: |
[bug#29409] [PATCH v2 2/4] bootloader: Factorize write-file-on-device. |
Date: |
Fri, 15 Dec 2017 11:34:56 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
address@hidden skribis:
> From: Mathieu Othacehe <address@hidden>
>
> * gnu/bootloader/extlinux.scm (install-extlinux): Factorize bootloader
> writing in a new procedure ...
> * gnu/bootloader.scm (write-file-on-device): ... defined and exported here.
> ---
> gnu/bootloader/extlinux.scm | 10 +++-------
> gnu/build/bootloader.scm | 37 +++++++++++++++++++++++++++++++++++++
> gnu/local.mk | 1 +
> gnu/system/vm.scm | 6 ++++--
> guix/scripts/system.scm | 6 ++++--
> 5 files changed, 49 insertions(+), 11 deletions(-)
> create mode 100644 gnu/build/bootloader.scm
Please mention all the files in the commit log.
Otherwise LGTM, thanks!
Ludo’.
[bug#29409] [PATCH v2 1/4] vm: Adapt qemu command to ARM., Ludovic Courtès, 2017/12/15