File: hdimage2.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 (11 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
image test.hdimage {
	hdimage {
		align = 1M
		disk-signature = 0x12345678
	}
	partition part1 {
		image = "part2.img"
		size = 5k
		partition-type = 0x83
	}
}