From 04880a5a0f30099e5cd264d3c8fe201bbf55ed7c Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Tue, 15 Apr 2025 12:10:35 +0100 Subject: [PATCH] Remove old qemu-arm-static reference --- export-image/00-allow-rerun/00-run.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/export-image/00-allow-rerun/00-run.sh b/export-image/00-allow-rerun/00-run.sh index dd67f4c..860ed51 100755 --- a/export-image/00-allow-rerun/00-run.sh +++ b/export-image/00-allow-rerun/00-run.sh @@ -1,9 +1,5 @@ #!/bin/bash -e -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