docs: point rpm-ostree users at the working acpi-fix method - #52
Open
Weijtmans wants to merge 1 commit into
Open
docs: point rpm-ostree users at the working acpi-fix method#52Weijtmans wants to merge 1 commit into
Weijtmans wants to merge 1 commit into
Conversation
|
I followed the steps in the PR, typing these commands: And they seemed to succeed, but then the PR also says to do this: That command resulted in: I believe it needs a "sudo" in front of it, after I added "sudo" I think I see these lines in the output which is, I believe, what we were looking for: |
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.
Closes #48.
The ACPI fix's Step 2 offers Fedora (BLS) or Arch/Debian (GRUB) instructions, and a Bazzite user following the Fedora branch lands in an empty nano buffer, which is exactly what #48 reports: an ostree system has no
/boot/loader/entries/<machine-id>-<kernel>.conf, its BLS entries are regeneratedostree-*.conffiles, and hand edits there do not survive the next deployment.The working method for that family was already on this site, on the Fedora CoreOS page (dracut override directory plus
rpm-ostree initramfs --enable), but nothing linked to it. This PR:linux/bazzite.mda short ACPI section under Post-Installation Configuration pointing at the right variant, so Bazzite readers stop guessing between the two existing branches.The method itself is the one already documented and verified on the CoreOS page; this change connects it to the audience that keeps missing it.
mkdocs build --strictpasses.