Raspi-image-spec/rootfs
Andres Salomon 0f23b8e378 rpi-resizerootfs: switch the root filesystem resizing away from a systemd oneshot service
Switch away from using a systemd service for the initial root resize.
Instead, we resize the root partition and filesystem in the initrd.

To simplify things, the initrd script will check whether it should resize
the partition on every boot. It does this by checking if the entire disk
(ignoring an empty 4MB) is in use.  However, the scripts themselves are
deleted from the system after the initrd is generated. After the image
is installed, the resize script should exist only in the initrd. When the
kernel gets upgraded (eg, for a security update) or a new initrd is generated
due to a package install, the new initrd will not contain the resize script.
At that point, nothing will remain from the image's initial resize
bootstrapping process.

This process (but not the scripts) is similar to what cloud-initramfs-growroot
does. However, that particular package has an indirect dependency on Python,
and we don't necessarily want that overhead in our images just for resizing.
2021-05-10 14:08:07 -04:00
..
boot/firmware Merge branch 'rootfs' into 'master' 2020-08-15 05:06:18 +00:00
etc rpi-resizerootfs: switch the root filesystem resizing away from a systemd oneshot service 2021-05-10 14:08:07 -04:00
usr/local/sbin rpi-resizerootfs: switch the root filesystem resizing away from a systemd oneshot service 2021-05-10 14:08:07 -04:00