Home
last modified time | relevance | path

Searched refs:CFGF (Results 1 – 9 of 9) sorted by relevance

/NextBSD/usr.sbin/pc-sysinstall/backend/
HDfunctions-parse.sh48 export VAL="`grep ^${1}= ${CFGF} | head -n 1 | cut -d '=' -f 2-`"
60 export VAL=`grep "^${1}=" ${CFGF} | head -n 1 | cut -d '=' -f 2- | tr -d ' '`
74 VAL=`grep "^${1}" ${CFGF} | head -n 1 | cut -d '=' -f 2- | tr -d ' '`
107 VAL=`grep "^${1}" ${CFGF} | head -n 1 | cut -d '=' -f 2- | tr -d ' '`
129 if [ -n "$CFGF" -a -n "$1" ]
133 grep -q "^${i}=" $CFGF 2>/dev/null
136 LN=`grep "^${i}=" ${CFGF} | head -n 1 | cut -d '=' -f 2- | tr -d ' '`
HDparseconfig.sh59 CFGF="$1"
62 CFGF="`realpath ${CFGF}`"
63 export CFGF
HDfunctions-bsdlabel.sh35 get_next_cfg_line "${CFGF}" "${CURLINE}"
201 done <${CFGF}
499 done <${CFGF}
HDfunctions-runcommands.sh108 done <${CFGF}
HDfunctions-users.sh180 done <${CFGF}
HDfunctions-upgrade.sh147 done <${CFGF}
HDfunctions-extractimage.sh442 done <${CFGF}
HDfunctions-localize.sh525 done <${CFGF}
HDfunctions-disk.sh576 done <${CFGF}