~asac/live-build/live-helper.install-kernel-with-no-initramfs

« back to all changes in this revision

Viewing changes to helpers/lh_binary

  • Committer: Daniel Baumann
  • Date: 2007-09-23 08:04:47 UTC
  • Revision ID: git-v1:f4383da69d4642521cb07f8f970d9c9c759b44ee
Tags: 1.0_a2-1
Adding live-helper 1.0~a2-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# lh_image(1) - building the images
4
4
 
5
 
# Source common functions
6
 
for FUNCTION in /usr/share/live-helper/functions/*.sh
7
 
do
8
 
        . ${FUNCTION}
9
 
done
10
 
 
11
 
# Reading configuration files
12
 
Read_conffile config/common
13
 
Read_conffile config/image
14
 
Set_defaults
15
 
 
16
5
# Building root filesystem
17
6
lh_binary_rootfs
18
7
lh_binary_manifest
34
23
lh_binary_md5sum
35
24
 
36
25
# Building images
 
26
lh_binary_hdd
37
27
lh_binary_iso
38
28
lh_binary_net
39
29
lh_binary_usb