Skip to content

Commit ca3a81b

Browse files
zipzdykstra
authored andcommitted
dracut: exclude clevis due to missing systemd module
If clevis is available, dracut will add it to the image. However, as dracut-systemd is already omitted, clevis will crash complaining of a missing environment variable.
1 parent 754d337 commit ca3a81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nofsck="yes"
22
add_dracutmodules+=" zfsbootmenu bash "
3-
omit_dracutmodules+=" btrfs zfs resume systemd systemd-initrd dracut-systemd plymouth dash "
3+
omit_dracutmodules+=" btrfs zfs resume systemd systemd-initrd dracut-systemd plymouth dash clevis "

0 commit comments

Comments
 (0)