Xen tools scripts need the stat program from coreutils to work correctly, and not the one from busybox. One such example is the /etc/xen/scripts/locking.sh script, which will cause timeouts for operations such as "xl block-attach", or when starting a DomU with a disk. Add the dependency on coreutils to fix this. Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com> Cc: Alistair Francis <alistair@alistair23.me> Signed-off-by: Julien Olivain <ju.o@free.fr>