View | Details | Raw Unified | Return to bug 39432 | Differences between
and this patch

Collapse All | Expand All

(-)e2fsprogs-1.42.5.orig/misc/mke2fs.conf.in (+3 lines)
 Lines 36-41    Link Here 
36
	huge = {
36
	huge = {
37
		inode_ratio = 65536
37
		inode_ratio = 65536
38
	}
38
	}
39
	overlayfs = {
40
		inode_ratio = 4096
41
	}
39
	news = {
42
	news = {
40
		inode_ratio = 4096
43
		inode_ratio = 4096
41
	}
44
	}
(-)repo-ng.orig/build-cd/build-cd-ucs4 (+3 lines)
 Lines 304-309    Link Here 
304
304
305
			# Chain-load other preseed file for additional customization
305
			# Chain-load other preseed file for additional customization
306
			d-i preseed/include string custom.cfg
306
			d-i preseed/include string custom.cfg
307
308
			# Use increased inode density
309
			d-i partman/text/formatting string overlayfs
307
			""".translate(None, '\t').strip() % {
310
			""".translate(None, '\t').strip() % {
308
				'kernel_version': self.options.kernel_version,
311
				'kernel_version': self.options.kernel_version,
309
			}
312
			}

Return to bug 39432