Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run_qemu.sh: fix broken symlinks System.map and vmlinuz
This does not fix #88 at all but clears some of the confusion around it. Fixes: ``` $ file qbuild/mkosi.extra/boot/* qbuild/mkosi.extra/boot/System.map: broken symbolic link to ./qbuild/mkosi.extra/boot/System.map-6.12.0-dirty qbuild/mkosi.extra/boot/vmlinuz: broken symbolic link to ./qbuild/mkosi.extra/boot/vmlinuz-6.12.0-dirty ``` Fixes commit f9d7330 ("run_qemu: work around new systemd-based installkernel") which added these symbolic links. They never worked. Signed-off-by: Marc Herbert <[email protected]>
- Loading branch information