Skip to content

Commit a39ae0b

Browse files
committed
test-data/phony-guests: Increase size of Windows image
For testing I tried to upload a very large Windows registry to the phony Windows image. However because of the 256M limit on the size of the second partition (and NTFS overhead?) this was not possible. There's no real penalty to increasing the size of this image since it's just virtual space, so increase the virtual size to 2G (256M/1.7G split).
1 parent 0a48e41 commit a39ae0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/phony-guests/make-windows-img.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fi
3737

3838
# Create a disk image.
3939
guestfish <<EOF
40-
sparse windows.img-t 512M
40+
sparse windows.img-t 2G
4141
run
4242
4343
# Format the disk.

0 commit comments

Comments
 (0)