Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update images.sh #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions OSImage/POS_Image-Graphical7/images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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