scripts/mkimg.xen.sh: add syslinux

Its quite helpful to have this on the xen iso and it was there until:
	bcdaeacd52 main/xen: Remove dependency on syslinux
xen does not depend on syslinux so that is correct, but it had the
effect of syslinux also missing from the iso, and that breaks
setup-bootable
This commit is contained in:
Henrik Riomar 2021-11-19 16:50:05 +01:00
parent d8d7164860
commit a81087496a

View File

@ -17,6 +17,6 @@ profile_xen() {
arch="x86_64"
kernel_cmdline="nomodeset"
xen_params=""
apks="$apks ethtool lvm2 mdadm multipath-tools rng-tools sfdisk xen xen-bridge"
apks="$apks ethtool lvm2 mdadm multipath-tools rng-tools sfdisk xen xen-bridge syslinux"
# apkovl="genapkovl-xen.sh"
}