summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-14 22:11:46 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-14 22:11:46 +0000
commitaa6d9ea25d9f34318257968d8af671a8dd95258a (patch)
tree8015db6fd6ff4950fbd9c37175a1247f2372f506 /etc
parent11e2c67c8d7c6408668bc5acd14bb7c5fc8ac680 (diff)
downloadpfsense-aa6d9ea25d9f34318257968d8af671a8dd95258a.zip
pfsense-aa6d9ea25d9f34318257968d8af671a8dd95258a.tar.gz
* Remove script debugging helper
* Reduce /var/ to 8m from 32
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.cdrom4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/rc.cdrom b/etc/rc.cdrom
index a97f304..23e8c28 100755
--- a/etc/rc.cdrom
+++ b/etc/rc.cdrom
@@ -6,8 +6,6 @@
# Size of memory file system /conf partition
partsize="3m"
-set -x
-
# Run some initialization routines
/etc/rc.d/uzip start
@@ -15,7 +13,7 @@ set -x
if (/bin/mkdir -p /var/.diskless 2> /dev/null); then
rmdir /var/.diskless
else
- varsize="32m"
+ varsize="8m"
mdmfs -S -M -s ${varsize} md /var
fi
OpenPOWER on IntegriCloud