Revision e9c2085e
Added by Scott Ullrich over 19 years ago
etc/rc | ||
---|---|---|
66 | 66 |
if [ "$PLATFORM" = "cdrom" ] ; then |
67 | 67 |
# do nothing for cdrom platform |
68 | 68 |
elif [ "$PLATFORM" = "embedded" ] ; then |
69 |
echo "No swap on ${PLATFORM}" |
|
70 | 69 |
/usr/local/bin/php -f /etc/rc.conf_mount_rw |
71 | 70 |
else |
72 | 71 |
SWAPDEVICE=`cat /etc/fstab | grep swap | cut -f1` |
Also available in: Unified diff
No need to echo that there is no swap on embedded