Commit 7593bdfb by Amit Uttamchandani Committed by Daniel Lezcano

Fixed a small typo in lxc-debian template

"udpate" should be "update" in configure_debian(). Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent a3e80ccc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment