13e8c341a1
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.
14 lines
290 B
Text
14 lines
290 B
Text
# config/source - options for live-helper(7), source stage
|
|
|
|
# $LH_SOURCE: set source option
|
|
# (Default: disabled)
|
|
LH_SOURCE="disabled"
|
|
|
|
# $LH_SOURCE_IMAGES: set image type
|
|
# (Default: tar)
|
|
LH_SOURCE_IMAGES="tar"
|
|
|
|
|
|
#Load CryptoNAS and user-customized settings
|
|
. config/cnas-active-settings
|
|
|