guix-commits
[Top][All Lists]
Advanced

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

01/01: vm: Honor the VOLATILE? parameter when producing a system disk im


From: guix-commits
Subject: 01/01: vm: Honor the VOLATILE? parameter when producing a system disk image.
Date: Mon, 18 Nov 2019 00:07:57 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 67ed5442127e5baf2a7caba7a112c9639feecee3
Author: Maxim Cournoyer <address@hidden>
Date:   Mon Nov 18 13:54:32 2019 +0900

    vm: Honor the VOLATILE? parameter when producing a system disk image.
    
    * gnu/system/vm.scm (system-disk-image): Honor the VOLATILE? parameter 
instead
    of hard coding its value to #t.
    
    Reported-by: Jelle Licht <address@hidden>
---
 gnu/system/vm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index ac6e4de..3fa9fd4 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -678,7 +678,7 @@ to USB sticks meant to be read-only."
                (initrd (lambda (file-systems . rest)
                          (apply (operating-system-initrd os)
                                 file-systems
-                                #:volatile-root? #t
+                                #:volatile-root? volatile?
                                 rest)))
 
                (bootloader (if (string=? "iso9660" file-system-type)



reply via email to

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