diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index f1c650c97b..3e722d0815 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -177,6 +177,8 @@ (define builder (define* (iso9660-image #:key (name "iso9660-image") + file-system-label + file-system-uuid (system (%current-system)) (qemu qemu-minimal) os-drv @@ -211,7 +213,9 @@ (define* (iso9660-image #:key (make-iso9660-image #$(bootloader-package bootloader) #$bootcfg-drv #$os-drv - "/xchg/guixsd.iso") + "/xchg/guixsd.iso" + #:volume-id #$file-system-label + #:volume-uuid #$file-system-uuid) (reboot)))) #:system system #:make-disk-image? #f @@ -363,6 +367,8 @@ (define file-systems-to-keep (bootcfg (operating-system-bootcfg os))) (if (string=? "iso9660" file-system-type) (iso9660-image #:name name + #:file-system-label root-label + #:file-system-uuid #f #:os-drv os-drv #:bootcfg-drv bootcfg #:bootloader (bootloader-configuration-bootloader