We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4862c commit c453d68Copy full SHA for c453d68
1 file changed
src/qemu_boot.sh
@@ -19,7 +19,7 @@ if [ ! -f "${BASE_IMG_PATH}" ]; then
19
BASE_MOUNT_PATH=${DEST}/mount
20
mkdir -p "${BASE_MOUNT_PATH}"
21
22
- sudo bash -c "$(declare -f mount_image); mount_image $BASE_IMG_PATH $BASE_ROOT_PARTITION $BASE_MOUNT_PATH"
+ sudo bash -c "$(declare -f mount_image); $(declare -f detach_all_loopback); mount_image $BASE_IMG_PATH $BASE_ROOT_PARTITION $BASE_MOUNT_PATH"
23
24
pushd "${BASE_MOUNT_PATH}"
25
sudo bash -c "$(declare -f fixLd); fixLd"
0 commit comments