aboutsummaryrefslogtreecommitdiff
path: root/src/property/chroot.lisp
diff options
context:
space:
mode:
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))