mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
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:
parent
d8d7164860
commit
a81087496a
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user