integrate-distro.sh: Ongoing improvements

- Add psmisc, ntp und acpid to openSUSE 13.1
  - Using jux-run-1.2.2-119p02 for openSUSE 13.1

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2014-04-12 19:54:13 +00:00
commit 17605f09be

View file

@ -158,9 +158,12 @@ case $suse_version in
usbutils
aufs-util
db48-utils
psmisc
ntp
acpid
"
special_pkgs="
jux-run
jux-run-1.2.2-119p02
jux-client-run
feedfsd-run
feedfs-local-run
@ -1022,12 +1025,14 @@ insserv_all()
case $suse_version in
11.4)
run_chroot /sbin/insserv -de $services;;
run_chroot /sbin/insserv -de $services
;;
*)
local s
for s in $services; do
run_chroot systemctl enable $s.service
done
;;
esac
}