aboutsummaryrefslogtreecommitdiff
path: root/src/property/chroot.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-16 19:22:48 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-16 19:22:48 -0700
commit6de8c65930112143f77e8412aa60cf574e418ddb (patch)
tree019f579af5774efa2aac85799cae1cc00214643a /src/property/chroot.lisp
parent700b2e3198ec16ec029775927c5719de08b64199 (diff)
downloadconsfigurator-6de8c65930112143f77e8412aa60cf574e418ddb.tar.gz
CHROOT:OS-BOOTSTRAPPED-FOR: preprocess HOST argument
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/chroot.lisp')
-rw-r--r--src/property/chroot.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/property/chroot.lisp b/src/property/chroot.lisp
index d981811..5b6471c 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -69,7 +69,8 @@ services."
:propspec `(service:without-starting-services
,(propspec-props propspec))))))
-(defproplist os-bootstrapped-for :lisp (options root host)
+(defproplist os-bootstrapped-for :lisp
+ (options root host &aux (host (preprocess-host host)))
"Bootstrap an OS for HOST into ROOT and apply the properties of HOST.
OPTIONS is a plist of values to pass to the OS-specific bootstrapping property."
(:desc