summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
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