guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: images: hurd: Add hurd-barebones-qcow2-image.


From: guix-commits
Subject: 02/03: images: hurd: Add hurd-barebones-qcow2-image.
Date: Tue, 29 Sep 2020 05:43:10 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 644cdc819fc6c49bbfcfa48d2d2cd52034862d2b
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Sep 29 11:40:58 2020 +0200

    images: hurd: Add hurd-barebones-qcow2-image.
    
    * gnu/system/images/hurd.scm (hurd-barebones-qcow2-image): New variable.
---
 gnu/system/images/hurd.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/system/images/hurd.scm b/gnu/system/images/hurd.scm
index d87640e..6d46eb5 100644
--- a/gnu/system/images/hurd.scm
+++ b/gnu/system/images/hurd.scm
@@ -31,7 +31,8 @@
   #:use-module (gnu system image)
   #:export (hurd-barebones-os
             hurd-disk-image
-            hurd-barebones-disk-image))
+            hurd-barebones-disk-image
+            hurd-barebones-qcow2-image))
 
 (define hurd-barebones-os
   (operating-system
@@ -87,3 +88,9 @@
    (inherit hurd-disk-image)
    (name 'hurd-barebones-disk-image)
    (operating-system hurd-barebones-os)))
+
+(define hurd-barebones-qcow2-image
+  (image
+   (inherit hurd-barebones-disk-image)
+   (name 'hurd-barebones.qcow2)
+   (format 'compressed-qcow2)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]