aboutsummaryrefslogtreecommitdiffstats
path: root/setup-xen-dom0.in
diff options
context:
space:
mode:
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