aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/config-rootpasswd.sh
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-02-14 07:51:04 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-02-14 07:51:04 +0100
commit24dada8ba62fa95698f5ed5ac87cd2c9c87c1b5e (patch)
treeb91898309a98ad25ff552aed2f52187b2b89c374 /scripts/config-rootpasswd.sh
parent2a3c2d65364e35b3c5894bfb5ef375372fcd6499 (diff)
downloadimagefish-24dada8ba62fa95698f5ed5ac87cd2c9c87c1b5e.tar.gz
no network for configs
Diffstat (limited to 'scripts/config-rootpasswd.sh')
-rwxr-xr-xscripts/config-rootpasswd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config-rootpasswd.sh b/scripts/config-rootpasswd.sh
index e0daf90..155fdad 100755
--- a/scripts/config-rootpasswd.sh
+++ b/scripts/config-rootpasswd.sh
@@ -6,4 +6,4 @@ if test "$image" = "" -o "$passwd" = ""; then
exit 1
fi
set -ex
-virt-customize -a "$image" --root-password "password:$passwd"
+virt-customize -a "$image" --no-network --root-password "password:$passwd"