diff --git a/README.adoc b/README.adoc index 0ff9328..ef8f9d7 100644 --- a/README.adoc +++ b/README.adoc @@ -9636,7 +9636,7 @@ echo #? git bisect good # This leaves us at the offending commit. -git bisect run ../qemu-bisect-boot +git bisect run ../biset-qemu-linux-boot # Clean up after the bisection. git bisect reset @@ -9645,7 +9645,7 @@ git submodule update rm -rf "$(./getvar -a arm build_dir)/host-qemu-custom.bisect" .... -An example of Linux kernel commit bisection on gem5 boots can be found at: link:linux-bisect-boot-gem5[]. +An example of Linux kernel commit bisection on gem5 boots can be found at: link:bisect-linux-boot-gem5[]. ==== Update a forked submodule diff --git a/linux-bisect-boot-gem5 b/bisect-linux-boot-gem5 similarity index 100% rename from linux-bisect-boot-gem5 rename to bisect-linux-boot-gem5 diff --git a/qemu-bisect-boot b/bisect-qemu-linux-boot similarity index 100% rename from qemu-bisect-boot rename to bisect-qemu-linux-boot