X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/runlisp/blobdiff_plain/497e5a4a960fa8bdbd868a16aecc574c53a932b8..c7af83cd7374d95469252f4ee18dd4d157ab5b95:/runlisp.conf.5.in diff --git a/runlisp.conf.5.in b/runlisp.conf.5.in index 2e06f57..f225eb9 100644 --- a/runlisp.conf.5.in +++ b/runlisp.conf.5.in @@ -549,6 +549,19 @@ section, or a value determined at compile time. . .TP +.B @hash +Set by +.BR dump-runlisp-image (1) +to the hash +(a string of hexadecimal digits) +identifying the versions of the Lisp code included +\(en or to be included \(en +in a custom image. +This is constructed by hashing the result of evaluating the +.B lisp-version +expression in the system definition. +. +.TP .B @image-dir The directory in which .B runlisp @@ -566,6 +579,13 @@ section, or a value determined at compile time. . .TP +.B @image-link +The well-known name of the image; +actually a symbolic link to the `real' image file, +whose name includes a hash +which identifies the versions of the Lisp code included in the image. +. +.TP .B @image-new Set by .BR dump-runlisp-image (1) @@ -577,6 +597,14 @@ will rename the image into place itself, if the command completes successfully.) . .TP +.B @image-newlink +Set by +.BR dump-runlisp-image (1) +to the name to use for the updated symbolic link to the image file. +This is used internally, +and is not expected to be useful in Lisp system definitions. +. +.TP .B @image-out Set by .BR dump-runlisp-image (1)