~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_hosts

  • 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/hosts"
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/hosts"
 
41
 
42
42
                # Checking stage file
43
43
                Check_stagefile .stage/chroot_hosts
44
44
 
65
65
                ;;
66
66
 
67
67
        remove)
 
68
                Echo_message "Deconfiguring file /etc/hosts"
 
69
 
68
70
                # Checking lock file
69
71
                Check_lockfile .lock
70
72