X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=frontend%2Flive-boot;fp=scripts%2Fboot.sh;h=32d0a3be98a42f3d7c7873b458d75af85c8ca54e;hb=3b9aa28dd04d694d49a07cf4d13fc8c704891f5b;hp=67585f9c9558795a5bc2c6fb3cc9e4f3c01d43f9;hpb=659360c19ad0a28a430545149fc2c4f834d11007;p=live-boot-grml.git diff --git a/scripts/boot.sh b/frontend/live-boot similarity index 71% rename from scripts/boot.sh rename to frontend/live-boot index 67585f9..32d0a3b 100755 --- a/scripts/boot.sh +++ b/frontend/live-boot @@ -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