From 6279bd8b9d742b858a095fbca1159b2cf1df2431 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 29 Apr 2022 13:15:08 -0700 Subject: move OS::ARCHITECTURE slot from OS:LINUX to OS:DEBIANLIKE We already use this information in the sense of a distribution architecture rather than a kernel architecture, and the latter are differently grained. We might later want to have slots for both. Make OS:SUPPORTS-ARCH-P take OS objects as this simplifies existing usage. Restore the ORIGINAL-OS parameter to INSTALLER:CLEANLY-INSTALLED-ONCE. It was previously replaced in 446b8f4a8ef78cb4605cfb551255bb455be411f0. CHROOT::%OS-BOOTSTRAPPER-INSTALLED does not need the original host's architecture in most cases, and accepting an arbitrary propapp means we don't force the use of PACKAGE:INSTALLED. Signed-off-by: Sean Whitton --- src/property/disk.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/property/disk.lisp') diff --git a/src/property/disk.lisp b/src/property/disk.lisp index 3093280..ac55e9e 100644 --- a/src/property/disk.lisp +++ b/src/property/disk.lisp @@ -983,7 +983,7 @@ Currently only BIOS boot is implemented." "live-boot" "task-laptop" "libnss-myhostname" "syslinux-common" "isolinux") (caches-cleaned)))))) - (host-arch (os:linux-architecture (get-hostattrs-car :os host)))) + (host-arch (os:debian-architecture (get-hostattrs-car :os host)))) options (unless (member host-arch '(:amd64)) (inapplicable-property -- cgit v1.2.3