diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-03-08 11:20:16 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-03-08 11:20:16 +0000 |
commit | 1060960b8e30e5b7a3a8bbdcdb6947dbab3187af (patch) | |
tree | c46bd552b220bc63f7fa7fcfa6fc9120327ef519 /distrib | |
parent | 32bbf947f33708215506e776902dcc604be24f03 (diff) |
now that fsck_ext2fs is repaired wrt small filesystems, remove
redundant comment
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/loongson/miniroot/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/distrib/loongson/miniroot/Makefile b/distrib/loongson/miniroot/Makefile index 17f638482d6..4c7582e2b26 100644 --- a/distrib/loongson/miniroot/Makefile +++ b/distrib/loongson/miniroot/Makefile @@ -16,8 +16,6 @@ VND_RIDEV= /dev/r${VND}i PID!= echo $$$$ DISKTYPE= miniroot -# if we make the image smaller, there is no room for an alternate sb -# out fsck_ext2fs does not like that NBLKS= 18432 |