forked from josch/mmdebstrap
run busybox from an absolute path to allow running it even when /proc is not mounted as busybox uses /proc/self/exe to figure out its own path
This commit is contained in:
parent
3a90ce96ad
commit
7044baf6b1
1 changed files with 1 additions and 1 deletions
|
@ -6162,7 +6162,7 @@ information.
|
|||
|
||||
Example: Install busybox symlinks
|
||||
|
||||
--extract-hook='chroot "$1" busybox --install -s'
|
||||
--extract-hook='chroot "$1" /bin/busybox --install -s'
|
||||
|
||||
=item B<--essential-hook>=I<command>
|
||||
|
||||
|
|
Loading…
Reference in a new issue