Fixed a small typo in lxc-debian template

"udpate" should be "update" in configure_debian().

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Amit Uttamchandani 2011-02-19 09:45:32 +01:00 committed by Daniel Lezcano
parent a3e80ccc74
commit 7593bdfbe2

View 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