Remove ld.so.preload and policy-rc.d changes

This commit is contained in:
Serge Schneider
2018-02-20 09:59:45 +00:00
parent 4c7980fa1e
commit c430f618d0
6 changed files with 0 additions and 29 deletions

View File

@@ -1,13 +1,5 @@
#!/bin/bash -e
if [ -e ${ROOTFS_DIR}/etc/ld.so.preload ]; then
mv ${ROOTFS_DIR}/etc/ld.so.preload ${ROOTFS_DIR}/etc/ld.so.preload.disabled
fi
if [ ! -e ${ROOTFS_DIR}/usr/sbin/policy-rc.d ]; then
install -m 744 files/policy-rc.d ${ROOTFS_DIR}/usr/sbin/
fi
if [ ! -x ${ROOTFS_DIR}/usr/bin/qemu-arm-static ]; then
cp /usr/bin/qemu-arm-static ${ROOTFS_DIR}/usr/bin/
fi

View File

@@ -1,3 +0,0 @@
#!/bin/sh
exit 101