mmdebstrap/hooks/busybox/extract00.sh

15 lines
310 B
Bash
Raw Normal View History

#!/bin/sh
2022-05-24 02:14:08 +00:00
set -eu
if [ "${MMDEBSTRAP_VERBOSITY:-1}" -ge 3 ]; then
2022-05-24 02:14:08 +00:00
set -x
fi
rootdir="$1"
# Run busybox using an absolute path so that this script also works in case
# /proc is not mounted. Busybox uses /proc/self/exe to figure out the path
# to its executable.
chroot "$rootdir" /bin/busybox --install -s