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/screensaver_hotgirls_1_0/CONTROL/preinst

    r23957 r24607  
    33model=`cat /etc/model`
    44
    5 if [ "$model" = "ufs910" ];then
    6         if [ -e /var/swapdir/swapfile ];then
    7                 echo "mount /tmp (60mb)"
    8                 mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp
    9                 touch /tmp/.tmp60mb
    10         else
    11                 echo "Error, please use swapdir/swapfile and try again !"
    12                 exit 1
    13         fi
    14 fi
     5#if [ "$model" = "ufs910" ];then
     6#       if [ -e /var/swapdir/swapfile ];then
     7#               echo "mount /tmp (60mb)"
     8#               mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp
     9#               touch /tmp/.tmp60mb
     10#       else
     11#               echo "Error, please use swapdir/swapfile and try again !"
     12#               exit 1
     13#       fi
     14#fi
    1515
    1616exit 0
Note: See TracChangeset for help on using the changeset viewer.