Switching from smbfs to cifs-utils (Closes: ).

This commit is contained in:
Daniel Baumann 2012-06-27 14:34:10 +02:00
parent 54c3f9a098
commit 6b506cb7ba
1 changed files with 2 additions and 2 deletions
scripts/build

View File

@ -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 ]