From 4c14064ddecccb9ebdd926c7119d15304e51c503 Mon Sep 17 00:00:00 2001 From: Don Vosburg Date: Fri, 12 Jan 2024 10:57:08 -0500 Subject: [PATCH] Update images.sh --- OSImage/POS_Image-Graphical7/images.sh | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/OSImage/POS_Image-Graphical7/images.sh b/OSImage/POS_Image-Graphical7/images.sh index 3b9d666..9bf2693 100644 --- a/OSImage/POS_Image-Graphical7/images.sh +++ b/OSImage/POS_Image-Graphical7/images.sh @@ -22,22 +22,10 @@ test -f /.kconfig && . /.kconfig test -f /.profile && . /.profile -if [ -f /usr/bin/venv-salt-call ] ; then - systemctl enable venv-salt-minion.service +systemctl enable salt-minion.service - # notify SUSE Manager about newly deployed image - systemctl enable image-deployed-bundle.service - - systemctl enable migrate-to-bundle.service - - # move the activation key injected by SUMA - mv /etc/salt/minion.d/kiwi_activation_key.conf /etc/venv-salt-minion/minion.d -else - systemctl enable salt-minion.service - - # notify SUSE Manager about newly deployed image - systemctl enable image-deployed.service -fi +# notify SUSE Manager about newly deployed image +systemctl enable image-deployed.service # install bootloader and generate boot menu systemctl enable install-local-bootloader.service