image: Add bootloader installation support.
authorMathieu Othacehe <othacehe@gnu.org>
Sat, 23 May 2020 17:09:53 +0000 (19:09 +0200)
committerMathieu Othacehe <othacehe@gnu.org>
Fri, 29 May 2020 06:40:03 +0000 (08:40 +0200)
commit9c1adb240016261d6263e8d7d0308040542f3c60
tree85745d8771e0135b7ab574fab0677044ae34a84d
parent7202895e5afa9922ba06eaba295645b08d6fd254
image: Add bootloader installation support.

* gnu/build/image.scm (initialize-root-partition): Add bootloader-package and
bootloader-installer arguments. Run the bootloader-installer if defined.
* gnu/system/image.scm (system-disk-image): Adapt the partition initializer
call accordingly.
gnu/build/image.scm
gnu/system/image.scm