Skip to content

Create mount points in fs_init() if they don't exist#470

Merged
troglobit merged 1 commit intofinit-project:masterfrom
aanderse:master
Jan 20, 2026
Merged

Create mount points in fs_init() if they don't exist#470
troglobit merged 1 commit intofinit-project:masterfrom
aanderse:master

Conversation

@aanderse
Copy link
Contributor

In containerized or virtualized environments, standard mount point directories may not exist at boot. Ensure they are created before attempting to mount.


when running finix in a container we can skip stage 1 (initramfs) entirely - this change let's me boot directly into finit in my stage 2 without the need for a shell script to mkdir and then call finit! 🚀

In containerized or virtualized environments, standard mount point
directories may not exist at boot.  Ensure they are created before
attempting to mount.
@troglobit troglobit merged commit dacda5a into finit-project:master Jan 20, 2026
2 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