Created tag for Live CD/Live USB release v0.3.5 build config

This commit is contained in:
frisco 2010-08-09 07:16:42 +00:00
parent 783824bad9
commit bd96dede76
101 changed files with 9510 additions and 0 deletions

View file

@ -0,0 +1,22 @@
##deb-live/config/cnas-custom-settings.d/release-settings
##Activate release-specific live-helper settings
##
##To build a "release" version, this file should
##be copied to the cnas-custom-settings.d
##directory, where it will be sourced by
##the live-helper scripts.
# $LH_PACKAGES_LISTS: set package list to install
# Use "cryptonas" for CryptoNAS releases
LH_PACKAGES_LISTS="cryptonas"
#LH_BINARY_IMAGES="iso"
#LH_BINARY_IMAGES="usb-hdd"
# $LH_SOURCE: Create a source code tarball?
LH_SOURCE="enabled"
LH_SOURCE_IMAGES="tar"
#Disable console login and enable other security measures
CNAS_HARDNESS="secure"