From 0c4336893f4781da3abf9390e8a9c3601083e5f3 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 25 Nov 2021 14:09:01 -0700 Subject: EVAL-IN-REINVOKED: use a more descriptive name for the dumped image The name will show up in, e.g., top(1) inside containers. Signed-off-by: Sean Whitton --- src/image.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/image.lisp') diff --git a/src/image.lisp b/src/image.lisp index c309442..6f5b1f6 100644 --- a/src/image.lisp +++ b/src/image.lisp @@ -180,7 +180,7 @@ respectively, and evaluate FORMS." ;; Don't want to use ~/.cache/consfigurator/images because want to write ;; to a tmpfs/ramdisk if possible. `(with-local-temporary-directory (,tempdir) - (let ((file (merge-pathnames "image" ,tempdir))) + (let ((file (merge-pathnames "consfigurator" ,tempdir))) (%dump-consfigurator-in-grandchild file ,(wrap-grandchild-request prerequest) ;; Try to ensure that the new fork control child does not end up -- cgit v1.2.3