cryptonas-livecd/config/cnas-active-settings
frisco 443dd1f163 Did some cleanup. Builds and (unlike revision 1110) boots. See
"README.devel" for some additional notes.
2008-06-19 07:35:37 +00:00

22 lines
613 B
Bash

#CryptoNAS Live include file
#$BUILD_DIR/config/cnas-active-settings
# -*- bash -*- #configure Emacs for bash mode
#This file includes the config files in the correct order.
#It can be included by scripts both in the bootstrap and
#chroot environments. Variable assignments in later
#includes override earlier ones.
. ./cnas-default-settings
#May be necessary to include this file in the below files instead...
#. ./common
#. ./bootstrap
#. ./chroot
#. ./binary
#. ./source
#Include cnas-custom-settings IFF this file exists
#. ./cnas-custom-settings
[ -f ./cnas-custom-settings ] && . ./cnas-custom-settings