diff --git a/customize/test-virt-customize.sh b/customize/test-virt-customize.sh index 877e8d3b6..be6179654 100755 --- a/customize/test-virt-customize.sh +++ b/customize/test-virt-customize.sh @@ -25,7 +25,9 @@ set -e for f in ../tests/guests/{debian,fedora,ubuntu}.img; do # Ignore zero-sized windows.img if ntfs-3g is not installed. if [ -s "$f" ]; then + # Add --no-network so UML works. $VG ./virt-customize -n -a $f \ + --no-network \ --write /etc/motd:HELLO \ --delete /etc/motd fi