image: Move hurd image definition to a dedicated file.
authorMathieu Othacehe <othacehe@gnu.org>
Sat, 13 Jun 2020 15:33:10 +0000 (17:33 +0200)
committerMathieu Othacehe <m.othacehe@gmail.com>
Wed, 24 Jun 2020 18:24:34 +0000 (20:24 +0200)
commitb904b59ce592c89dfb4675a8c06757afed6738a0
tree8645a9b3f5d2609c552c7d25017843821812de78
parentaf0307a099ecfe6364da69415933d56dba33e055
image: Move hurd image definition to a dedicated file.

This moves hurd-disk-image to a dedicated file. It also defines a default
operating-system so that the image can be built standalone.

* gnu/system/images/hurd.scm: New file,
* gnu/local.mk (GNU_SYSTEM_MODULES): add it,
* gnu/system/image.scm (root-offset, root-label): Export it,
(hurd-disk-image): remove it as this is now defined in the new, Hurd dedicated
file above,
(find-image): adapt to avoid loop dependency.
gnu/image.scm
gnu/local.mk
gnu/system/image.scm
gnu/system/images/hurd.scm [new file with mode: 0644]