mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
rc: shells are weird
This commit is contained in:
parent
15dcb2ece8
commit
82cfdeb456
@ -175,8 +175,7 @@ fi
|
||||
# Enable console output if its muted.
|
||||
/sbin/conscontrol mute off >/dev/null
|
||||
|
||||
if [ "$PLATFORM" = "cdrom" -o "$PLATFORM" = "nanobsd" -o \
|
||||
${USE_MFS_TMPVAR} -gt 0 ]; then
|
||||
if [ "$PLATFORM" = "cdrom" -o "$PLATFORM" = "nanobsd" -o ${USE_MFS_TMPVAR} -gt 0 ]; then
|
||||
# do nothing for cdrom and nanobsd platforms
|
||||
else
|
||||
/sbin/swapon -a
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user