~oem-solutions-releng/live-build/lb-sg-2.x-add-support-for-xz-and-bzip2-compression

« back to all changes in this revision

Viewing changes to helpers/lh_chroot_linux-image

  • 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:
32
32
Read_conffile config/source
33
33
Set_defaults
34
34
 
35
 
Echo_message "Configuring file /etc/kernel-img.conf"
36
 
 
37
35
# Requiring stage file
38
36
Require_stagefile .stage/bootstrap
39
37
 
40
38
case "${1}" in
41
39
        install)
 
40
                Echo_message "Configuring file /etc/kernel-img.conf"
 
41
 
42
42
                # Checking stage file
43
43
                Check_stagefile .stage/chroot_linux-image
44
44
 
90
90
                ;;
91
91
 
92
92
        remove)
 
93
                Echo_message "Deconfiguring file /etc/kernel-img.conf"
 
94
 
93
95
                # Checking lock file
94
96
                Check_lockfile .lock
95
97