guix-commits
[Top][All Lists]
Advanced

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]