The source project of this merge request has been removed.
Tweak boot partition size, since firmware goes into initrds now and blows that up
It was reported recently, that kernel upgrades fail due to /boot partition running out of space. Since firmware files are integrated into initrd these days, initrds are getting much larger now. Moreover, it's difficult to increase /boot afterwards in the relevant partitioning schemes (LVM), so let's bump /boot size to 1G on reasonable sized disks, and 768MB on small disks.
Edited by Holger Wansing