Skip to content

Commit

Permalink
Update 01-run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Mar 25, 2024
1 parent 9bbae34 commit e8568a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stages/01-Baseimage/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if [ ! -e ../../emmc ]; then
if [[ "${OS}" == radxa-debian-rock5a ]] || [[ "${OS}" == radxa-debian-rock5b ]];then
WANTEDSIZE="6800000000"
elif [[ "${OS}" == ubuntu ]]; then
echo "AGX"
echo "__________________________AGX__________________________-"
WANTEDSIZE="18500000256"
else
WANTEDSIZE="5632000000"
Expand Down

0 comments on commit e8568a0

Please sign in to comment.