Replace various mentionings of scripts with components.
[live-boot-grml.git] / frontend / live-boot
index 67585f9..32d0a3b 100755 (executable)
@@ -11,10 +11,10 @@ do
        fi
 done
 
-for _SCRIPT in /lib/live/boot/????-*
+for _COMONENT in /lib/live/boot/????-*
 do
-       if [ -e "${_SCRIPT}" ]
+       if [ -e "${_COMONENT}" ]
        then
-               . ${_SCRIPT}
+               . ${_COMONENT}
        fi
 done