From f670d62574a0e5a5ecfc2389a27899738ca49fdf Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 1 Jun 2008 08:54:18 +0000 Subject: [PATCH] Raise the size of the /etc MFS to 12MB (for ssh blacklists). --- nrelease/gui/etc/fstab | 4 ++-- nrelease/installer/etc/fstab | 4 ++-- nrelease/root/etc/fstab | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nrelease/gui/etc/fstab b/nrelease/gui/etc/fstab index cafada24d8..09fecda175 100644 --- a/nrelease/gui/etc/fstab +++ b/nrelease/gui/etc/fstab @@ -1,11 +1,11 @@ -# $DragonFly: src/nrelease/gui/etc/fstab,v 1.1 2008/03/08 22:00:03 swildner Exp $ +# $DragonFly: src/nrelease/gui/etc/fstab,v 1.2 2008/06/01 08:54:18 swildner Exp $ # # Device Mountpoint FStype Options Dump Pass# /dev/acd0a / cd9660 ro,noauto 0 0 swap /root mfs rw,-C,-s=32768 0 0 swap /var mfs rw,-C,-s=32768,-i=2048 0 0 swap /tmp mfs rw,-C,-s=8192 0 0 -swap /etc mfs rw,-C,-s=8192 0 0 +swap /etc mfs rw,-C,-s=24576 0 0 swap /dev mfs rw,-C,-s=8192,-i=512 0 0 swap /usr/local/etc mfs rw,-C,-s=8192 0 0 swap /usr/pkg/share/X11/xkb/compiled mfs rw,-C,-s=8192 0 0 diff --git a/nrelease/installer/etc/fstab b/nrelease/installer/etc/fstab index c97fd51d41..d54aed3a39 100644 --- a/nrelease/installer/etc/fstab +++ b/nrelease/installer/etc/fstab @@ -1,11 +1,11 @@ -# $DragonFly: src/nrelease/installer/etc/fstab,v 1.2 2004/10/15 02:43:50 dillon Exp $ +# $DragonFly: src/nrelease/installer/etc/fstab,v 1.3 2008/06/01 08:54:18 swildner Exp $ # # Device Mountpoint FStype Options Dump Pass# /dev/acd0a / cd9660 ro,noauto 0 0 swap /root mfs rw,-C,-s=8192 0 0 swap /var mfs rw,-C,-s=8192 0 0 swap /tmp mfs rw,-C,-s=8192 0 0 -swap /etc mfs rw,-C,-s=8192 0 0 +swap /etc mfs rw,-C,-s=24576 0 0 swap /dev mfs rw,-C,-s=8192,-i=512 0 0 swap /usr/local/etc mfs rw,-C,-s=8192 0 0 proc /proc procfs rw 0 0 diff --git a/nrelease/root/etc/fstab b/nrelease/root/etc/fstab index 80ce6a0634..3b978d246a 100644 --- a/nrelease/root/etc/fstab +++ b/nrelease/root/etc/fstab @@ -1,10 +1,10 @@ -# $DragonFly: src/nrelease/root/etc/fstab,v 1.2 2004/10/15 02:43:51 dillon Exp $ +# $DragonFly: src/nrelease/root/etc/fstab,v 1.3 2008/06/01 08:54:18 swildner Exp $ # # Device Mountpoint FStype Options Dump Pass# /dev/acd0a / cd9660 ro,noauto 0 0 swap /var mfs rw,-C,-s=8192 0 0 swap /tmp mfs rw,-C,-s=8192 0 0 -swap /etc mfs rw,-C,-s=8192 0 0 +swap /etc mfs rw,-C,-s=24576 0 0 swap /dev mfs rw,-C,-s=8192,-i=512 0 0 swap /usr/local/etc mfs rw,-C,-s=8192 0 0 proc /proc procfs rw 0 0 -- 2.41.0