diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks index e5e5857d2..83e5730d3 100755 --- a/scripts/build/lb_chroot_hacks +++ b/scripts/build/lb_chroot_hacks @@ -142,9 +142,9 @@ done case "${LB_BINARY_IMAGES}" in net) - if [ ! -f chroot/usr/bin/smbmount ] + if [ ! -f chroot/sbin/mount.cifs ] then - Apt chroot install smbfs + Apt chroot install cifs-utils fi if [ ! -d chroot/etc/initramfs-tools ]