return $?
fi
- ./make_rootstrap.sh -C rs-config ./rs_resource --emulator -A i686
+ ./make_rootstrap.sh -C rs-config /tmp/rs_resource --emulator -A i686
RET=$?
if [[ ${RET} -ne 0 ]]; then
echo "Failed to create rootstrap."
return $?
fi
- ./make_rootstrap_64.sh -C rs-config ./rs_resource --emulator -A x86_64
+ ./make_rootstrap_64.sh -C rs-config /tmp/rs_resource --emulator -A x86_64
RET=$?
if [[ ${RET} -ne 0 ]]; then
echo "Failed to create rootstrap."
return $?
fi
- ./make_rootstrap.sh -C rs-config ./rs_resource --target -A arm
+ ./make_rootstrap.sh -C rs-config /tmp/rs_resource --target -A arm
RET=$?
if [[ ${RET} -ne 0 ]]; then
echo "Failed to create rootstrap."
return $?
fi
- ./make_rootstrap_64.sh -C rs-config ./rs_resource --target -A aarch64
+ ./make_rootstrap_64.sh -C rs-config /tmp/rs_resource --target -A aarch64
RET=$?
if [[ ${RET} -ne 0 ]]; then
echo "Failed to create rootstrap."
return $?
fi
- ./make_rootstrap_64.sh -C rs-config ./rs_resource --target -A riscv64
+ ./make_rootstrap_64.sh -C rs-config /tmp/rs_resource --target -A riscv64
RET=$?
if [[ ${RET} -ne 0 ]]; then
echo "Failed to create rootstrap."