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

minifai: avoid using apt satisfy #293

Merged
merged 1 commit into from
Jan 29, 2025
Merged

minifai: avoid using apt satisfy #293

merged 1 commit into from
Jan 29, 2025

Conversation

zeha
Copy link
Member

@zeha zeha commented Jan 29, 2025

Instead use apt install again, which has the traditional solving behaviour.

Fixes: #281

Relevant for GRML_FULL, which installs wireguard. wireguard Depends wireguard-modules. apt satisfy picks linux-image-rt-$arch to satisfy the virtual package wireguard-modules, ignoring linux-image-amd64 for this resolution.

@zeha zeha self-assigned this Jan 29, 2025
@zeha zeha requested review from mika and jkirk January 29, 2025 22:58
Instead use apt install again, which has the traditional solving behaviour.

Relevant for GRML_FULL, which installs wireguard. wireguard Depends
wireguard-modules. apt satisfy picks linux-image-rt-$arch to satisfy the
virtual package wireguard-modules, ignoring linux-image-amd64 for this
resolution.
@zeha zeha merged commit 1680659 into master Jan 29, 2025
12 checks passed
@zeha zeha deleted the zeha/no-satisfy branch January 29, 2025 23:05
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.

2 participants