~ubuntu-branches/ubuntu/precise/lxc/precise

« back to all changes in this revision

Viewing changes to templates/lxc-debian.in

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2011-07-07 13:53:52 UTC
  • mfrom: (1.2.7 upstream)
  • mto: (3.1.15 sid)
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: james.westby@ubuntu.com-20110707135352-2e27007vciicu4gf
Tags: upstream-0.7.4.2
ImportĀ upstreamĀ versionĀ 0.7.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
218
218
 
219
219
# mounts point
220
220
lxc.mount.entry=proc $rootfs/proc proc nodev,noexec,nosuid 0 0
221
 
lxc.mount.entry=devpts $rootfs/dev/pts devpts defaults 0 0
222
221
lxc.mount.entry=sysfs $rootfs/sys sysfs defaults  0 0
223
222
EOF
224
223