~ubuntu-branches/ubuntu/quantal/lxc/quantal-201205292108

« back to all changes in this revision

Viewing changes to debian/patches/08-debian3.patch

  • Committer: Package Import Robot
  • Author(s): Daniel Baumann, Jonas Genannt, Daniel Baumann
  • Date: 2011-08-22 11:36:00 UTC
  • mfrom: (1.1.10 upstream)
  • mto: This revision was merged to the branch mainline in revision 40.
  • Revision ID: package-import@ubuntu.com-20110822113600-4ab12s3qlynykbm4
Tags: 0.7.5-1
[ Jonas Genannt ]
* Merging upstream version 0.7.5.

[ Daniel Baumann ]
* Removing fedora.patch, not needed anymore for updated fedora
  template.
* Rediffing debian.patch.
* Rediffing debian2.patch.
* Renaming and renumbering patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Author: Daniel Baumann <daniel.baumann@progress-technologies.net>
2
 
Description:
3
 
 Adding patch to disable unneeded umountroot initscript (Closes: #611972).
4
 
 
5
 
diff -Naurp lxc.orig/templates/lxc-debian.in lxc/templates/lxc-debian.in
6
 
--- lxc.orig/templates/lxc-debian.in    2011-08-07 10:36:51.066968148 +0200
7
 
+++ lxc/templates/lxc-debian.in 2011-08-07 10:36:36.226894562 +0200
8
 
@@ -86,6 +86,7 @@ EOF
9
 
     # remove pointless services in a container
10
 
     chroot $rootfs /usr/sbin/update-rc.d -f checkroot.sh remove
11
 
     chroot $rootfs /usr/sbin/update-rc.d -f umountfs remove
12
 
+    chroot $rootfs /usr/sbin/update-rc.d -f umountroot remove
13
 
     chroot $rootfs /usr/sbin/update-rc.d -f hwclock.sh remove
14
 
     chroot $rootfs /usr/sbin/update-rc.d -f hwclockfirst.sh remove
15
 
     chroot $rootfs /usr/sbin/update-rc.d -f module-init-tools remove