mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
committed by
Richard W.M. Jones
parent
46ab3dbbc0
commit
c0de4de902
@@ -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
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user