containers / initoverlayfs

GNU General Public License v2.0
35 stars 9 forks source link

Rename initoverlayfs-setup to initoverlayfs #70

Closed ericcurtin closed 4 months ago

ericcurtin commented 4 months ago

This binary is going to have two modes:

initoverlayfs --systemd

which is the recommended one. And:

initoverlayfs

where we use initoverlayfs's built-in init system, this is for use-cases where we require high levels of optimization, such as in the Automotive use case, this requires storage drivers to be built directly into the kernel so the kernel can do storage initialization, this built-in initoverlayfs init system will not do udev type things, at least initially.