Commit 82cfdeb4 authored by Franco Fichtner's avatar Franco Fichtner

rc: shells are weird

parent 15dcb2ec
...@@ -175,8 +175,7 @@ fi ...@@ -175,8 +175,7 @@ fi
# Enable console output if its muted. # Enable console output if its muted.
/sbin/conscontrol mute off >/dev/null /sbin/conscontrol mute off >/dev/null
if [ "$PLATFORM" = "cdrom" -o "$PLATFORM" = "nanobsd" -o \ if [ "$PLATFORM" = "cdrom" -o "$PLATFORM" = "nanobsd" -o ${USE_MFS_TMPVAR} -gt 0 ]; then
${USE_MFS_TMPVAR} -gt 0 ]; then
# do nothing for cdrom and nanobsd platforms # do nothing for cdrom and nanobsd platforms
else else
/sbin/swapon -a /sbin/swapon -a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment