config: current 20.7 test code specifies development only firmare

This commit is contained in:
Franco Fichtner 2020-04-02 03:43:53 +02:00
parent 145cad9e0b
commit 5c50ce2389
1 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,15 @@ loader_conf_fixup()
cat >> ${1}/boot/loader.conf << EOF
kern.cam.boot_delay="10000"
EOF
# XXX not needed beyond BETA
cat > ${1}/tmp/devel.xml << EOF
<firmware>
<type>devel</type>
</firmware>
EOF
sed -i '' -e "/<system>/r ${1}/tmp/devel.xml" ${1}${CONFIG_XML}
rm ${1}/tmp/devel.xml
}
arm_hook()