~ubuntu-branches/ubuntu/quantal/lxc/quantal-201208301614

« back to all changes in this revision

Viewing changes to debian/linux-container.templates

  • Committer: Package Import Robot
  • Author(s): Daniel Baumann
  • Date: 2011-11-04 16:55:08 UTC
  • mto: This revision was merged to the branch mainline in revision 94.
  • Revision ID: package-import@ubuntu.com-20111104165508-mtezpn1lp24mxaia
Tags: 0.7.5-4
* Adding patch to add entry for daemontools-run to /etc/inittab in
  debian template if required.
* Adding patch to set a random root password in debian template.
* Updating debian-config.patch to create mount entries for shared data
  directory conditionally upon existence.
* Adding patch to silence type call for debootstrap in debian
  template.
* Adding patch to avoid warnings about locales if the target locale
  and the source locale don't match by using C for all chroot calls
  within the debian template.
* Using compression level 9 also for binary packages.
* Adding lxctl to suggests.
* Adding manpage for lxc-list.
* Using more precise program term instead of command when refering to
  lxc tools in lxc wrapper.
* Adding manpage for lxc wrapper.
* Correcting typo in conffile name of lxc config script.
* Adding lxc postrm script to remove /etc/default/lxc when purging
  package.
* Adding linux-container support package, currently exactely
  replicating what lxc-debian does, see readme.
* Updating todo file.
* Adding readme for linux-container package.
* Adjusting wildcard in lxc install file to not include manpages.
* Adding manpages file for lxc to include local manpages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Template: linux-container/title
 
2
Type: title
 
3
_Description: Linux Container (Setup)
 
4
 
 
5
Template: linux-container/enable
 
6
Type: boolean
 
7
Default: false
 
8
_Description: Linux Container: enable setup for LXC?
 
9
 Linux Container can do all the necessary modifications needed within a
 
10
 container to make it work with LXC. Do you want to proceed?
 
11
 .
 
12
 If unsure, choose no (default).
 
13
 
 
14
Template: linux-container/hostname
 
15
Type: string
 
16
Default: debian
 
17
_Description: Linux Container: Hostname for LXC?
 
18
 What should be the hostname of the current container?