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

[BUG] EndeavorOS now uses kernel-install-for-dracut instead of dracut-rebuild to generate initramfs + kernel #170

Open
haensche opened this issue Jun 11, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@haensche
Copy link

The rebuilding of the initramfs is done via reinstall-kernels on EndeavorOS; at least on my configuration. Dracut-rebuild just throws an error pointing to reinstall-kernels.

Proposed change:

    elif os.path.exists('/usr/lib/endeavouros-release') and os.path.exists('/usr/bin/dracut'):
        command = ['reinstall-kernels']
@haensche haensche added the bug Something isn't working label Jun 11, 2024
@killajoe
Copy link

killajoe commented Jul 6, 2024

This is only in case you are using systemd-boot EndeavourOS is using reinstall-kernels

Grub installs still using dracut-rebuild

@killajoe
Copy link

killajoe commented Jul 6, 2024

#91

@dalto8
Copy link
Contributor

dalto8 commented Jul 6, 2024

dracut-rebuild works with either kernel-install-for-dracut or eos-dracut.

What error are you getting?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants