X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fmake_pnd.sh;h=9cd92aabce2bd850f25c914e624f3f25b649360f;hb=220674ac29ea482dcda9e9f09c9151c5283eeece;hp=f53ef0bdd4f32044333e48e9f0d96290888f1442;hpb=34a1da0714c0d9f8add061f7becdda036c54c889;p=android_pandora.git diff --git a/scripts/make_pnd.sh b/scripts/make_pnd.sh index f53ef0b..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/ @@ -29,7 +31,7 @@ tar xf /tmp/pnd_android/system.tar.bz2 mkdir -p pandora/pvr cp ../../device/openpandora/pandora/pnd/gingerbread.png pandora/ cp ../../device/openpandora/pandora/pnd/gingerbread.pxml pandora/ -cp ../../device/openpandora/pandora/pnd/run.sh pandora/ +cp ../../device/openpandora/pandora/pnd/run_gingerbread.sh pandora/ cp ../../device/openpandora/pandora/pnd/readme.txt pandora/ cp -r ../../device/openpandora/pandora/pvr/3* pandora/pvr/ mv /tmp/pnd_android/rootfs.ext2 pandora/default_rootfs.ext2