image: Make the operating-system field mandatory.
[jackhill/guix/guix.git] / gnu / system / images / hurd.scm
index 77f7ff5..2c64117 100644 (file)
@@ -23,7 +23,7 @@
   #:use-module (gnu bootloader grub)
   #:use-module (gnu image)
   #:use-module (gnu packages ssh)
-  #:use-module (gnu platforms hurd)
+  #:use-module (guix platforms x86)
   #:use-module (gnu services)
   #:use-module (gnu services ssh)
   #:use-module (gnu system)
@@ -74,8 +74,9 @@
                            #:wal-mode? #f)))))
 
 (define hurd-disk-image
-  (image
+  (image-without-os
    (format 'disk-image)
+   (platform hurd)
    (partitions
     (list (partition
            (size 'guess)