From 6af195aa68eacc541fd6dc1e5c0ea4958808bbec Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Mon, 7 Feb 2022 18:37:25 -0600 Subject: system: image: Add wsl2 support. * gnu/image.scm ()[format]: Add wsl2 support. * gnu/system/image.scm (wsl2-image, wsl2-image-type): New variables. (image->root-file-system): Add wsl2 image support. (system-image): Ditto. --- gnu/image.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/image.scm') diff --git a/gnu/image.scm b/gnu/image.scm index b2ef0f60af..523653dd77 100644 --- a/gnu/image.scm +++ b/gnu/image.scm @@ -152,7 +152,7 @@ that is not in SET, mentioning FIELD in the error message." ;; The supported image formats. (define-set-sanitizer validate-image-format format - (disk-image compressed-qcow2 docker iso9660 tarball)) + (disk-image compressed-qcow2 docker iso9660 tarball wsl2)) ;; The supported partition table types. (define-set-sanitizer validate-partition-table-type partition-table-type -- cgit 1.4.1