Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename initoverlayfs-setup to initoverlayfs #70

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Conversation

ericcurtin
Copy link
Collaborator

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.

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.

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
@dougsland dougsland merged commit 1bc9ff2 into main Feb 19, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants