Hi Serenissi,
On 24/09/24 2:58 pm, serenissi wrote:
> du -sh /usr/lib/systemd/
> 13M /usr/lib/systemd/
>
> du -sh /usr/lib64/systemd
> 6.4M /usr/lib64/systemd
>
> i.e. about 20M with most stuffs of systemd package installed. Is it too
> large for initrd? Idk about your setup, might be em
On Mon, Sep 23, 2024 at 12:33 PM wrote:
> Hi Team,
>
> I'm exploring the possibility of splitting the systemd binary to
> optimize boot time before and after switching to the root filesystem.
>
> I’m aware that the systemd binary is quite large and may not fit in the
> initramfs, but is it feasib
Are you aware that tools like mkosi already generate initrds which run
systemd? And systemd already has the logic to let services survive the
pivot_root (though that is discouraged and you should better use fdstore to
pass existing state to a new instance of the service).
Cheers, Nils
On Mon, Sep
du -sh /usr/lib/systemd/
13M /usr/lib/systemd/
du -sh /usr/lib64/systemd
6.4M /usr/lib64/systemd
i.e. about 20M with most stuffs of systemd package installed. Is it too
large for initrd? Idk about your setup, might be embedded flash..
On 9/23/24 12:03, dharm...@microchip.com wrote:
Hi