From 6b506cb7bab19874607136bbff09e91ffebc92ff Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 27 Jun 2012 14:34:10 +0200 Subject: Switching from smbfs to cifs-utils (Closes: #679240). --- scripts/build/lb_chroot_hacks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ] -- cgit v1.2.3