mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-05 10:17:23 +00:00
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:
parent
a3e80ccc74
commit
7593bdfbe2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user