config: remove unneeded change in config.xml

This commit is contained in:
Franco Fichtner 2020-07-30 07:19:45 +02:00
parent b3195a89c7
commit b93430ebdd
1 changed files with 0 additions and 9 deletions

View File

@ -8,15 +8,6 @@ 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()