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

Fix dracut modules dependencies #2228

Merged

Conversation

davidcassany
Copy link
Contributor

@davidcassany davidcassany commented Nov 11, 2024

This fixes a regression introduced in eb77a4c leading to a missing rsync in initrd

Signed-off-by: David Cassany <[email protected]>
@davidcassany davidcassany requested a review from a team as a code owner November 11, 2024 13:41
Copy link
Contributor

@anmazzotti anmazzotti left a comment

Choose a reason for hiding this comment

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

lgtm

@@ -24,7 +24,7 @@ install() {
declare systemdsystemunitdir=${systemdsystemunitdir}

inst_multiple \
mount cut basename lsblk elemental
mount cut basename elemental rsync findmnt
Copy link
Contributor Author

Choose a reason for hiding this comment

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

elemental mount command calls rsync and findmnt

@@ -18,8 +18,8 @@ install() {
declare systemdutildir=${systemdutildir}
declare systemdsystemunitdir=${systemdsystemunitdir}

inst_multiple -o \
"$systemdutildir"/systemd-fsck ln mkdir mount umount systemd-escape e2fsck
inst_multiple \
Copy link
Contributor Author

Choose a reason for hiding this comment

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

-o is for optional tools. Let's consider them all mandatory

@davidcassany davidcassany enabled auto-merge (rebase) November 11, 2024 13:45
@davidcassany davidcassany self-assigned this Nov 11, 2024
@davidcassany davidcassany merged commit 1960635 into rancher:main Nov 11, 2024
26 checks 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