@@@ more wip
[runlisp] / runlisp-base.conf
index 692faa7..00bfa91 100644 (file)
@@ -111,8 +111,12 @@ dump-image-prelude =
          ${ignore-shebang}
          ${set-script-feature})
 
+;; Full pathname to custom image.
 image-path = ${@image-dir}/${image-file}
 
+;; Command to delete image.
+delete-image = rm -f ${image-path}
+
 ;;;--------------------------------------------------------------------------
 [sbcl]