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 for Arch Realtime kernels #1

Open
nicholatian opened this issue Feb 14, 2024 · 0 comments
Open

Fix for Arch Realtime kernels #1

nicholatian opened this issue Feb 14, 2024 · 0 comments
Assignees
Labels

Comments

@nicholatian
Copy link
Member

Alabaster currently fails to detect Arch Linux installs using the realtime kernel. The syntax is also thorny, as it should be using -- to terminate flag parsing before trying to grep for the string -arch. Use the following check instead:

if uname -a | grep -q -- '-arch' || uname -a | grep -q -- '-rt'; then
@nicholatian nicholatian self-assigned this Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant