diff options
Diffstat (limited to 'gnu/services/virtualization.scm')
| -rw-r--r-- | gnu/services/virtualization.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/services/virtualization.scm b/gnu/services/virtualization.scm index 847c4ca7dda..bd1a5b870ce 100644 --- a/gnu/services/virtualization.scm +++ b/gnu/services/virtualization.scm | |||
| @@ -1904,7 +1904,9 @@ is added to the OS specified in CONFIG." | |||
| 1904 | '()) | 1904 | '()) |
| 1905 | #$@net-options | 1905 | #$@net-options |
| 1906 | #$@options | 1906 | #$@options |
| 1907 | "--hda" #+(system-image image) | 1907 | "--hda" #+(if (image? image) |
| 1908 | (system-image image) | ||
| 1909 | image) | ||
| 1908 | 1910 | ||
| 1909 | ;; Cause the service to be respawned if the guest | 1911 | ;; Cause the service to be respawned if the guest |
| 1910 | ;; reboots (it can reboot for instance if it did not | 1912 | ;; reboots (it can reboot for instance if it did not |
