File: hdimage.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 (76 lines) | stat: -rw-r--r-- 1,182 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
image test.hdimage {
	hdimage {
		align = 1M
		fill = true
		disk-signature = 0x12345678
	}
	partition part1 {
		image = "part1.img"
		size = 1M
		partition-type = 0x83
	}
	partition part2 {
		image = "part3.img"
		size = 1M
		partition-type = 0x83
	}
	partition part3 {
		image = "part1.img"
		size = 1M
		partition-type = 0x83
	}
	partition part4 {
		image = "part2.img"
		size = 1M
		partition-type = 0x83
	}
	partition part5 {
		image = "part1.img"
		size = 1M
		partition-type = 0x83
	}
	partition part6 {
		image = "part2.img"
		size = 1M
		partition-type = 0x83
	}
}

image test.hdimage-2 {
	hdimage {
		align = 1M
		disk-signature = 0x12345678
		extended-partition = 2
	}
	partition part1 {
		image = "part1.img"
		size = 1M
		partition-type = 0x83
	}
	partition part2 {
		image = "part2.img"
		size = 1M
		partition-type = 0x83
	}
	partition part3 {
		image = "part1.img"
		size = 1M
		partition-type = 0x83
	}
	partition part4 {
		image = "part2.img"
		size = 1M
		partition-type = 0x83
	}
	partition part5 {
		image = "part1.img"
		size = 1M
		partition-type = 0x83
	}
	partition part6 {
		image = "part2.img"
		autoresize = true
		partition-type = 0x83
	}
	size = 12M
}