21 lines
575 B
Text
21 lines
575 B
Text
|
|
||
|
#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=""
|