File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / rc.s / 000.boot.run
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Sep 15 19:06:54 2014 UTC (9 years, 11 months ago) by misho
Branches: MAIN
CVS tags: elwix2_6, elwix2_3, HEAD, ELWIX2_5, ELWIX2_2p0
elwix 2.2

#!/bin/sh
#
# This is default action for *Boot Stage Loader*
#
# $Id: 000.boot.run,v 1.2 2014/09/15 19:06:54 misho Exp $

echo ">>> BASE BOOT STAGE <<<"

for i in /etc/rc.t/*; do
	[ -d $i ] && continue
	[ "000.boot.run" = $(basename $i) ] && continue
	rm -f $i
done

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>