~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to bin/ivle-buildjail

  • Committer: Matt Giuca
  • Date: 2009-12-15 01:33:12 UTC
  • Revision ID: matt.giuca@gmail.com-20091215013312-bqlhpwh769zg9dwx
doc/man/architecture: Added section on auth and pulldown modules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
# Requires root
36
36
if os.getuid() != 0:
37
 
    print >> sys.stderr, "This script requires root privileges to run"
 
37
    print >> sys.stderr, "This script requires root privlages to run"
38
38
    sys.exit(1)
39
39
 
40
40
conf = ivle.config.Config()
118
118
 
119
119
    ivle.jailbuilder.debian.apt_clean(build_path)
120
120
 
121
 
    # Configure locales to allow en_US.UTF-8 (which IVLE uses)
122
 
    ivle.jailbuilder.debian._execute_in_chroot(build_path,
123
 
        ['locale-gen', 'en_US.UTF-8'])
124
 
 
125
121
if conf['jail']['devmode']:
126
122
    # Copy all console and operating system files into the jail
127
123
    services_path = os.path.join(conf['paths']['share'], 'services')