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-systemd-network.sh | |
parent | 2a3c2d65364e35b3c5894bfb5ef375372fcd6499 (diff) | |
download | imagefish-24dada8ba62fa95698f5ed5ac87cd2c9c87c1b5e.tar.gz |
no network for configs
Diffstat (limited to 'scripts/config-systemd-network.sh')
-rwxr-xr-x | scripts/config-systemd-network.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config-systemd-network.sh b/scripts/config-systemd-network.sh index b48419b..7869565 100755 --- a/scripts/config-systemd-network.sh +++ b/scripts/config-systemd-network.sh @@ -50,4 +50,4 @@ copy-in $WORK/ethernet.network:/etc/systemd/network EOF set -ex -virt-customize -a "$image" --commands-from-file "$WORK/script" +virt-customize -a "$image" --no-network --commands-from-file "$WORK/script" |