Index: release/tools/oci.conf =================================================================== --- release/tools/oci.conf +++ release/tools/oci.conf @@ -88,5 +88,10 @@ touch ${DESTDIR}/firstboot + if ! [ -z "${QEMUSTATIC}" ]; then + rm -f ${DESTDIR}/${EMULATOR} + fi + rm -f ${DESTDIR}/etc/resolv.conf + return 0 }