Searched refs:config_template (Results 1 – 2 of 2) sorted by relevance
18 config_template=${1}19 if test -z "$config_template" -o ! -f "$config_template" -o ! -r "$config_template"21 echo "kvm-build.sh :$config_template: Not a readable file"29 cp ${config_template} $T/config
35 config_template=${1}36 config_dir=`echo $config_template | sed -e 's,/[^/]*$,,'`37 title=`echo $config_template | sed -e 's/^.*\///'`45 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log66 config_override_param "$config_template" KcList "`cat $config_template 2> /dev/null`"147 cpu_count=`configfrag_boot_cpus "$boot_args_in" "$config_template" "$cpu_count"`163 boot_args="`configfrag_boot_params "$boot_args_in" "$config_template"`"