Searched refs:config_template (Results 1 – 2 of 2) sorted by relevance
25 config_template=${1}26 if test -z "$config_template" -o ! -f "$config_template" -o ! -r "$config_template"28 echo "kvm-build.sh :$config_template: Not a readable file"48 grep -v 'CONFIG_[A-Z]*_TORTURE_TEST' < ${config_template} > $T/config
48 config_template=${1}49 config_dir=`echo $config_template | sed -e 's,/[^/]*$,,'`50 title=`echo $config_template | sed -e 's/^.*\///'`63 cp $config_template $resdir/ConfigFragment65 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log103 elif kvm-build.sh $config_template $builddir $T152 cpu_count=`configNR_CPUS.sh $config_template`153 cpu_count=`configfrag_boot_cpus "$boot_args" "$config_template" "$cpu_count"`171 boot_args="`configfrag_boot_params "$boot_args" "$config_template"`"