aboutsummaryrefslogtreecommitdiff
path: root/src/property/chroot.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-29 13:50:29 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-29 13:50:29 -0700
commita0f514ded6a2e53c1cb12ede4cf394aaa15cf025 (patch)
treea36a40a2f95ba09b8404edb4d5089d2464d34698 /src/property/chroot.lisp
parent708b9d6723976f5f6ffbab864245e1ca3ec632f0 (diff)
downloadconsfigurator-a0f514ded6a2e53c1cb12ede4cf394aaa15cf025.tar.gz
CHROOT:OS-BOOTSTRAPPED-FOR: fix description
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/chroot.lisp')
-rw-r--r--src/property/chroot.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/chroot.lisp b/src/property/chroot.lisp
index cdff3d0..e92bed8 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -92,7 +92,7 @@ starting services in the chroot, and set up access to parent hostattrs."
OPTIONS is a plist of values to pass to the OS-specific bootstrapping property."
(:desc
(declare (ignore options))
- #?"Built chroot for ${(get-hostname host)} @ ${root}")
+ #?"Built chroot for ${(get-hostname child-host*)} @ ${root}")
(%os-bootstrapper-installed child-host*)
(%os-bootstrapped options root child-host*)
(consfigurator:deploys `((:chroot :into ,root)) child-host))