File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# version of me
4
- __VERSION__=" 2012-02-28 "
4
+ __VERSION__=" 2012-03-01 "
5
5
echo -e " File name: $0 \t version: ${__VERSION__} "
6
6
7
7
@@ -184,12 +184,12 @@ call-create-bios () {
184
184
REMAIN_TMP=" remain.tmp"
185
185
186
186
mkdir -p ${MAC_DIR}
187
+ mkdir -p ` dirname ${BIOS_RESCUE_WITHOUT_CRC} `
187
188
188
- if [ ! -f " ${BIOS_RESCUE_WITHOUT_CRC} " ]; then
189
- mkdir -p ` dirname ${BIOS_RESCUE_WITHOUT_CRC} `
190
- call-wget " ${BIOS_RESCUE_WITHOUT_CRC} " http://milkymist.org/updates/2011-11-29/for-rc3/bios-rescue-without-CRC.bin
191
- fi
189
+ rm -f " ${BIOS_RESCUE_WITHOUT_CRC} "
192
190
191
+ call-wget " ${BIOS_RESCUE_WITHOUT_CRC} " \
192
+ http://downloads.qi-hardware.com/software/images/Milkymist_One/latest/bios-rescue-without-CRC.bin
193
193
194
194
dd if=" ${BIOS_RESCUE_WITHOUT_CRC} " of=${MAC_DIR} /${HEAD_TMP} bs=8 count=28
195
195
dd if=" ${BIOS_RESCUE_WITHOUT_CRC} " of=${MAC_DIR} /${REMAIN_TMP} bs=8 skip=29
You can’t perform that action at this time.
0 commit comments