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

kernel-uki: drop dbus in initrd #10311

Merged
merged 2 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions SPECS-SIGNED/kernel-signed/kernel-signed.spec
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ echo "initrd of kernel %{uname_r} removed" >&2
%exclude /module_info.ld

%changelog
* Tue Sep 10 2024 Jo Zzsi <[email protected]> - 6.6.47.1-3
- Bump release to match kernel

* Thu Sep 12 2024 Rachel Menge <[email protected]> - 6.6.47.1-5
- Bump release to match kernel

Expand Down
3 changes: 3 additions & 0 deletions SPECS-SIGNED/kernel-uki-signed/kernel-uki-signed.spec
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ popd
/lib/modules/%{kernelver}/vmlinuz-uki.efi

%changelog
* Tue Sep 10 2024 Jo Zzsi <[email protected]> - 6.6.47.1-3
- Bump release to match kernel

* Thu Sep 12 2024 Rachel Menge <[email protected]> - 6.6.47.1-5
- Bump release to match kernel

Expand Down
3 changes: 3 additions & 0 deletions SPECS/kernel-headers/kernel-headers.spec
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ done
%endif

%changelog
* Tue Sep 10 2024 Jo Zzsi <[email protected]> - 6.6.47.1-3
- Bump release to match kernel

* Thu Sep 12 2024 Rachel Menge <[email protected]> - 6.6.47.1-5
- Bump release to match kernel

Expand Down
2 changes: 1 addition & 1 deletion SPECS/kernel/kernel-uki-dracut.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ compress="xz"
early_microcode="no"

# modules: basics
dracutmodules+=" base systemd systemd-initrd dracut-systemd dbus shutdown i18n "
dracutmodules+=" base systemd systemd-initrd dracut-systemd shutdown i18n "

# modules: storage support
dracutmodules+=" dm rootfs-block fs-lib "
Expand Down
2 changes: 1 addition & 1 deletion SPECS/kernel/kernel-uki.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"kernel-uki-dracut.conf": "57f80f04f138e1d0083aedc4a8b440de97a6ed693ba7014b3580f0d2cdd768b6"
"kernel-uki-dracut.conf": "83b8db11c5066b275f8d982bbae69305750f94f7e96ab215104ed050a682de4e"
}
}
3 changes: 3 additions & 0 deletions SPECS/kernel/kernel-uki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ ln -s /boot/vmlinuz-uki-%{kernelver}.efi %{buildroot}/lib/modules/%{kernelver}/v
/lib/modules/%{kernelver}/vmlinuz-uki.efi

%changelog
* Tue Sep 10 2024 Jo Zzsi <[email protected]> - 6.6.47.1-3
- Remove dbus from initrd

* Thu Sep 12 2024 Rachel Menge <[email protected]> - 6.6.47.1-5
- Bump release to match kernel

Expand Down
3 changes: 3 additions & 0 deletions SPECS/kernel/kernel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@ echo "initrd of kernel %{uname_r} removed" >&2
%{_sysconfdir}/bash_completion.d/bpftool

%changelog
* Tue Sep 10 2024 Jo Zzsi <[email protected]> - 6.6.47.1-3
- UKI: remove dbus from initrd

* Thu Sep 12 2024 Rachel Menge <[email protected]> - 6.6.47.1-5
- Build mpt2sas and mpt3sas drivers as modules
- Build pata_legacy as module
Expand Down