Skip to content

Commit 29cf5ed

Browse files
authored
try
1 parent 2a88688 commit 29cf5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ do_second_stage() {
196196
local chroot_dir=$1
197197
local arch=$2
198198
do_qemu_user_emulation
199-
do_chroot_ae "$chroot_dir" "/bin/bash /debootstrap/debootstrap --second-stage"
199+
do_chroot_ae "$chroot_dir" "/debootstrap/debootstrap --second-stage"
200200
}
201201

202202
do_qemu_user_emulation() {

0 commit comments

Comments
 (0)