summaryrefslogtreecommitdiffstats
path: root/test/hdimage.config
diff options
context:
space:
mode:
Diffstat (limited to 'test/hdimage.config')
-rw-r--r--test/hdimage.config4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/hdimage.config b/test/hdimage.config
index 7287b6d..09978c4 100644
--- a/test/hdimage.config
+++ b/test/hdimage.config
@@ -1,6 +1,7 @@
image test.hdimage {
hdimage {
align = 1M
+ fill = true
disk-signature = 0x12345678
}
partition part1 {
@@ -68,7 +69,8 @@ image test.hdimage-2 {
}
partition part6 {
image = "part2.img"
- size = 1M
+ autoresize = true
partition-type = 0x83
}
+ size = 12M
}