From d3cde571f3bf9375d51fedce895fb400bd0304db Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 16 Apr 2022 14:48:26 -0700 Subject: CONSFIGURATOR.PROPERTY.U-BOOT: drop U-BOOT- prefix from symbols Signed-off-by: Sean Whitton --- src/property/u-boot.lisp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/property') diff --git a/src/property/u-boot.lisp b/src/property/u-boot.lisp index c9cb72c..467c062 100644 --- a/src/property/u-boot.lisp +++ b/src/property/u-boot.lisp @@ -23,18 +23,17 @@ ;; these available instead. (defmethod install-bootloader-propspec - ((type (eql 'u-boot-install-rockchip)) volume running-on-target + ((type (eql 'install-rockchip)) volume running-on-target &rest args &key &allow-other-keys) - `(u-boot-installed-rockchip ,volume ,running-on-target ,@args)) + `(installed-rockchip ,volume ,running-on-target ,@args)) (defmethod install-bootloader-binaries-propspec - ((type (eql 'u-boot-install-rockchip)) volume &key &allow-other-keys) + ((type (eql 'install-rockchip)) volume &key &allow-other-keys) '(os:etypecase (debianlike (apt:installed "u-boot-rockchip")))) -(defprop u-boot-installed-rockchip :posix - (volume running-on-target &key target) +(defprop installed-rockchip :posix (volume running-on-target &key target) (:desc "Installed U-Boot using Debian scripts") (:hostattrs (os:required 'os:debianlike) -- cgit v1.2.3