View | Details | Raw Unified | Return to bug 100536
Collapse All | Expand All

(-)boot.crypto.orig (-3 / +3 lines)
Lines 101-112 Link Here
101
	    #
101
	    #
102
	    doskip=0
102
	    doskip=0
103
	    #
103
	    #
104
	    # Does the physical device, the mount point, exit?
104
	    # Does the mount point exist?
105
	    #
105
	    #
106
	    test -d $physdev
106
	    test -d $access
107
	    rc_status
107
	    rc_status
108
	    if test $? -ne 0 ; then
108
	    if test $? -ne 0 ; then
109
		echo "${extd}${physdev}: No such directory${norm}"
109
		echo "${extd}${access}: No such directory${norm}"
110
		continue
110
		continue
111
	    fi
111
	    fi
112
	    #
112
	    #

Return to bug 100536