Reorganizing frontend in source tree.
[live-boot-grml.git] / scripts / boot.sh
diff --git a/scripts/boot.sh b/scripts/boot.sh
deleted file mode 100755 (executable)
index 67585f9..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-# set -e
-
-# Reading configuration file from filesystem and live-media
-for _FILE in /etc/live/boot.conf /etc/live/boot/*
-do
-       if [ -e "${_FILE}" ]
-       then
-               . "${_FILE}"
-       fi
-done
-
-for _SCRIPT in /lib/live/boot/????-*
-do
-       if [ -e "${_SCRIPT}" ]
-       then
-               . ${_SCRIPT}
-       fi
-done