Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit ddf1cf2

Browse files
committed
kernel/postinst.d/dracut: Pass arguments to dracut
How could I not notice this before?
1 parent b743e81 commit ddf1cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/postinst.d/dracut

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77

88
# Run the real dracut first if it exists
99
if [ -e /etc/kernel/postinst.d/dracut.SecureBoot ]; then
10-
/etc/kernel/postinst.d/dracut.SecureBoot
10+
/etc/kernel/postinst.d/dracut.SecureBoot "$@"
1111
fi
1212

1313
echo "sicherboot: Installing $1 to ESP"

0 commit comments

Comments
 (0)