forked from dracutdevs/dracut
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Backport fixes to 059 #384
Merged
aafeijoo-suse
merged 13 commits into
openSUSE:SUSE/059
from
aafeijoo-suse:059-upstream-fixes-13
Nov 6, 2024
Merged
Backport fixes to 059 #384
aafeijoo-suse
merged 13 commits into
openSUSE:SUSE/059
from
aafeijoo-suse:059-upstream-fixes-13
Nov 6, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
modules
dracut-systemd
dmsquash-live
livenet
base
btrfs
dracut-install
systemd-coredump
pcsc
nbd
labels
Nov 1, 2024
tblume
approved these changes
Nov 6, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
When use clone ioctl to copy a file, the extended attributes of files are missing, which is inconsistent with the result by using the cp command. This commit add the process to copy extended attributes after clone_file(). Signed-off-by: Huaxin Lu <[email protected]> (cherry picked from commit dracut-ng/dracut-ng@3e1d0bc)
Unlike ordinary binaries, kernel module will be unusable if stripped with "-p". Fix this by always use "-g" only. So far it didn't cause many issues since most kernels have their modules signed or compressed so this is skipped. Signed-off-by: Kairui Song <[email protected]> (cherry picked from commit dracut-ng/dracut-ng@a1c51af)
…ec files Although the kernel modules are not included yet because they are not executable, this speeds up the `find`. (cherry picked from commit dracut-ng/dracut-ng@ad36b61)
This fixes the build with `--kernel-only` option.
``` [ 1.654722] localhost dracut-initqueue[362]: /etc/udev/udev.conf:12: Failed to parse log level, ignoring: "debug" ```
systemd-cryptsetup requires libpcsclite_real.so.1 Without it you get the following error: systemd-cryptsetup[697]: loading "libpcsclite_real.so.1" failed: libpcsclite_real.so.1: cannot open shared object file: No such file or directory Signed-off-by: Manuel Fombuena <[email protected]> (cherry picked from commit dracut-ng/dracut-ng@bfa00c2)
/var is usually not mounted in the initrd, so it will not persist.
aafeijoo-suse
force-pushed
the
059-upstream-fixes-13
branch
from
November 6, 2024 16:15
a3be562
to
721fccd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.