File: hdimage-fail11.config

package info (click to toggle)
genimage 19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 988 kB
  • sloc: ansic: 5,606; sh: 1,132; makefile: 194
file content (32 lines) | stat: -rw-r--r-- 595 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
image test.hdimage {
	hdimage {
		align = 1M
		extended-partition = 1
	}
	partition extended1 {
		image = "part1.img"
		partition-type = 0x83
	}
	partition extended2 {
		image = "part1.img"
		partition-type = 0x83
	}
	partition extended3 {
		image = "part1.img"
		partition-type = 0x83
	}
	partition extended4 {
		image = "part1.img"
		partition-type = 0x83
	}
	partition primary2 {
		image = "part1.img"
		partition-type = 0x83
		forced-primary = "yes"
	}
	partition extended5 {
		image = "part1.img"
		partition-type = 0x83
		/* extended partition would overlap the forced-primary one */
	}
}