From 7593bdfbe25a70eddbfa9b9411e989e0b6564cab Mon Sep 17 00:00:00 2001 From: Amit Uttamchandani Date: Sat, 19 Feb 2011 09:45:32 +0100 Subject: Fixed a small typo in lxc-debian template "udpate" should be "update" in configure_debian(). Signed-off-by: Daniel Lezcano --- templates/lxc-debian.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index b3d1634..9c69f37 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -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 -- cgit v1.2.3-65-gdbad