X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fmake_pnd.sh;h=9cd92aabce2bd850f25c914e624f3f25b649360f;hb=refs%2Fheads%2Fmaster;hp=944471dda0be330d7748aa29fa11bdbd53204281;hpb=941f558413e7cdaa8a566106021b81d419707cd9;p=android_pandora.git diff --git a/scripts/make_pnd.sh b/scripts/make_pnd.sh index 944471d..9cd92aa 100755 --- a/scripts/make_pnd.sh +++ b/scripts/make_pnd.sh @@ -21,6 +21,8 @@ mkfs.ext2 -N 512 -F /tmp/pnd_android/rootfs.ext2 mount -o loop /tmp/pnd_android/rootfs.ext2 /mnt/tmp/ cd /mnt/tmp/ tar xf /tmp/pnd_android/rootfs.tar.bz2 +# CyanogenMod forgets perms? +chmod +x init sbin/* cd /tmp/ umount /mnt/tmp/