Preliminary distro packaging changes - #242
Merged
Merged
Conversation
pevik
reviewed
Nov 26, 2024
pevik
approved these changes
Nov 26, 2024
pevik
left a comment
Collaborator
There was a problem hiding this comment.
LGTM
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Fix OBS sourced-script-with-shebang error. Signed-off-by: David Disseldorp <ddiss@suse.de>
Rapido doesn't use working-directory relative paths, but is moving
towards supporting such paths for distribution packages, e.g.:
DRACUT_OUT="rapido.cpio"
With such a configuration, cut scripts prior to this change will
attempt to write out the initramfs image under ${RAPIDO_DIR}/cut .
This commit also changes rapido_list() to use a similar cd-less pattern.
Signed-off-by: David Disseldorp <ddiss@suse.de>
Dracut 059+suse.541.g3c2df232-150600.3.11.2 (openSUSE 15.6) uses a "dracut[I]: *** " line prefix, instead of the previous "dracut: ***". Signed-off-by: David Disseldorp <ddiss@suse.de>
ddiss
force-pushed
the
prelim_distro_pkg
branch
from
November 27, 2024 10:52
b33a5a1 to
f5bce8d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The first minor batch of changes moving rapido towards distro package support, cherry picked from #228 .
I've tacked on one extra selftests fix to handle upstream dracut output changes.