File: hdimage-imageoffset.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 (10 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
image test.hdimage {
	hdimage {
		partition-table-type = none
		align = 1
	}
	partition test {
		image = "offset.img"
		imageoffset = 4k
	}
}