hurd-boot: Create /servers/crash.

* gnu/build/hurd-boot.scm (set-hurd-device-translators): Create
/servers/crash.
This commit is contained in:
Ludovic Courtès 2020-10-08 12:15:06 +02:00
parent 275b37e84c
commit 44e65a7588
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -244,6 +244,7 @@ (define devices
(false-if-EEXIST (symlink "/dev/fd/0" (scope "dev/stdin")))
(false-if-EEXIST (symlink "/dev/fd/1" (scope "dev/stdout")))
(false-if-EEXIST (symlink "/dev/fd/2" (scope "dev/stderr")))
(false-if-EEXIST (symlink "crash-dump-core" (scope "servers/crash")))
;; Make sure /etc/mtab is a symlink to /proc/mounts.
(false-if-exception (delete-file (scope "etc/mtab")))