From 0aa07bd386f516176364e710e8b9132036c72986 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Jun 2013 21:29:10 +0200 Subject: Reorganizing frontend in source tree. --- scripts/boot.sh | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 scripts/boot.sh (limited to 'scripts') 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 -- cgit v1.2.3