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
20
config/cnas-default-settings
Normal file
20
config/cnas-default-settings
Normal file
|
@ -0,0 +1,20 @@
|
|||
|
||||
#include file for CryptoNAS Live
|
||||
|
||||
|
||||
#FIXME: move this somewhere else, such as "default settings"
|
||||
#Set this to "devel" or "normal" for development, or
|
||||
#set it to "hard" or "secure" for releases.
|
||||
CNAS_HARDNESS="devel"
|
||||
|
||||
# It is recommended that CryptoNAS-specific variable
|
||||
# definitions follow the CNAS_FOO or _CNAS_FOO conventions to
|
||||
# avoid polluting the shared live-helper namespace.
|
||||
###############################################################
|
||||
|
||||
#CNAS_DELETEFILES="/etc/rcS.d/*discover \
|
||||
#/etc/rcS.d/*lvm \
|
||||
#/var/log/dpkg.log \
|
||||
#/var/log/bootstrap.log"
|
||||
|
||||
#CNAS_MAKEDIRS=""
|
Loading…
Add table
Add a link
Reference in a new issue