summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-27 14:34:10 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-27 14:34:10 +0200
commit6b506cb7bab19874607136bbff09e91ffebc92ff (patch)
tree6395c90f039741874cb95823ce02e6231c5471d5
parent54c3f9a0988be636f11509c58bfd4548b9aa77a9 (diff)
downloadvyos-live-build-6b506cb7bab19874607136bbff09e91ffebc92ff.tar.gz
vyos-live-build-6b506cb7bab19874607136bbff09e91ffebc92ff.zip
Switching from smbfs to cifs-utils (Closes: #679240).
-rwxr-xr-xscripts/build/lb_chroot_hacks4
1 files 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 ]