We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77da93d commit f983468Copy full SHA for f983468
installkernel
@@ -121,6 +121,10 @@ if [ -n "${INSTALLKERNEL_CONF_ROOT}" ]; then
121
install_conf="${INSTALLKERNEL_CONF_ROOT}/install.conf"
122
elif [ -f "/etc/kernel/install.conf" ]; then
123
install_conf="/etc/kernel/install.conf"
124
+elif [ -f "/run/kernel/install.conf" ]; then
125
+ install_conf="/run/kernel/install.conf"
126
+elif [ -f "/usr/local/lib/kernel/install.conf" ]; then
127
+ install_conf="/usr/local/lib/kernel/install.conf"
128
elif [ -f "/usr/lib/kernel/install.conf" ]; then
129
install_conf="/usr/lib/kernel/install.conf"
130
else
0 commit comments