blob: 25e43dc175e91c0f8c5ded018dfd1baaac293592 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/env bash
build() {
/usr/bin/boot-digest-mkinitcpio &
}
help() {
cat <<HELPEOF
This hook waits for mkinitcpio to finish, then recalculates the boot digest.
HELPEOF
}
|