X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=android_pandora.git;a=blobdiff_plain;f=scripts%2Fmake_pnd.sh;fp=scripts%2Fmake_pnd.sh;h=9cd92aabce2bd850f25c914e624f3f25b649360f;hp=944471dda0be330d7748aa29fa11bdbd53204281;hb=220674ac29ea482dcda9e9f09c9151c5283eeece;hpb=0a4482def439bc61b033923fa9f9ef1c2e96a89a 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/