unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#28335] [PATCH] vm: Remove redundant conditional in system-disk-image.
@ 2017-09-03 10:59 Christopher Baines
  2017-09-04 12:44 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2017-09-03 10:59 UTC (permalink / raw)
  To: 28335

* gnu/system/vm.scm (system-disk-image): Remove redundant conditional for
  #:file-system-type when calling qemu-image.
---
 gnu/system/vm.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 4494af003..b3da11876 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -403,10 +403,7 @@ to USB sticks meant to be read-only."
                                     (operating-system-bootloader os))
                       #:disk-image-size disk-image-size
                       #:disk-image-format "raw"
-                      #:file-system-type (if (string=? "iso9660"
-                                                       file-system-type)
-                                             "ext4"
-                                             file-system-type)
+                      #:file-system-type file-system-type
                       #:file-system-label root-label
                       #:copy-inputs? #t
                       #:register-closures? #t
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#28335] [PATCH] vm: Remove redundant conditional in system-disk-image.
  2017-09-03 10:59 [bug#28335] [PATCH] vm: Remove redundant conditional in system-disk-image Christopher Baines
@ 2017-09-04 12:44 ` Ludovic Courtès
  2017-09-04 21:35   ` bug#28335: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-09-04 12:44 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 28335

Christopher Baines <mail@cbaines.net> skribis:

> * gnu/system/vm.scm (system-disk-image): Remove redundant conditional for
>   #:file-system-type when calling qemu-image.

OK!

Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#28335: [PATCH] vm: Remove redundant conditional in system-disk-image.
  2017-09-04 12:44 ` Ludovic Courtès
@ 2017-09-04 21:35   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2017-09-04 21:35 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 28335-done

[-- Attachment #1: Type: text/plain, Size: 330 bytes --]

On Mon, 04 Sep 2017 14:44:34 +0200
ludo@gnu.org (Ludovic Courtès) wrote:

> Christopher Baines <mail@cbaines.net> skribis:
> 
> > * gnu/system/vm.scm (system-disk-image): Remove redundant
> > conditional for #:file-system-type when calling qemu-image.  
> 
> OK!

Pushed as 4138e782dcfea675ebc2347cbd4ea9abeb9dff36 :)

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 963 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-04 21:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-03 10:59 [bug#28335] [PATCH] vm: Remove redundant conditional in system-disk-image Christopher Baines
2017-09-04 12:44 ` Ludovic Courtès
2017-09-04 21:35   ` bug#28335: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).