Skip to content

Commit

Permalink
Fix dracut modules dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <[email protected]>
  • Loading branch information
davidcassany committed Nov 11, 2024
1 parent e447244 commit 1960635
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install() {
declare systemdsystemunitdir=${systemdsystemunitdir}

inst_multiple \
mount cut basename lsblk elemental
mount cut basename elemental rsync findmnt

inst_simple "/etc/elemental/config.yaml"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
"$systemdutildir"/systemd-fsck ln mkdir mount umount systemd-escape e2fsck lsblk basename

inst_hook cmdline 30 "${moddir}/elemental-cmdline.sh"

Expand Down

0 comments on commit 1960635

Please sign in to comment.