summaryrefslogtreecommitdiff
path: root/gnu/build
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-10-08 12:15:06 +0200
committerLudovic Courtès <ludo@gnu.org>2020-10-08 12:26:56 +0200
commit44e65a75886282a01001179e01bff2b9e957eb0a (patch)
tree881775d4462753088cc9621e519f22a6780c84b4 /gnu/build
parent275b37e84c41e9bf79c1c28783352d453500e939 (diff)
downloadguix-patches-44e65a75886282a01001179e01bff2b9e957eb0a.tar
guix-patches-44e65a75886282a01001179e01bff2b9e957eb0a.tar.gz
hurd-boot: Create /servers/crash.
* gnu/build/hurd-boot.scm (set-hurd-device-translators): Create /servers/crash.
Diffstat (limited to 'gnu/build')
-rw-r--r--gnu/build/hurd-boot.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/build/hurd-boot.scm b/gnu/build/hurd-boot.scm
index adc8b4ce16..45d0040e60 100644
--- a/gnu/build/hurd-boot.scm
+++ b/gnu/build/hurd-boot.scm
@@ -244,6 +244,7 @@ set."
(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")))