The initial init bootscript that I'm currently drafting is in execline using
the template provided by Laurent. I was going to take the advice on using
/bin/sh rather than /bin/execlineb but I recanted that decision due to the fact
I wanted the using the FIFO handling execline provides.
My question about stage 1 is as follows for a target system of a PC desktop:
If I am reading things correctly, assumingly, init-stage1 using the template, I
only need to correct the paths and include any mounts of virtual kernel file
systems not listed as well as get cgroups ready, and stage any core one-time
services like copying core service scripts to the service scan directory on the
tmpfs, correct, before passing off to init-stage2 to load drivers, start
daemons, etc.?
Thanks,
James