aboutsummaryrefslogtreecommitdiff
path: root/src/property/chroot.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-21 16:51:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-21 16:51:24 -0700
commit8a1a0c2d03e6eb00be44152c9464fa2527602fd8 (patch)
treea4e0e9315a261128272db68ca1006034a4394cee /src/property/chroot.lisp
parent168a2039a88cd0698a8cc27f92f9ec6109d97f83 (diff)
downloadconsfigurator-8a1a0c2d03e6eb00be44152c9464fa2527602fd8.tar.gz
tweak description of CHROOT:OS-BOOTSTRAPPED
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/chroot.lisp')
-rw-r--r--src/property/chroot.lisp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/property/chroot.lisp b/src/property/chroot.lisp
index 692b2e2..e3a6ee3 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -78,9 +78,8 @@
(unapply (service:no-services))))))))
"Bootstrap an OS into ROOT and apply PROPERTIES.
OPTIONS is a plist of values to pass to the OS-specific bootstrapping property."
- (:desc
- (declare (ignore options properties))
- #?"Built chroot ${root}")
+ (:desc (declare (ignore options properties))
+ #?"Built chroot @ ${root}")
(%os-bootstrapper-installed host)
(%os-bootstrapped options root host)
(deploys `((:chroot :into ,root)) host))