Renaming boot scripts for refactoring them into numbered plugins.
[debian-live-boot/hramrach.git] / scripts / boot.sh
blobc031f00384602bbcfcf26f10dec8e8fe8ad23c2c
1 #!/bin/sh
3 # set -e
5 for _SCRIPT in /lib/live/boot/????-*
6 do
7 if [ -e "${_SCRIPT}" ]
8 then
9 . ${_SCRIPT}
11 done