[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: hurd-boot: Create /servers/crash.
From: |
guix-commits |
Subject: |
06/06: hurd-boot: Create /servers/crash. |
Date: |
Thu, 8 Oct 2020 06:27:25 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 44e65a75886282a01001179e01bff2b9e957eb0a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 8 12:15:06 2020 +0200
hurd-boot: Create /servers/crash.
* gnu/build/hurd-boot.scm (set-hurd-device-translators): Create
/servers/crash.
---
gnu/build/hurd-boot.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/build/hurd-boot.scm b/gnu/build/hurd-boot.scm
index adc8b4c..45d0040 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")))
- branch master updated (31113b6 -> 44e65a7), guix-commits, 2020/10/08
- 01/06: gnu: gmsh: Update to 4.6.0., guix-commits, 2020/10/08
- 02/06: doc: Improve choice of options in service examples., guix-commits, 2020/10/08
- 05/06: system: Include 'guile-3.0-latest' in '%base-packages'., guix-commits, 2020/10/08
- 04/06: doc: Clarify that guix-daemon doesn't have to be launched from the checkout., guix-commits, 2020/10/08
- 03/06: doc: Developers don't need to run "make install" in Guix., guix-commits, 2020/10/08
- 06/06: hurd-boot: Create /servers/crash.,
guix-commits <=