File: sparse.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 (40 lines) | stat: -rw-r--r-- 671 bytes parent folder | download
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
33
34
35
36
37
38
39
40
image test.hdimage {
	hdimage {
		align = 1M
		partition-table-type = "gpt"
		disk-uuid = "afcfea87-e41a-40e0-85ae-295c60773c7a"
	}
	partition part1 {
		image = "part1.img"
		size = 10M
		partition-uuid = "92762261-e854-45c1-b4c9-fc5e752034ab"
	}
	partition part2 {
		image = "part2.img"
		size = 10M
		partition-type-uuid = "L"
		partition-uuid = "41061242-1d5a-4657-892d-fcc1fdb11a6c"
	}
	size = 22M
}

image test.sparse {
	android-sparse {
		image = test.hdimage
		add-crc = true
	}
}

image interleaved.sparse {
	android-sparse {
		image = interleaved
		block-size = 32k
	}
}

image not-aligned.sparse {
	android-sparse {
		image = not-aligned
		block-size = 4k
	}
}