From 8512a850bf9692052295e5242378011882d85976 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 1 Apr 2021 23:38:57 -0700 Subject: OS:TYPECASE->OS:ETYPECASE & OS:HOST-TYPECASE->OS:HOST-ETYPECASE Signed-off-by: Sean Whitton --- src/property/chroot.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/property/chroot.lisp') diff --git a/src/property/chroot.lisp b/src/property/chroot.lisp index 79126bd..23ee3f1 100644 --- a/src/property/chroot.lisp +++ b/src/property/chroot.lisp @@ -44,9 +44,9 @@ (defpropspec %os-bootstrapper-installed :posix (host) (:desc (declare (ignore host)) "OS bootstrapper installed") - `(os:host-typecase ,host + `(os:host-etypecase ,host (debian - (os:typecase + (os:etypecase (debianlike (apt:installed "debootstrap")))))) (defpropspec %os-bootstrapped :posix (options root host) @@ -55,7 +55,7 @@ ;; for sending to remote Lisp images (:desc (declare (ignore options root host)) "OS bootstrapped") (let ((host host)) - `(os:host-typecase ,host + `(os:host-etypecase ,host (debian (%debootstrapped ,root ,host ,@options))))) (defproplist os-bootstrapped :lisp -- cgit v1.2.3