~asac/live-build/virtual-hdd-mtab-hack

« back to all changes in this revision

Viewing changes to helpers/lh_binary_linux-image

  • Committer: Daniel Baumann
  • Date: 2009-11-22 13:38:29 UTC
  • Revision ID: git-v1:5107fd236fb078b23c0e239c5ab6ffdaef98bc49
Renaming functions.sh to live-helper.sh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
set -e
11
11
 
12
12
# Including common functions
13
 
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
 
13
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
14
14
 
15
15
# Setting static variables
16
16
DESCRIPTION="$(Echo 'install linux-image into binary')"