Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 93bbf093 authored by Robert Nelson's avatar Robert Nelson
Browse files

BusyBox: drop df


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 9e3fb9c7
Branches
Tags
No related merge requests found
......@@ -618,6 +618,12 @@ cat > "${DIR}/chroot_script.sh" <<-__EOF__
rm -f /usr/local/bin/reboot
fi
#df: unrecognized option '--portability'
#BusyBox v1.22.1 (Debian 1:1.22.0-9+deb8u1) multi-call binary.
if [ -f /usr/local/bin/df ] ; then
rm -f /usr/local/bin/df
fi
#tar: unrecognized option '--warning=no-timestamp'
#BusyBox v1.22.1 (Debian 1:1.22.0-9+deb8u1) multi-call binary.
if [ -f /usr/local/bin/tar ] ; then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment