From 6de8c65930112143f77e8412aa60cf574e418ddb Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 16 Apr 2021 19:22:48 -0700 Subject: CHROOT:OS-BOOTSTRAPPED-FOR: preprocess HOST argument Signed-off-by: Sean Whitton --- src/property/chroot.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/property/chroot.lisp') 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 -- cgit v1.2.3