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:
parent
443dd1f163
commit
13e8c341a1
13 changed files with 584 additions and 40 deletions
|
@ -33,7 +33,6 @@ LH_LANGUAGE="en"
|
|||
# (Default: autodetected)
|
||||
#LH_LINUX_FLAVOURS="486 686"
|
||||
|
||||
|
||||
# $LH_LINUX_PACKAGES: set kernel packages to use
|
||||
# (Default: autodetected)
|
||||
LH_LINUX_PACKAGES="linux-image-2.6 ${LH_UNION_FILESYSTEM}-modules-2.6 squashfs-modules-2.6"
|
||||
|
@ -45,8 +44,7 @@ LH_PACKAGES=""
|
|||
|
||||
# $LH_PACKAGES_LISTS: set package list to install
|
||||
# (Default: standard)
|
||||
# FIXME: Use "minimal cryptonas" for CryptoNAS releases
|
||||
LH_PACKAGES_LISTS="standard cryptonas-devel"
|
||||
LH_PACKAGES_LISTS="standard"
|
||||
|
||||
# $LH_TASKS: set tasks to install
|
||||
# (Default: empty)
|
||||
|
@ -64,3 +62,7 @@ LH_SYMLINKS="disabled"
|
|||
# (Default: disabled)
|
||||
LH_SYSVINIT="disabled"
|
||||
|
||||
|
||||
#Load CryptoNAS and user-customized settings
|
||||
. config/cnas-active-settings
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue