Switching from smbfs to cifs-utils (Closes: #679240).
This commit is contained in:
parent
54c3f9a098
commit
6b506cb7ba
scripts/build
|
@ -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 ]
|
||||
|
|
Loading…
Reference in New Issue