Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to use initoverlayfs as an init system
- Introduced a new command-line option (--initoverlayfs-init) to enable initoverlayfs as an init system and mount storage immediately. - Modified the script to handle the new option and update the configuration accordingly. - Updated the version to 0.993. - Added changelog entry for the new release. - Updated the build scripts and spec file to include necessary dependencies and handle the new option. - Modified the dracut module setup to check for the new option and adjust the installation accordingly. - Updated the build script to include the necessary library (libblkid) for linking. - Improved error handling and logging in the main script. - Updated systemd integration to conditionally include systemd units based on the new option. - Improved build scripts for better compatibility and error handling. Signed-off-by: Eric Curtin <[email protected]>
- Loading branch information