Added workaround for building Etch release version

This commit is contained in:
frisco 2009-07-11 21:58:40 +00:00
parent cb123df3a8
commit 0f216baca5
3 changed files with 32 additions and 1 deletions

20
config/release-settings Normal file
View file

@ -0,0 +1,20 @@
##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"
#Disable console login and enable other security measures
CNAS_HARDNESS="secure"