build: bootloader: Add install-efi procedure.
authorMathieu Othacehe <m.othacehe@gmail.com>
Tue, 28 Apr 2020 14:17:59 +0000 (16:17 +0200)
committerMathieu Othacehe <m.othacehe@gmail.com>
Tue, 5 May 2020 14:08:33 +0000 (16:08 +0200)
commitf8fd1157174fd523d36dcfa756c965a54c30d5ae
treeb0522095d41e3a1441ede268de37ea7d55ad8944
parent892bbea750e5733979ee0423cbdfcea222b07925
build: bootloader: Add install-efi procedure.

* gnu/build/bootloader.scm (install-efi): New procedure copied from (gnu build vm).
(install-efi-loader): New exported procedure, wrapping install-efi.
* gnu/build/vm.scm (initialize-hard-disk): Adapt to use install-efi-loader.
gnu/build/bootloader.scm
gnu/build/vm.scm