File: gpt-overlap3.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 (22 lines) | stat: -rw-r--r-- 356 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
image test.gpt-overlap3 {
	hdimage {
		partition-table-type = "gpt"
		gpt-location = 30K
	}

	partition SPL {
		offset = 1K
		size = 24K
		in-partition-table = false
		image = "3K.img"
	}

	partition aaa {
		# The GPT partition table array occupies 16K, so this should fail.
		in-partition-table = true
		offset = 32K
		image = "70K.img"
		size = 1M
	}

}