-
Notifications
You must be signed in to change notification settings - Fork 3
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
WIP: Add a brief description of the source-git repository. #17
base: main
Are you sure you want to change the base?
Commits on Feb 20, 2024
-
Initialize as a source-git repository
From-dist-git-commit: a1ebaf27b616010bc672be9409ff42b8234b008d
Configuration menu - View commit details
-
Copy full SHA for 3b79a26 - Browse repository at this point
Copy the full SHA 3b79a26View commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e88440 - Browse repository at this point
Copy the full SHA 9e88440View commit details -
Based on a commit 856e7ac. Currently upstream does not create releases. Reference PR: dracutdevs/dracut#2509 Unpacked archive: https://github.com/pvalena/dracut-fedora/tree/v60-srpm-unpacked
Configuration menu - View commit details
-
Copy full SHA for 2a2f6e5 - Browse repository at this point
Copy the full SHA 2a2f6e5View commit details -
feat(kernel-install): do nothing when $KERNEL_INSTALL_INITRD_GENERATO…
…R says so dracut may be installed without being actually used. This is very common in binary distros where a package may be pulled in through dependencies, even though the user does not need it in a particular setup. KERNEL_INSTALL_INITRD_GENERATOR is being added in systemd's kernel-install to select which of the possibly many initrd generation mechanisms will be used. For backwards compat, if it not set, continue as before. But if set to something else, skip our kernel-install plugins. (Cherry-picked commit f47bcdd7342ca0d46b889e712a1c7446e18434bc from PR#1825)
Configuration menu - View commit details
-
Copy full SHA for f86d5ff - Browse repository at this point
Copy the full SHA f86d5ffView commit details -
fix(systemd-pcrphase): rename systemd-pcrphase binary to systemd-pcre…
…xtend The `systemd-pcrphase` binary has been renamed to `systemd-pcrextend` since systemd/systemd@32295fa0 (Cherry-picked 8d9b558939ebdbbbeefbb1cbcd6d6825efc901fb from PR#2526)
Configuration menu - View commit details
-
Copy full SHA for 12f3824 - Browse repository at this point
Copy the full SHA 12f3824View commit details -
fix(resume): add new systemd-hibernate-resume.service
Since systemd/systemd@a628d933, the generator only does the initial validation of the system info and then enables the new `systemd-hibernate-resume.service`. Fixes #2513 (Cherry-picked a2fe89116db4b286fbf515f26bd1773b5e6ee8ad from PR#2557)
Configuration menu - View commit details
-
Copy full SHA for 28ecd1f - Browse repository at this point
Copy the full SHA 28ecd1fView commit details -
fix: wait 12 hours before halt on media check fail
If a modesetting driver has been loaded by the time the media check happens, halting the system (as we currently do immediately if the check fails) blanks the screen, which is confusing for the user. This adds a warning message and a 12-hour wait before the system is eventually halted, so the user can see the media check failure and (presumably) reboot and fix the medium. It also tweaks the text of the failure message not to call it a "CD check", since it's not 1998 any more. https://bugzilla.redhat.com/show_bug.cgi?id=2246410 Signed-off-by: Adam Williamson <[email protected]> (Cherry-picked a1b346121da44908b2685d8ef1b5e68b57829b2b from PR#2545)
Configuration menu - View commit details
-
Copy full SHA for 5beddfc - Browse repository at this point
Copy the full SHA 5beddfcView commit details -
feat(network): include 98-default-mac-none.link if it exists
In Fedora Linux there was a new 98-default-mac-none.link file added to set the MACAddressPolicy=none for bond/bridge/team devices. We'd like for this policy to apply in the initramfs as well. See - https://fedoraproject.org/wiki/Changes/MAC_Address_Policy_none - https://src.fedoraproject.org/rpms/systemd/pull-request/100# (Cherry-picked commit f6810b69ae722096184eaaf282e12a2caa6928b9 from PR#2224)
Configuration menu - View commit details
-
Copy full SHA for aa45d7d - Browse repository at this point
Copy the full SHA aa45d7dView commit details -
feat(kernel-modules): add Qualcomm IPC router to enable USB
The x13s, and possibly other Qualcomm based devices need the QC IPC router driver in order to enable USB. Without it, its not possible to boot from USB-C attached disks. IPC in this case is Inter _Processor_ Communication and forms the message bus used to communicate between differing processing elements in a given system/SoC running and managing various hardware devices. This means that while it appears this driver should be in the dracut network modules that is incorrect because its not for enabling host networking in the initrd, but rather for communicating with other hardware blocks. Those other blocks aren't limited to modems, but any SMD (shared memory device), which on QC based machines includes the audio DSPs, RPM (resource power manager) and of course the application processor cores linux is running on. References: https://osmocom.org/projects/quectel-modems/wiki/Qualcomm_Linux_SMD https://android.googlesource.com/kernel/msm/+/android-7.1.0_r0.2/Documentation/arm/msm/msm_ipc_router.txt dracutdevs/dracut#2531 Signed-off-by: Jeremy Linton <[email protected]> (Cherry-picked commit a8015f7dfc682100434e3ee051bf9472a8e6cad4 from PR#2531)
Configuration menu - View commit details
-
Copy full SHA for f38de6b - Browse repository at this point
Copy the full SHA f38de6bView commit details -
fix(kernel-install): do not generate an initrd when one was specified
According to the synopsis, kernel-install can be called with an already-prepared initrd. In that case, no initrd should be generated by dracut. (Cherry-picked commit 0b72cf5c4eca0e0db76e3e210cfdc48e6b49bb74 from PR#1825)
Configuration menu - View commit details
-
Copy full SHA for ee0c17d - Browse repository at this point
Copy the full SHA ee0c17dView commit details -
fix(pkcs11): delete trailing dot on libcryptsetup-token-systemd-pkcs1…
…1.so libcryptsetup-token-systemd-pkcs11.so.* doesn't match the file libcryptsetup-token-systemd-pkcs11.so (Cherry-picked commit 5edaca7637d76a05429a31c28304ef3f476fe2f9 from PR#2540)
Configuration menu - View commit details
-
Copy full SHA for 461db48 - Browse repository at this point
Copy the full SHA 461db48View commit details -
fix(pcsc): add --disable-polkit to pcscd.service
Needs pcsc >= 2.0.0 polkit is not included in dracut and without this option, pcscd simply fails (Cherry-picked commit 842be0c89fe0cc8cac9efa88e68b07ae1c2d2464 from PR#2547)
Configuration menu - View commit details
-
Copy full SHA for edd63a5 - Browse repository at this point
Copy the full SHA edd63a5View commit details -
fix(pcsc): add opensc load module file
On Fedora, and possibly others, this file loads opensc-pkcs11.so which you need to interact with the smart card to unlock a LUKS encrypted volume. (Cherry-picked commit 6da61a2c0e38da4e6e880e1bb7f47d55d2c54c65 from PR#2547)
Configuration menu - View commit details
-
Copy full SHA for 8069d40 - Browse repository at this point
Copy the full SHA 8069d40View commit details
Commits on Mar 22, 2024
-
- sync with packit branch (PR#10) - also remove tests from .distro
4Configuration menu - View commit details
-
Copy full SHA for 9bd4c34 - Browse repository at this point
Copy the full SHA 9bd4c34View commit details
Commits on Apr 2, 2024
-
Add a brief description of the source-git repository.
Configuration menu - View commit details
-
Copy full SHA for 975f884 - Browse repository at this point
Copy the full SHA 975f884View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1c03e5 - Browse repository at this point
Copy the full SHA c1c03e5View commit details