aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/mkimg.standard.sh4
-rwxr-xr-xscripts/mkimg.xen.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/mkimg.standard.sh b/scripts/mkimg.standard.sh
index ccda5a5c55..f6bce5014c 100755
--- a/scripts/mkimg.standard.sh
+++ b/scripts/mkimg.standard.sh
@@ -32,7 +32,7 @@ profile_extended() {
arch="x86 x86_64"
kernel_addons="xtables-addons zfs"
apks="$apks
- ethtool hwdata lftp links doas
+ ethtool hwids lftp links doas
logrotate lua5.3 lsof lm_sensors lxc lxc-templates nano
pax-utils paxmark pciutils screen strace sudo tmux
usbutils v86d vim xtables-addons curl
@@ -43,7 +43,7 @@ profile_extended() {
igmpproxy ip6tables iproute2 iproute2-qos ipsec-tools
iptables iputils irssi ldns-tools links
ncurses-terminfo net-snmp net-snmp-tools nrpe nsd
- opennhrp openvpn openvswitch pingu ppp quagga
+ opennhrp openvpn pingu ppp quagga
quagga-nhrp rng-tools rpcbind sntpc socat ssmtp strongswan
sysklogd tcpdump tinyproxy unbound
wireless-tools wpa_supplicant zonenotify
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"
}