mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
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
4bcae9ff30
commit
40dcc8608d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92874
@ -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