parent
7ba8202af5
commit
1f8df419c4
@ -3,8 +3,8 @@ X86_CNT=__X86_CNT__
|
|||||||
extract_bb() {
|
extract_bb() {
|
||||||
touch "$BBBIN"
|
touch "$BBBIN"
|
||||||
chmod 755 "$BBBIN"
|
chmod 755 "$BBBIN"
|
||||||
dd if="$0" of="$BBBIN" bs=1024 skip=$(($X86_CNT + 1))
|
dd if="$0" of="$BBBIN" bs=1024 skip=1 count=$X86_CNT
|
||||||
"$BBBIN" >/dev/null || dd if="$0" of="$BBBIN" bs=1024 skip=1 count=$X86_CNT
|
"$BBBIN" >/dev/null || dd if="$0" of="$BBBIN" bs=1024 skip=$(($X86_CNT + 1))
|
||||||
}
|
}
|
||||||
setup_bb() {
|
setup_bb() {
|
||||||
export BBDIR=$TMPDIR/bin
|
export BBDIR=$TMPDIR/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user