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

Bootloader no frzr kernel #71

Merged
merged 4 commits into from
Aug 25, 2024

Conversation

NeroReflex
Copy link
Contributor

The tool frzr kernel has been removed: clean up the rest of the code to remove references to it.

Add a default boot entry (called frzr.conf, same as the pre-refactor) that will use gpt-auto feature to boot the default deployment.

Add cmdline arguments found at /etc/kernel/cmdline to improve support for device-quirks
Using gpt-auto will ensure that efi partition and swap partition will be automatically mounted even if fstab do not list them.

Move btrfs subvol id detection code and recursive umount of deployment earlier to greatly reduce likelihood of generating a non-working default entry: it will only happen if the default subvolume cannot change (severe error anyway).
__frzr Show resolved Hide resolved
@NeroReflex NeroReflex merged commit 5ac6bba into ChimeraOS:master Aug 25, 2024
1 check passed
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