Adding upstream version 4.0~alpha21.
[debian-live-boot.git] / frontend / live-boot
blob32d0a3be98a42f3d7c7873b458d75af85c8ca54e
1 #!/bin/sh
3 # set -e
5 # Reading configuration file from filesystem and live-media
6 for _FILE in /etc/live/boot.conf /etc/live/boot/*
7 do
8 if [ -e "${_FILE}" ]
9 then
10 . "${_FILE}"
12 done
14 for _COMONENT in /lib/live/boot/????-*
16 if [ -e "${_COMONENT}" ]
17 then
18 . ${_COMONENT}
20 done