Daemons now start up correctly on their own.

Volumes can now be mounted, unmounted, and accessed using CIFS, including encrypted volumes.
Streamlined build customization capability, including addition of "scoreboard" file.
Added live-helper scripts to the repository.
This commit is contained in:
frisco 2008-07-04 05:33:24 +00:00
parent 443dd1f163
commit 13e8c341a1
13 changed files with 584 additions and 40 deletions

View file

@ -22,9 +22,7 @@ LH_APT_PIPELINE=""
# $LH_APT_RECOMMENDS: set apt/aptitude recommends
# (Default: enabled)
#LH_APT_RECOMMENDS="enabled"
#Enabled for CryptoNAS development. FIXME: Disable for releases
LH_APT_RECOMMENDS="enabled"
LH_APT_RECOMMENDS="disabled"
# $LH_APT_SECURE: set apt/aptitude security
# (Default: enabled)
@ -78,7 +76,7 @@ LH_LOSETUP="losetup"
# $LH_MODE: set distribution mode
# (Default: debian)
# FIXME: what are the other choices?
# Valid values are "debian" or "ubuntu"
LH_MODE="debian"
# $LH_ROOT_COMMAND: use sudo or equivalent
@ -123,8 +121,6 @@ LH_QUIET="disabled"
# (Default: disabled)
#LH_VERBOSE="disabled"
# Internal stuff (FIXME)
# The `--force-yes' option should be removed once `apt' is made to
# recognize and use all the relevant GPG keys. `--yes' can stay.
APT_OPTIONS="--yes --force-yes"
# Internal stuff
APT_OPTIONS="--yes"
APTITUDE_OPTIONS="--assume-yes"