Doc mods (label no-release-notes)#1574
Merged
praiskup merged 1 commit intorpm-software-management:mainfrom May 1, 2025
Merged
Conversation
praiskup
reviewed
Apr 30, 2025
| We come up with a nice feature. Mock will not install bootstrap chroot itself. Instead, it will download the container image, extract the image, and use this extracted directory as a bootstrap chroot. And from this bootstrapped chroot install the final one. | ||
|
|
||
| Using this feature, **any** incompatible feature in either RPM or DNF can be used in the target chroot. Now or in future. And you will be able to install the final chroot. You do not even need to have RPM on a host. So this should work on any system. Even Debian based. The only requirement for this feature is [Podman](https://podman.io/). Do not forget to install the `podman` package. | ||
| Using this feature, **any** incompatible feature in either RPM or DNF can be used in the target chroot. Now or in future. And you will be able to install the final chroot. You do not even need to have `rpm` on a host. So this should work on any system, even Debian-based ones. The only requirement for this feature is [Podman](https://podman.io/). Do not forget to install the `podman` package. |
Member
There was a problem hiding this comment.
RPM seems fine here, it is used in the previous sentences.
Contributor
Author
There was a problem hiding this comment.
Hi @praiskup ,
My convention is this: RPM when referring to the project, rpm when referring to the binary:)
Cheers,
praiskup
approved these changes
Apr 30, 2025
Member
praiskup
left a comment
There was a problem hiding this comment.
LGTM, thank you!
(I would prefer squash merge, will do tomorrow or so).
for configuration blocks).
Contributor
Author
|
HI @praiskup
Understood, just squashed the 4 commits now:) |
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.
Introduces some phrasing modifications, a few typo corrections and adds syntax highlighting (mostly for configuration blocks).
Add
label no-release-notes- these changes all pertain to documentation files (underdocs).