raspi2: bump kernel version; use 4MiB partition startpoints.

This commit is contained in:
parazyd 2018-01-29 15:19:28 +01:00
parent 8b0040c106
commit d1c74a79bb
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 3 additions and 3 deletions

View File

@ -30,15 +30,15 @@ size=1891
inittab=("T0:23:respawn:/sbin/agetty -L ttyAMA0 115200 vt100")
parted_type="dos"
parted_boot="fat32 2048s 264191s"
parted_root="ext4 264192s 100%"
parted_boot="fat32 8192s 270335s"
parted_root="ext4 270336s 100%"
bootfs="vfat"
extra_packages+=()
custmodules=(snd_bcm2835)
gitkernel="https://github.com/raspberrypi/linux.git"
gitbranch="rpi-4.14.y"
gitbranch="rpi-4.15.y"
rpifirmware="https://github.com/raspberrypi/firmware.git"