Skip to content

Commit 84ee16c

Browse files
committed
HACK: drop -F System.map parameter
See #88
1 parent 02a3f8b commit 84ee16c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_qemu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,11 +1037,11 @@ setup_depmod()
10371037
fi
10381038
if [ ! -f "$system_map" ]; then
10391039
echo "not found: $system_map. Try rebuilding with '-r img'"
1040-
return 1
1040+
# return 1
10411041
fi
10421042
: Warning: symlinks created by this depmod dont survive the move
10431043
: to the virtual machine
1044-
sudo depmod -b "$prefix" -F "$system_map" -C "$depmod_dir" "$kver"
1044+
sudo depmod -b "$prefix" -C "$depmod_dir" "$kver"
10451045
}
10461046

10471047
__update_existing_rootfs()

0 commit comments

Comments
 (0)