From c6c6f60334a63c1cf539c374342e7bf2c1f9197a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 27 Apr 2022 18:20:38 -0700 Subject: replace RUNNING-ON-TARGET parameters with contained factors Signed-off-by: Sean Whitton --- src/package.lisp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/package.lisp') diff --git a/src/package.lisp b/src/package.lisp index 154b859..66a91f6 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -724,7 +724,8 @@ #:consfigurator.property.installer) (:local-nicknames (#:os #:consfigurator.property.os) (#:file #:consfigurator.property.file) - (#:apt #:consfigurator.property.apt)) + (#:apt #:consfigurator.property.apt) + (#:container #:consfigurator.property.container)) (:export #:grub #:grub-installed)) @@ -732,7 +733,8 @@ (:use #:consfigurator.property.disk #:consfigurator.property.installer) (:local-nicknames (#:os #:consfigurator.property.os) - (#:apt #:consfigurator.property.apt)) + (#:apt #:consfigurator.property.apt) + (#:container #:consfigurator.property.container)) (:export #:install-rockchip #:installed-rockchip)) -- cgit v1.2.3