Ignore:
Timestamp:
Oct 25, 2013, 7:53:45 PM (12 years ago)
Author:
obi
Message:

[tpk] remove ram work ufs910

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/players_hbbtv/CONTROL/preinst

    r24015 r24607  
    55rm -rf "$PLUGINDIR" >/dev/null 2>&1
    66
    7 model=`cat /etc/model`
     7#model=`cat /etc/model`
    88
    9 if [ "$model" = "ufs910" ];then
    10         if [ -e /var/swapdir/swapfile ];then
    11                 echo "mount /tmp (60mb)"
    12                 mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp
    13                 touch /tmp/.tmp60mb
    14         else
    15                 echo "Error, please use swapdir/swapfile and try again !"
    16                 exit 1
    17         fi
    18 fi
     9#if [ "$model" = "ufs910" ];then
     10#       if [ -e /var/swapdir/swapfile ];then
     11#               echo "mount /tmp (60mb)"
     12#               mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp
     13#               touch /tmp/.tmp60mb
     14#       else
     15#               echo "Error, please use swapdir/swapfile and try again !"
     16#               exit 1
     17#       fi
     18#fi
    1919
    2020exit 0
Note: See TracChangeset for help on using the changeset viewer.