X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot.sh;h=67585f9c9558795a5bc2c6fb3cc9e4f3c01d43f9;hb=ac1719f138a34e2348051859080afd2f1fbd2429;hp=c031f00384602bbcfcf26f10dec8e8fe8ad23c2c;hpb=2e70d7be610c9e45787c37352d36241de3c155d7;p=live-boot-grml.git diff --git a/scripts/boot.sh b/scripts/boot.sh index c031f00..67585f9 100755 --- a/scripts/boot.sh +++ b/scripts/boot.sh @@ -2,6 +2,15 @@ # 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}" ]