]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Fixed a small typo in lxc-debian template
authorAmit Uttamchandani <auttamchandani@canoga.com>
Sat, 19 Feb 2011 08:45:32 +0000 (09:45 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Sat, 19 Feb 2011 08:45:32 +0000 (09:45 +0100)
"udpate" should be "update" in configure_debian().

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
templates/lxc-debian.in

index b3d16348f57b166e36d551f2fa84f8fb87901665..9c69f37902ab04350dbaaf9a14397b8a9f2a6d22 100644 (file)
@@ -84,7 +84,7 @@ EOF
     fi
 
     # remove pointless services in a container
-    chroot $rootfs /usr/sbin/udpate-rc.d -f checkroot.sh remove
+    chroot $rootfs /usr/sbin/update-rc.d -f checkroot.sh remove
     chroot $rootfs /usr/sbin/update-rc.d -f umountfs remove
     chroot $rootfs /usr/sbin/update-rc.d -f hwclock.sh remove
     chroot $rootfs /usr/sbin/update-rc.d -f hwclockfirst.sh remove