Date:2010-11-20 16:25:56 (2 years 5 months ago)
Author:Xiangfu Liu
Commit:478bfd64ec7a449a8056d9434df03227d566621f
Message:reflash_ben.sh: update some info. use bzip2 -d instead of tar xf

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
Files: data/qi_lb60/scripts/reflash_ben.sh (3 diffs)

Change Details

data/qi_lb60/scripts/reflash_ben.sh
3636    l)
3737        WORKING_DIR=$OPTARG
3838        PROTOCOL="file"
39        VERSION=
39        VERSION="Local"
4040        ;;
4141    *)
4242        echo "\
...... 
8080    log "$1"
8181    log "==="
8282    log "Before reporting this as a bug"
83    log "please ensure you're using the latest available version of"
84    log " this reflash script"
85    log " the xburst-tools"
83    log "Please ensure you're using the latest available version of this reflash script"
84    log "http://downloads.qi-hardware.com/software/images/NanoNote/Ben/reflash_ben.sh"
8685    exit 1
8786}
8887
...... 
124123            -a "${LOG_FILE}" \
125124            -P "${WORKING_DIR}" \
126125            "${BASE_URL_HTTP}/${VERSION}/${ROOTFS}.bz2" && \
127            (cd ${WORKING_DIR}; tar xf ${ROOTFS}.bz2)
126            (cd ${WORKING_DIR}; bzip2 -d ${ROOTFS}.bz2)
128127
129128        if [ "$?" == "8" ]; then
130129            log "fetching .ubi rootfs..."

Archive Download the corresponding diff file



interactive