Skip to content

Commit

Permalink
test for erofs
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbles-wow committed Oct 21, 2023
1 parent c77726c commit 86424c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CheckImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ if [ "$ImageType" == "ext4" ]; then
sudo mount -o loop system.img ./system || abort
sudo mount -o loop product.img ./product || abort
elif [ "$ImageType" == "erofs" ]; then
sudo mount -t erofs system.img ./system || abort
sudo mount -t erofs product.img ./product || abort
sudo mount -o loop system.img ./system || abort
sudo mount -o loop product.img ./product || abort
else
abort "system image is not supported"
fi
Expand Down

0 comments on commit 86424c9

Please sign in to comment.