aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkimg.xen.sh
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-12-06 17:42:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-12-06 17:48:38 +0000
commit69cfb8ebf6e3535ae93fd1e09746bd8c684acf0d (patch)
treec8721bcb901caf5c2b446272b8f03709abbcd4fa /scripts/mkimg.xen.sh
parent46f4244a08f3fa29a7ff86a95bd918355f07c522 (diff)
downloadaports-69cfb8ebf6e3535ae93fd1e09746bd8c684acf0d.tar.bz2
aports-69cfb8ebf6e3535ae93fd1e09746bd8c684acf0d.tar.xz
scripts: remove openvswitch and rename hwdata
hwdata was renamed to hwids remove openvswitch due to it was move to community
Diffstat (limited to 'scripts/mkimg.xen.sh')
-rwxr-xr-xscripts/mkimg.xen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkimg.xen.sh b/scripts/mkimg.xen.sh
index f401f19b1f..403ce1669d 100755
--- a/scripts/mkimg.xen.sh
+++ b/scripts/mkimg.xen.sh
@@ -17,6 +17,6 @@ profile_xen() {
arch="x86_64"
kernel_cmdline="nomodeset"
xen_params=""
- apks="$apks ethtool lvm2 mdadm multipath-tools openvswitch rng-tools sfdisk xen xen-bridge"
+ apks="$apks ethtool lvm2 mdadm multipath-tools rng-tools sfdisk xen xen-bridge"
# apkovl="genapkovl-xen.sh"
}