~timrchavez/live-build/lb-sg-2.x-zsynczsync-fix-take2

« back to all changes in this revision

Viewing changes to helpers/lh_config

  • Committer: Daniel Baumann
  • Date: 2011-03-09 17:19:41 UTC
  • Revision ID: daniel@debian.org-20110309171941-vyn0zxupujidmbu9
Adding live-helper 1.0~a15-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
292
292
# Creating lh_binary_* configuration
293
293
mkdir -p "${LIVE_ROOT}"/config/binary_grub
294
294
mkdir -p "${LIVE_ROOT}"/config/binary_local-includes
 
295
mkdir -p "${LIVE_ROOT}"/config/binary_local-udebs
295
296
mkdir -p "${LIVE_ROOT}"/config/binary_rootfs
296
297
mkdir -p "${LIVE_ROOT}"/config/binary_syslinux
297
298
 
318
319
# (Default: ${LIVE_DEBIAN_INSTALLER})
319
320
LIVE_DEBIAN_INSTALLER="${LIVE_DEBIAN_INSTALLER}"
320
321
 
 
322
# \$LIVE_LIVE_INSTALLER: set debian-installer + live-installer
 
323
# (Default: ${LIVE_LIVE_INSTALLER})
 
324
LIVE_LIVE_INSTALLER="${LIVE_LIVE_INSTALLER}"
 
325
 
321
326
# \$LIVE_ENCRYPTION: set encrytion
322
327
# (Default: empty)
323
328
LIVE_ENCRYPTION="${LIVE_ENCRYPTION}"