We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a1094 commit 2a0e31eCopy full SHA for 2a0e31e
plugins/functions
@@ -199,7 +199,7 @@ do_second_stage() {
199
local chroot_dir=$1
200
local arch=$2
201
do_qemu_user_emulation
202
- do_chroot_ae "$chroot_dir" /debootstrap/debootstrap --second-stage
+ do_chroot_ae "$chroot_dir" /bin/bash /debootstrap/debootstrap --second-stage
203
}
204
205
do_qemu_user_emulation() {
0 commit comments