Package: live-initramfs
Version: 1.236.2-1
Severity: normal
User: [email protected]
Usertags: origin-ubuntu maverick

do_netmount is called in exactly one place:

        if [ ! -z "${NETBOOT}" ] || [ ! -z "${FETCH}" ] || [ ! -z "${HTTPFS}" ] 
|| [ ! -z "${FTPFS}" ]
        then
                if do_netmount

That function then contains code guarded by this conditional:

        if [ -z "${NETBOOT}" ] && [ -z "${FETCH}" ] && \
           [ -z "${HTTPFS}" ] && [ -z "${FTPFS}" ]
        then

That code can therefore never be called.  When is it supposed to be run?

-- 
Colin Watson                                       [[email protected]]



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to