Author: Tobias Geerinckx-Rice Upstream issue: Two files required to build the documentation (including man pages) are not included in the latest reposurgeon release, breaking ‘make all’. Luckily, they are tiny: --- a/docbook-extra.xml 1970-01-01 01:00:00.000000000 +0100 +++ b/docbook-extra.xml 2018-01-25 00:17:18.236727017 +0100 @@ -0,0 +1,5 @@ + + + +1 + diff -Naur reposurgeon-3.43/nofooter.conf reposurgeon-3.43-b/nofooter.conf --- a/nofooter.conf 1970-01-01 01:00:00.000000000 +0100 +++ b/nofooter.conf 2018-01-25 00:23:15.384498847 +0100 @@ -0,0 +1,2 @@ +[footer-text] + td class='sub'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-15bootloader: Factorize write-file-on-device....* gnu/bootloader/extlinux.scm (install-extlinux): Factorize bootloader writing in a new procedure write-file-on-device defined in (gnu build bootloader). * gnu/build/bootloader.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add new file. * gnu/system/vm.scm (qemu-img): Adapt to import and use (gnu build bootloader) module during derivation building. * gnu/scripts/system.scm (bootloader-installer-derivation): Ditto. Mathieu Othacehe
2017-12-04bootloader: 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. Mathieu Othacehe
2017-11-23bootloader: extlinux: Fix device tree path....* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Use kernel directory to format device tree file path. Mathieu Othacehe