Added workaround for building Etch release version
This commit is contained in:
parent
cb123df3a8
commit
0f216baca5
3 changed files with 32 additions and 1 deletions
|
@ -45,3 +45,13 @@ patch
|
|||
#cryptobox-server
|
||||
## ntfs-3g is not in etch
|
||||
|
||||
|
||||
## The following have been manually adapted from the
|
||||
## live-helper "minimal" list. This is to work around an
|
||||
## odd behavior which breaks the "secure" build on Etch
|
||||
## (ie when $LH_PACKAGES_LISTS="minimal cryptonas")
|
||||
|
||||
## "minimal" includes eject file sudo vim-tiny,
|
||||
## but we don't need all of those
|
||||
sudo file
|
||||
|
||||
|
|
|
@ -98,7 +98,8 @@ LH_PACKAGES=""
|
|||
|
||||
# $LH_PACKAGES_LISTS: set package list to install
|
||||
# (Default: standard)
|
||||
# FIXME: Use "minimal cryptonas" for CryptoNAS releases
|
||||
# Use "cryptonas" (etch) or "minimal cryptonas" (lenny)
|
||||
# for CryptoNAS releases
|
||||
# Use "standard cryptonas-devel" for development
|
||||
LH_PACKAGES_LISTS="standard cryptonas-devel"
|
||||
|
||||
|
|
20
config/release-settings
Normal file
20
config/release-settings
Normal 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"
|
Loading…
Reference in a new issue