[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

cifs mount bug



Three days ago there were all OK with netboot. But todays check
out of live-initramfs bring the new bug making impossible to
boot with cifs mounted root fs. 

Who is the author of this new code?

    if [ "${NFSROOT#*:}" = "$NFSROOT" ]; then
        NFSROOT=${ROOTSERVER}:${NFSROOT}
    fi

Please, when You improving one thing like nfs, do not break down
tightly binding other like cifs. You are looking for colon in
NFSROOT, but there never are one in case of cifs.

Here is patch, attached for scripts/live rev. 2554/2524

-- 

*********************************
****   Vladimir Stavrinov  ******
*******   vs at inist.ru   ******
*********************************

-------------- next part --------------
A non-text attachment was scrubbed...
Name: live-2524.patch
Type: text/x-diff
Size: 591 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/debian-live-devel/attachments/20070720/836bc13e/attachment.patch 


Reply to: