aboutsummaryrefslogtreecommitdiff
path: root/scripts
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
parent46f4244a08f3fa29a7ff86a95bd918355f07c522 (diff)
downloadalpine_aports-69cfb8ebf6e3535ae93fd1e09746bd8c684acf0d.tar.bz2
alpine_aports-69cfb8ebf6e3535ae93fd1e09746bd8c684acf0d.tar.xz
alpine_aports-69cfb8ebf6e3535ae93fd1e09746bd8c684acf0d.zip
scripts: remove openvswitch and rename hwdata
hwdata was renamed to hwids remove openvswitch due to it was move to community
Diffstat (limited to 'scripts')
-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() {
32 arch="x86 x86_64" 32 arch="x86 x86_64"
33 kernel_addons="xtables-addons zfs" 33 kernel_addons="xtables-addons zfs"
34 apks="$apks 34 apks="$apks
35 ethtool hwdata lftp links doas 35 ethtool hwids lftp links doas
36 logrotate lua5.3 lsof lm_sensors lxc lxc-templates nano 36 logrotate lua5.3 lsof lm_sensors lxc lxc-templates nano
37 pax-utils paxmark pciutils screen strace sudo tmux 37 pax-utils paxmark pciutils screen strace sudo tmux
38 usbutils v86d vim xtables-addons curl 38 usbutils v86d vim xtables-addons curl
@@ -43,7 +43,7 @@ profile_extended() {
43 igmpproxy ip6tables iproute2 iproute2-qos ipsec-tools 43 igmpproxy ip6tables iproute2 iproute2-qos ipsec-tools
44 iptables iputils irssi ldns-tools links 44 iptables iputils irssi ldns-tools links
45 ncurses-terminfo net-snmp net-snmp-tools nrpe nsd 45 ncurses-terminfo net-snmp net-snmp-tools nrpe nsd
46 opennhrp openvpn openvswitch pingu ppp quagga 46 opennhrp openvpn pingu ppp quagga
47 quagga-nhrp rng-tools rpcbind sntpc socat ssmtp strongswan 47 quagga-nhrp rng-tools rpcbind sntpc socat ssmtp strongswan
48 sysklogd tcpdump tinyproxy unbound 48 sysklogd tcpdump tinyproxy unbound
49 wireless-tools wpa_supplicant zonenotify 49 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() {
17 arch="x86_64" 17 arch="x86_64"
18 kernel_cmdline="nomodeset" 18 kernel_cmdline="nomodeset"
19 xen_params="" 19 xen_params=""
20 apks="$apks ethtool lvm2 mdadm multipath-tools openvswitch rng-tools sfdisk xen xen-bridge" 20 apks="$apks ethtool lvm2 mdadm multipath-tools rng-tools sfdisk xen xen-bridge"
21# apkovl="genapkovl-xen.sh" 21# apkovl="genapkovl-xen.sh"
22} 22}