Did some cleanup. Builds and (unlike revision 1110) boots. See
"README.devel" for some additional notes.
This commit is contained in:
parent
652c10720d
commit
443dd1f163
8 changed files with 69 additions and 89 deletions
21
config/cnas-active-settings
Normal file
21
config/cnas-active-settings
Normal file
|
@ -0,0 +1,21 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue