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
1ba44b1cd0
commit
e3adb62dc6
@ -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…
Reference in New Issue
Block a user