aboutsummaryrefslogtreecommitdiffstats
path: root/setup-xen-dom0.in
diff options
context:
space:
mode:
authorDubiousjim <dubiousjim@gmail.com>2013-07-01 17:14:14 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-03 07:42:53 +0000
commit4954634c054758d170777500a3ac1a2d7e0d6191 (patch)
tree23ed43f4abda9c11ce263476383be490638ecbab /setup-xen-dom0.in
parentc8f5f53d2e9f578bc6abaf4d86f8b37eda9950d7 (diff)
downloadalpine-conf-4954634c054758d170777500a3ac1a2d7e0d6191.tar.bz2
alpine-conf-4954634c054758d170777500a3ac1a2d7e0d6191.tar.xz
various: use long-form apk options
Diffstat (limited to 'setup-xen-dom0.in')
-rw-r--r--setup-xen-dom0.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-xen-dom0.in b/setup-xen-dom0.in
index 0e7b3b3..a4dc965 100644
--- a/setup-xen-dom0.in
+++ b/setup-xen-dom0.in
@@ -10,7 +10,7 @@ for mod in xen_netback xen_blkback xenfs xen_pciback xen_wdt tun; do
done
# install packages
-apk add -q xen
+apk add --quiet xen
# setup and start services
for svc in xenstored xenconsoled xenqemu; do