Skip to content

Commit

Permalink
Create android image file with correct ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
morphis committed Jan 9, 2017
1 parent 5c7b0ad commit 2e964bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/create-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ sudo $workdir/uidmapshift -b $rootfs 0 100000 65536
sudo chmod +x $rootfs/anbox-init.sh

sudo mksquashfs $rootfs android.img -comp xz -no-xattrs
sudo chown $USER:$USER android.img

sudo rm -rf $workdir

0 comments on commit 2e964bd

Please sign in to comment.