diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-27 14:34:10 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-27 14:34:10 +0200 |
commit | 6b506cb7bab19874607136bbff09e91ffebc92ff (patch) | |
tree | 6395c90f039741874cb95823ce02e6231c5471d5 /scripts | |
parent | 54c3f9a0988be636f11509c58bfd4548b9aa77a9 (diff) | |
download | vyos-live-build-6b506cb7bab19874607136bbff09e91ffebc92ff.tar.gz vyos-live-build-6b506cb7bab19874607136bbff09e91ffebc92ff.zip |
Switching from smbfs to cifs-utils (Closes: #679240).
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/lb_chroot_hacks | 4 |
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 ] |