Recfactor immutable rootfs package and initrd creation #305
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR includes three concepts:
Drop isoscan use in favor of a self provided script that is not
devoted to ISO images and offers some further flexibility. For
instance this enables
rd.cos.debugrw
kernel parameter to boot onreadwrite mode. Fixes Replace isoscan with a custom dracut script #65
Drop most dracut hooks in favor of early boot systemd services. This
is relevant in case we want or need to recode the layout tools so
we are not tied to shell scripts. This also properly adds the rootfs
stage into cos-setup. This is relevant for Deploy image in COS_ACTIVE #220 so early boot
configurations can be easily applied.
Move initrd creation from immutable-rootfs package an persist the
dracut configuration in config files. Fixes Persist dracut configuration #239
Signed-off-by: David Cassany [email protected]