sailfish-on-dontbeevil / droid-config-pinephone

PinePhone configuration package
13 stars 7 forks source link

[config] Mount boot partition to allow kernel updates #1

Closed DylanVanAssche closed 4 years ago

DylanVanAssche commented 4 years ago

Use systemd to mount the boot partition under /boot. When updating the kernel package, the kernel will be updated on the right partition. Without this patch, the kernel is updated in the /boot directory. However, U-boot boots the kernel using the boot partition (which uses the old kernel).