diff options
| author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-06-24 21:29:10 +0200 |
|---|---|---|
| committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-06-24 21:33:51 +0200 |
| commit | 0aa07bd386f516176364e710e8b9132036c72986 (patch) | |
| tree | 27e39d4b1a7deedad4adb8b6e62cc01e44c58bc5 /scripts | |
| parent | 9bb62c8a50e9e92b0e0d637c624d364be6a911ca (diff) | |
| download | live-boot-0aa07bd386f516176364e710e8b9132036c72986.tar.gz live-boot-0aa07bd386f516176364e710e8b9132036c72986.zip | |
Reorganizing frontend in source tree.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/boot.sh | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/scripts/boot.sh b/scripts/boot.sh deleted file mode 100755 index 67585f9..0000000 --- a/scripts/boot.sh +++ /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 |
