Ignore:
Timestamp:
10/09/11 10:36:18 (13 years ago)
Author:
madie
Message:

[ipk] fix

File:
1 edited

Legend:

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

    r10168 r10194  
    44echo "syncing disk"
    55sync
    6 
    7 echo "rename /var/boot/bootlogo.titan.jpg -> /var/etc/boot/original.titan.jpg"
    8 mv /var/etc/boot/bootlogo.titan.jpg /var/etc/boot/original.titan.jpg
    96
    107model=`cat /etc/model`
     
    2421        SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
    2522        FREE=`expr $SPACE - 100`
    26         SIZE=56
     23        SIZE=10
    2724        echo "checking freespace"
    2825        echo packege size $SIZE kb
Note: See TracChangeset for help on using the changeset viewer.