Revert 1.20:
Memory disks may be used for other purposes besides newfs(8), so it isn't helpful to require the minimum size meet newfs(8)'s criteria.
This commit is contained in:
parent
25e5396e19
commit
ba64e54157
@ -144,8 +144,6 @@ main(int argc, char **argv)
|
||||
mdio.md_size *= (1024 * 1024 * 1024 / DEV_BSIZE);
|
||||
else
|
||||
errx(1, "Unknown suffix on -s argument");
|
||||
if (mdio.md_size < 192)
|
||||
errx(1, "Filesystem too small");
|
||||
break;
|
||||
case 'u':
|
||||
if (cmdline != 2 && cmdline != 3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user