Skip to content

Commit

Permalink
HACK: drop -F System.map parameter
Browse files Browse the repository at this point in the history
See #88
  • Loading branch information
marc-hb committed Dec 18, 2024
1 parent 3a0f907 commit 57b82cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 57b82cb

Please sign in to comment.