summaryrefslogtreecommitdiffstats
path: root/test/mke2fs.config
blob: 877b4d5358cea5b9e9d0b2510bae3eab238476db (plain)
1
2
3
4
5
6
7
8
9
10
image mke2fs.ext4 {
	ext4 {
		label = "mke2fs"
		fs-timestamp = "20000101000000"
		use-mke2fs = true
		mke2fs-conf = "mke2fs.conf"
		extraargs = "-U 12345678-1234-1234-1234-1234567890ab"
	}
	size = 32M
}