diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-14 07:51:04 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-14 07:51:04 +0100 |
commit | 24dada8ba62fa95698f5ed5ac87cd2c9c87c1b5e (patch) | |
tree | b91898309a98ad25ff552aed2f52187b2b89c374 /scripts/config-rootpasswd.sh | |
parent | 2a3c2d65364e35b3c5894bfb5ef375372fcd6499 (diff) | |
download | imagefish-24dada8ba62fa95698f5ed5ac87cd2c9c87c1b5e.tar.gz |
no network for configs
Diffstat (limited to 'scripts/config-rootpasswd.sh')
-rwxr-xr-x | scripts/config-rootpasswd.sh | 2 |
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" |