dracut-systemd/dracut-initqueue: only start service if really needed
[dracut.git] / modules.d / 99uefi-lib / module-setup.sh
blob3dcff22856d6ce3204f7a45d6f66d431d73b6c77
1 #!/bin/bash
3 # called by dracut
4 check() {
5 return 255
8 # called by dracut
9 depends() {
10 echo bash
11 return 0
14 # called by dracut
15 install() {
16 inst_simple "$moddir/uefi-lib.sh" "/lib/uefi-lib.sh"