diff options
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/vm.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 4a0d68d2cd0..5791ca4ffaa 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -153,8 +153,7 @@ environment with the store shared with the host. MAPPINGS is a list of (remove (lambda (fs) (let ((target (file-system-mount-point fs)) (source (file-system-device fs))) - (or (string=? target (%store-prefix)) - (string=? target "/") + (or (string=? target "/") (and (string? source) (string-prefix? "/dev/" source)) |
