touchprint/export-image/00-allow-rerun/00-run.sh

11 lines
278 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
2020-08-17 19:54:31 -04:00
if [ ! -x "${ROOTFS_DIR}/usr/bin/qemu-arm-static" ]; then
cp /usr/bin/qemu-arm-static "${ROOTFS_DIR}/usr/bin/"
fi
if [ -e "${ROOTFS_DIR}/etc/ld.so.preload" ]; then
mv "${ROOTFS_DIR}/etc/ld.so.preload" "${ROOTFS_DIR}/etc/ld.so.preload.disabled"
fi