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

« back to all changes in this revision

Viewing changes to bin/ivle-buildjail

Allow configuration of the suite used for debootstrapping a new jail.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        os.environ['MIRROR'] = options.apt_mirror
62
62
 
63
63
    os.system('rm -rf --one-file-system ' + build_path)
64
 
    ivle.jailbuilder.debian.debootstrap_create_jail('hardy',
 
64
    ivle.jailbuilder.debian.debootstrap_create_jail(conf['jail']['suite'],
65
65
              build_path, mirror=options.apt_mirror)
66
66
 
67
67
    # Add any extra site apt sources.