vm-image: Use the actual file name of the current file.
* gnu/system/examples/vm-image.tmpl (this-file): Use 'basename' and 'current-source-location'.
This commit is contained in:
parent
272db5bcf5
commit
1ac6c33cae
|
@ -22,7 +22,8 @@ accounts.\x1b[0m
|
|||
"))
|
||||
|
||||
(define this-file
|
||||
(local-file "./vm-image.tmpl" "config.scm"))
|
||||
(local-file (basename (assoc-ref (current-source-location) 'filename))
|
||||
"config.scm"))
|
||||
|
||||
|
||||
(operating-system
|
||||
|
|
Loading…
Reference in New Issue