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