apple-idevice: change rootfs_image_sector_size to 4096

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6944>
This commit is contained in:
Aster Boese 2025-08-17 13:09:23 -04:00 committed by The Friendly Merge Bot
parent 033bbe60bf
commit 3f405ace7d
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View file

@ -3,8 +3,8 @@
maintainer="Aster Boese <asterboese@mailbox.org>"
pkgname=device-apple-idevice
pkgdesc="Apple Generic Apple iDevice"
pkgver=1
pkgrel=1
pkgver=2
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -44,6 +44,6 @@ kernel_16k() {
}
sha512sums="
6e0ce9e968cf94f51f2fc7e1d9adba2201749026d0e840d05d0c6b5c531e27f87f3bc7276f4b50985a26e7da7e3e9b251e5dc0bcdd7fd67add621014108b923e deviceinfo
538c16bf36c71945e1c49e941b2d2a64b9a6929b10cfc69dba59376710a37446eab64461a09194b24fc1f24fcc5ec8253acd54e79c09765967261292d09b4ac7 deviceinfo
f4df83d543efb5748743f56fbfeddc6734ad341fb623f796faa74b4f42cadfd9a7b1aea2bd3a6f7aa3f284bcb34c05b2ec2a1704ad6e88b043f92dc0de14a573 modules-initfs
"

View file

@ -14,6 +14,7 @@ deviceinfo_drm="false"
# Some devices (e.g. iPads) are not handsets, but most are.
deviceinfo_chassis="handset"
deviceinfo_external_storage="false"
deviceinfo_rootfs_image_sector_size="4096"
# Futureproofing since the size that can be passed to iBoot is a limitation.
deviceinfo_create_initfs_extra="true"