Skip to content
Snippets Groups Projects
Commit 79d406e5 authored by Gerardo Exequiel Pozzi's avatar Gerardo Exequiel Pozzi Committed by Dave Reisner
Browse files

init: Remove unneeded test


Signed-off-by: default avatarGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Signed-off-by: default avatarDave Reisner <dreisner@archlinux.org>
parent b3160531
No related branches found
Tags 1.0.4-22
No related merge requests found
......@@ -36,11 +36,9 @@ else
udevd_running=0
fi
if [ -n "${disablehooks}" ]; then
for d in ${disablehooks//,/ }; do
eval "hook_${d}=disabled"
done
fi
for d in ${disablehooks//,/ }; do
eval "hook_${d}=disabled"
done
earlymodules=${earlymodules//,/ }
if [ -n "${earlymodules## }" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment