c031f00384602bbcfcf26f10dec8e8fe8ad23c2c
[live-boot-grml.git] / scripts / boot.sh
1 #!/bin/sh
2
3 # set -e
4
5 for _SCRIPT in /lib/live/boot/????-*
6 do
7         if [ -e "${_SCRIPT}" ]
8         then
9                 . ${_SCRIPT}
10         fi
11 done