summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-22 15:30:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-22 15:30:16 +0000
commit242c837f1933bd41b33b57ac126770e3e51f0293 (patch)
treeb4a86ef633fcf99bdda859cd47d24be47e9007e9 /etc/rc.firmware
parentc0b33b5b433eaa60f23d4aecb62bfe2ca26b6ba2 (diff)
downloadpfsense-242c837f1933bd41b33b57ac126770e3e51f0293.zip
pfsense-242c837f1933bd41b33b57ac126770e3e51f0293.tar.gz
Do not create /ftmp ram disk. We are using /tmp at the moment.
Diffstat (limited to 'etc/rc.firmware')
-rwxr-xr-xetc/rc.firmware4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware
index 176da20..8b98d5c 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -75,8 +75,8 @@ binary_update() {
case $1 in
enable)
- /sbin/mount_mfs -s 15360 -T qp120at -b 8192 -f 1024 dummy /ftmp \
- > /dev/null 2>&1
+ #/sbin/mount_mfs -s 15360 -T qp120at -b 8192 -f 1024 dummy /ftmp \
+ # > /dev/null 2>&1
;;
auto)
backup_chflags
OpenPOWER on IntegriCloud