443dd1f163
"README.devel" for some additional notes.
21 lines
613 B
Bash
21 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
|