[SCM] live-build branch, debian-next, updated. debian/3.0_a50-1-6-g6b506cb

Daniel Baumann daniel at debian.org
Wed Jun 27 12:34:13 UTC 2012


The following commit has been merged in the debian-next branch:
commit 6b506cb7bab19874607136bbff09e91ffebc92ff
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Jun 27 14:34:10 2012 +0200

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

diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks
index e5e5857..83e5730 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 ]

-- 
live-build



More information about the debian-live-changes mailing list