RPi-Distro / pi-gen

Tool used to create the official Raspberry Pi OS images
BSD 3-Clause "New" or "Revised" License
2.58k stars 1.61k forks source link

Remove resize2fs_once init script #649

Open mmmspatz opened 1 year ago

mmmspatz commented 1 year ago

As of 7206ab1, the firstboot script runs as init during first boot. Unlike init_resize.sh before it, firstboot runs resize2fs immediately after resizing the root partition. The resize2fs_once init script is therefore redundant. Shall we get rid of it?

sithmein commented 7 months ago

https://github.com/RPi-Distro/pi-gen/pull/753 also removes this script.