mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
added recovery
This commit is contained in:
parent
a6a190a9b9
commit
158026ed30
1 changed files with 8 additions and 0 deletions
8
recovery.sh
Executable file
8
recovery.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
DIR="/home/bongb/bongbui321_gpt_dump_b"
|
||||
./edl w gpt $DIR/gpt_main0.bin --memory=ufs --lun=0
|
||||
./edl w gpt $DIR/gpt_main1.bin --memory=ufs --lun=1
|
||||
./edl w gpt $DIR/gpt_main2.bin --memory=ufs --lun=2
|
||||
./edl w gpt $DIR/gpt_main3.bin --memory=ufs --lun=3
|
||||
./edl w gpt $DIR/gpt_main4.bin --memory=ufs --lun=4
|
||||
./edl w gpt $DIR/gpt_main5.bin --memory=ufs --lun=5
|
||||
./edl reset
|
Loading…
Reference in a new issue