diff --git a/run_qemu.sh b/run_qemu.sh index 71be589..b80cc77 100755 --- a/run_qemu.sh +++ b/run_qemu.sh @@ -852,11 +852,11 @@ setup_depmod() fi if [ ! -f "$system_map" ]; then echo "not found: $system_map. Try rebuilding with '-r img'" - return 1 + # return 1 fi : Warning: symlinks created by this depmod do not survive the move : to the virtual machine - sudo depmod -b "$prefix" -F "$system_map" -C "$depmod_dir" "$kver" + sudo depmod -b "$prefix" -C "$depmod_dir" "$kver" } __update_existing_rootfs()