Skip to content

Commit

Permalink
remove plymouth remnants, add dependency on systemd-ask-password drac…
Browse files Browse the repository at this point in the history
…ut module
  • Loading branch information
mberndt123 committed Jun 24, 2023
1 parent 4874530 commit 5786482
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions dracut/90stratis/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ check() {
xfs_growfs \
xfs_db \
udevadm \
/usr/bin/systemd-ask-password \
/usr/sbin/thin_metadata_size \
/usr/lib/udev/stratis-str-cmp \
/usr/lib/udev/stratis-base32-decode ||
Expand All @@ -22,7 +21,7 @@ check() {

# called by dracut
depends() {
echo dm
echo dm systemd-ask-password
return 0
}

Expand All @@ -43,16 +42,12 @@ install() {
xfs_growfs \
xfs_db \
udevadm \
plymouth \
/usr/sbin/plymouthd \
/usr/sbin/thin_metadata_size \
/usr/lib/udev/stratis-base32-decode \
/usr/lib/udev/stratis-str-cmp

# Dracut dependencies
inst_multiple $systemdutildir/system-generators/stratis-setup-generator \
$systemdutildir/system/plymouth-start.service \
plymouth
inst_multiple $systemdutildir/system-generators/stratis-setup-generator

inst_rules "$moddir/61-stratisd.rules"
inst_simple "$moddir/stratisd-min.service" $systemdutildir/system/stratisd-min.service
Expand Down

0 comments on commit 5786482

Please sign in to comment.