File: hdimage-fail6.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 (31 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (3)
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
image test.hdimage {
	hdimage {
		disk-signature = 0x12345678
	}
	partition part1 {
		offset = 1M
		size = 1M
		partition-type = 0x83
	}
	partition part2 {
		offset = 2M
		size = 1M
		partition-type = 0x83
	}
	partition part3 {
		offset = 3M
		size = 1M
		partition-type = 0x83
	}
	partition part4 {
		/* this will overlap with the EBR */
		offset = 4M
		size = 1M
		partition-type = 0x83
	}
	partition part5 {
		offset = 5M
		size = 1M
		partition-type = 0x83
	}
}