me
/
guix
Archived
1
0
Fork 0

hurd-boot: Create /servers/crash.

* gnu/build/hurd-boot.scm (set-hurd-device-translators): Create
/servers/crash.
master
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
1 changed files with 1 additions and 0 deletions

View File

@ -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")))