summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-09-06 04:34:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-09-06 04:34:44 +0000
commit9d847a1a375a319b202350c24665a965b2ac4ec6 (patch)
tree2aac4dd36d277acc79c922f31f29f5773de8f66a /etc/rc
parenta8d5dba40c1a239c2cb9dc12a45a5c386c67682b (diff)
downloadpfsense-9d847a1a375a319b202350c24665a965b2ac4ec6.zip
pfsense-9d847a1a375a319b202350c24665a965b2ac4ec6.tar.gz
Correct CDROM check
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 48d734a..dbf2243 100755
--- a/etc/rc
+++ b/etc/rc
@@ -120,7 +120,7 @@ fi
# Make sure our /tmp is 777
chmod 1777 /tmp
-if [ ! "$PLATFORM" = "cdrom" ] ; then
+if [ "$PLATFORM" = "cdrom" ] ; then
mkdir /tmp/unionfs
mkdir /tmp/unionfs/usr
mkdir /tmp/unionfs/root
OpenPOWER on IntegriCloud