File: mke2fs.config

package info (click to toggle)
genimage 16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 808 kB
  • sloc: ansic: 4,721; sh: 1,006; makefile: 156
file content (11 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (3)
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 -E quotatype="
		features = "^resize_inode,quota"
	}
	size = 32M
}