MT#62436 Remove workaround for vboxadd services

We have made these services conditional on running inside a VirtualBox
VM, so we do not need to remove them anymore.

Change-Id: I6dc563688ba5b0c5e935b0cb88767fcb05ab9a19
mr13.3.1
Guillem Jover 3 weeks ago
parent 8dbd67c82d
commit dfd46069e7

@ -1186,12 +1186,6 @@ vagrant_configuration() {
echo "Commit /etc/* changes using etckeeper"
grml-chroot "${TARGET}" etckeeper commit "Vagrant/VirtualBox changes on /etc/*"
fi
# disable vbox services so they are not run after reboot
# remove manually as we are in chroot now so can not use systemctl calls
# can be changed with systemd-nspawn
rm -f "${TARGET}/etc/systemd/system/multi-user.target.wants/vboxadd-service.service"
rm -f "${TARGET}/etc/systemd/system/multi-user.target.wants/vboxadd.service"
}
check_puppet_rc() {

Loading…
Cancel
Save