diff --git a/includes/etc/initramfs-tools/scripts/ogfunctions b/includes/etc/initramfs-tools/scripts/ogfunctions index 1def098..14b17c4 100644 --- a/includes/etc/initramfs-tools/scripts/ogfunctions +++ b/includes/etc/initramfs-tools/scripts/ogfunctions @@ -476,6 +476,13 @@ ogConnect () nfsmount ${SERVER}:${SRC} ${DST} -o nolock${READONLY} 2> /dev/null || mount.nfs ${SERVER}:${SRC} ${DST} -o nolock${READONLY} ;; smb) + echo "qindel: SERVER: $SERVER" + echo "qindel: SRC: $SRC" + echo "qindel: DST: $DST" + echo "qindel: OPTIONS: $OPTIONS" + echo "qindel: READONLY: $READONLY" + + ping -c 3 $SERVER mount.cifs //${SERVER}/${SRC} ${DST} ${OPTIONS}${READONLY} ;; local)