diff options
| -rw-r--r-- | gnu/system/file-systems.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/file-systems.scm b/gnu/system/file-systems.scm index a06c173a709..33926444b69 100644 --- a/gnu/system/file-systems.scm +++ b/gnu/system/file-systems.scm | |||
| @@ -208,7 +208,7 @@ initrd code." | |||
| 208 | ;; https://github.com/docker/libcontainer/blob/master/SPEC.md#filesystem | 208 | ;; https://github.com/docker/libcontainer/blob/master/SPEC.md#filesystem |
| 209 | (define %container-file-systems | 209 | (define %container-file-systems |
| 210 | (list | 210 | (list |
| 211 | ;; Psuedo-terminal file system. | 211 | ;; Pseudo-terminal file system. |
| 212 | (file-system | 212 | (file-system |
| 213 | (device "none") | 213 | (device "none") |
| 214 | (mount-point "/dev/pts") | 214 | (mount-point "/dev/pts") |
