Skip to content
Snippets Groups Projects
Unverified Commit 44e65a75 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

hurd-boot: Create /servers/crash.

* gnu/build/hurd-boot.scm (set-hurd-device-translators): Create
/servers/crash.
parent 275b37e8
No related branches found
No related tags found
No related merge requests found
......@@ -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")))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment