Changeset 6528


Ignore:
Timestamp:
Mar 20, 2011, 7:43:26 PM (15 years ago)
Author:
madie
Message:

[ipk] fix swapemu camd3.902

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/swapemus_camd3_3_902/CONTROL/preinst

    r5427 r6528  
    1717        echo "Boxtype: $model OK"
    1818fi
     19
     20echo "checking swapstick"
     21if [ ! -d /var/swap/bin/ ]; then
     22  echo "--------------------------"
     23        echo "no swapstick found...."
     24        echo "--------------------------"
     25        exit 1
     26fi
     27echo "swapstick found...."
    1928
    2029if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
Note: See TracChangeset for help on using the changeset viewer.