Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: image's etc changes not being applied #224

Closed
wants to merge 1 commit into from

Conversation

mirkobrombin
Copy link
Member

@mirkobrombin mirkobrombin commented Feb 20, 2024

Should fix: Vanilla-Kattleya/plasma-image#10

The problem I was facing is the sddm user not being added to /var/lib/abroot/etc/vos-b/passwd. I did the process manually by diffing and patching both passwd files, then I found the changes were not being applied due to the -R flag being present, here the manpage:

  -R  --reverse  Assume patches were created with old and new files swapped.

by removing the flag, the changes got merged to /var/lib/abroot/etc/vos-b/passwd. Not sure if this ever worked before, I did some tests at the time but I forgot to document why I added the -R flag.

I need feedback and another test, perhaps using a different image, I am using the KDE image) on this before merging. The binary for testing will be available as an artifact once https://github.com/Vanilla-OS/ABRoot/actions/runs/7972020941 completes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SDDM won't start due to an issue with PAM
1 participant