diff options
author | Amit Uttamchandani <auttamchandani@canoga.com> | 2011-02-19 09:45:32 +0100 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2011-02-19 09:45:32 +0100 |
commit | 7593bdfbe25a70eddbfa9b9411e989e0b6564cab (patch) | |
tree | eefa383296a55c2fbd2446e09790b347cb862ffa /templates | |
parent | fix lxc-checkpoint and lxc-restart sgml labels (diff) | |
download | lxc-7593bdfbe25a70eddbfa9b9411e989e0b6564cab.tar.gz lxc-7593bdfbe25a70eddbfa9b9411e989e0b6564cab.tar.bz2 lxc-7593bdfbe25a70eddbfa9b9411e989e0b6564cab.zip |
Fixed a small typo in lxc-debian template
"udpate" should be "update" in configure_debian().
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/lxc-debian.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |