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

Backport fixes to 059 #384

Merged
merged 13 commits into from
Nov 6, 2024

Conversation

aafeijoo-suse
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@tblume tblume left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Huaxin Lu and others added 13 commits November 6, 2024 17:13
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 aafeijoo-suse merged commit d2af702 into openSUSE:SUSE/059 Nov 6, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants