aboutsummaryrefslogtreecommitdiff
path: root/src/property/chroot.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-17 18:58:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-18 09:55:57 -0700
commit2ec53b9d3e0ca7eadab33ceba03ffa8b55e3f26e (patch)
treedf8d53338fe14f344e3d7ba1de4280a22db313ab /src/property/chroot.lisp
parent41cb07d70260a952ca452ef49db6fedb9246ae4d (diff)
downloadconsfigurator-2ec53b9d3e0ca7eadab33ceba03ffa8b55e3f26e.tar.gz
CHROOT:OS-BOOTSTRAPPED: add IGNORE declaration
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/chroot.lisp')
-rw-r--r--src/property/chroot.lisp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/property/chroot.lisp b/src/property/chroot.lisp
index 88c46ab..daf39fa 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -31,6 +31,8 @@
(defproplist os-bootstrapped :posix
(options root properties &aux (host (make-host :propspec properties)))
- (:desc "Built chroot ${root}")
+ (:desc
+ (declare (ignore options host))
+ #?"Built chroot ${root}")
(%os-bootstrapped options root host)
(deploys `((:chroot :into ,root)) host))