try different pi partition scheme

This commit is contained in:
parazyd 2017-04-11 11:31:34 +02:00
parent a927e0b35a
commit 0f29f52b8e
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ size=1891
inittab="T0:23:respawn:/sbin/agetty -L ttyAMA0 115200 vt100"
parted_type="dos"
parted_boot="fat32 0 64"
parted_root="ext4 64 -1"
parted_boot="fat32 2048s 264191s"
parted_root="ext4 264192s 100%"
extra_packages+=()
custmodules=(snd_bcm2835)