From a0f514ded6a2e53c1cb12ede4cf394aaa15cf025 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 29 May 2021 13:50:29 -0700 Subject: CHROOT:OS-BOOTSTRAPPED-FOR: fix description Signed-off-by: Sean Whitton --- src/property/chroot.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3