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"30 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/^.*\///'`46 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log68 config_override_param "$config_template" KcList "`cat $config_template 2> /dev/null`"137 cpu_count=`configfrag_boot_cpus "$boot_args" "$config_template" "$cpu_count"`153 boot_args="`configfrag_boot_params "$boot_args" "$config_template"`"