appliance: add reboot and netconfig for SUSE

systemd-sysvinit contains the reboot command, which is used to
properly stop the VM. This was required by other packages, and as a
result always available. Since Leap 15.3 it will not be installed, and
as a result the VM will just panic because /init died.

If the appliance is started with --network, dhclient will run
/usr/sbin/dhclient-script, which in turn may call /sbin/netconfig to
update /etc/resolv.conf. Install sysconfig-netconfig to make sure DNS
resolving actually works.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
This commit is contained in:
Olaf Hering
2021-09-14 17:57:43 +02:00
committed by Richard W.M. Jones
parent 46ab3dbbc0
commit c0de4de902

View File

@@ -131,7 +131,9 @@ ifelse(SUSE,1,
ntfs-3g ntfs-3g
reiserfs reiserfs
squashfs squashfs
sysconfig-netconfig
systemd systemd
systemd-sysvinit
vim vim
xz xz
) )