diff options
author | Jan (janneke) Nieuwenhuizen <janneke@gnu.org> | 2020-06-25 21:47:51 +0200 |
---|---|---|
committer | Jan (janneke) Nieuwenhuizen <janneke@gnu.org> | 2020-06-25 22:52:12 +0200 |
commit | 2463a78d17673581978debff6c6c9fce7966980a (patch) | |
tree | de609a0194df6466535ef0c4f59a3b19181bcf45 /gnu/system/image.scm | |
parent | fd932862ac4b464bd2642be114f73ee39c1ad64f (diff) |
image: hurd: Initialize root partition for the Hurd.
This is a follow-up to commit b904b59ce592c89dfb4675a8c06757afed6738a0.
* gnu/system/image.scm (hurd-initialize-root-partition): Move to ...
* gnu/system/images/hurd.scm (hurd-initialize-root-partition): ... here.
(hurd-disk-image): Use it.
Diffstat (limited to 'gnu/system/image.scm')
-rw-r--r-- | gnu/system/image.scm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gnu/system/image.scm b/gnu/system/image.scm index bb73aea65a..a4cc2d1ef9 100644 --- a/gnu/system/image.scm +++ b/gnu/system/image.scm @@ -96,13 +96,6 @@ (flags '(boot)) (initializer (gexp initialize-root-partition)))) -(define hurd-initialize-root-partition - #~(lambda* (#:rest args) - (apply initialize-root-partition - (append args - (list #:make-device-nodes - make-hurd-device-nodes))))) - (define efi-disk-image (image (format 'disk-image) |