We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63dcd5b commit 7aef440Copy full SHA for 7aef440
hooks/installkernel/51-ugrd.install
@@ -24,6 +24,9 @@ main() {
24
# re-define for subst to work
25
[[ -n ${NOCOLOR+yes} ]] && NOCOLOR=
26
27
+ # Exit if ugrd is not the INSTALLKERNEL_INITRD_GENERATOR
28
+ [[ ${INSTALLKERNEL_INITRD_GENERATOR} == "ugrd" ]] || exit 0
29
+
30
# do nothing if somehow ugrd is not installed
31
[[ -x $(command -v ugrd) ]] || { ewarn "ugrd is not installed" && exit 0 ; }
32
0 commit comments