diff options
| -rw-r--r-- | gnu/build/hurd-boot.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/build/hurd-boot.scm b/gnu/build/hurd-boot.scm index 23ace25d4f4..5d1083a925a 100644 --- a/gnu/build/hurd-boot.scm +++ b/gnu/build/hurd-boot.scm | |||
| @@ -294,10 +294,10 @@ set." | |||
| 294 | (false-if-EEXIST (symlink "/servers/socket/2" (scope "servers/socket/inet"))) | 294 | (false-if-EEXIST (symlink "/servers/socket/2" (scope "servers/socket/inet"))) |
| 295 | (false-if-EEXIST (symlink "/servers/socket/26" (scope "servers/socket/inet6"))) | 295 | (false-if-EEXIST (symlink "/servers/socket/26" (scope "servers/socket/inet6"))) |
| 296 | 296 | ||
| 297 | ;; Make sure /etc/mtab is a symlink to /proc/mounts. | 297 | ;; Make sure /var/run/mtab is a symlink to /proc/mounts. |
| 298 | (false-if-exception (delete-file (scope "etc/mtab"))) | 298 | (false-if-exception (delete-file (scope "var/run/mtab"))) |
| 299 | (mkdir* (scope "etc")) | 299 | (mkdir* (scope "var/run")) |
| 300 | (symlink "/proc/mounts" (scope "etc/mtab"))) | 300 | (symlink "/proc/mounts" (scope "var/run/mtab"))) |
| 301 | 301 | ||
| 302 | 302 | ||
| 303 | (define* (boot-hurd-system #:key (on-error 'debug)) | 303 | (define* (boot-hurd-system #:key (on-error 'debug)) |
