Message ID | 20190512103802.17032-2-ludo@gnu.org |
---|---|
State | Accepted |
Headers | show |
Series | Make 'guix system docker-image' readily usable | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | fail | Apply failed |
diff --git a/gnu/system/linux-container.scm b/gnu/system/linux-container.scm index 149c3d08a3..ded5f279fe 100644 --- a/gnu/system/linux-container.scm +++ b/gnu/system/linux-container.scm @@ -65,8 +65,8 @@ containerized OS." (string=? target "/") (and (string? source) (string-prefix? "/dev/" source)) - (string-prefix? "/dev" target) - (string-prefix? "/sys" target)))) + (string-prefix? "/dev/" target) + (string-prefix? "/sys/" target)))) (operating-system-file-systems os))) (define (mapping->fs fs)