Repository : ssh://git@diktynna/doc
On branches: backup-redmine/2021-10-09,backup-redmine/2021-11-13,backup-redmine/2021-12-11,backup-redmine/2022-01-08,backup-redmine/2022-02-12,backup-redmine/2022-03-12,backup-redmine/2022-04-09,backup-redmine/2022-05-07,backup-redmine/2022-06-11,backup-redmine/2022-08-06,backup-redmine/2022-10-07,backup-redmine/2022-11-14,backup-redmine/2023-01-14,main
commit 6d8413d4383a235c8e86b1da3ae550b1adbbf898 Author: Sven Eckelmann sven@narfation.org Date: Sun Oct 3 18:32:34 2021 +0000
doc: devtools/Kernel_hacking_Debian_image
6d8413d4383a235c8e86b1da3ae550b1adbbf898 devtools/Kernel_hacking_Debian_image.textile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/devtools/Kernel_hacking_Debian_image.textile b/devtools/Kernel_hacking_Debian_image.textile index 57ea404b..62137ac4 100644 --- a/devtools/Kernel_hacking_Debian_image.textile +++ b/devtools/Kernel_hacking_Debian_image.textile @@ -283,11 +283,11 @@ h2. Start of the environment
h3. virtual network initialization
-The [[open-mesh:OpenWrt_in_QEMU#virtual-network-initialization|virtual-network.sh from the OpenWrt environment]] can be reused again. +The [[OpenWrt_in_QEMU#virtual-network-initialization|virtual-network.sh from the OpenWrt environment]] can be reused again.
h3. VM instances bringup
-The [[open-mesh:OpenWrt_in_QEMU#VM-instances-bringup|run.sh from the OpenWrt environment]] can mostly be reused. There are only minimal adjustments required. +The [[OpenWrt_in_QEMU#VM-instances-bringup|run.sh from the OpenWrt environment]] can mostly be reused. There are only minimal adjustments required.
The BASE_IMG is of course no longer the same because a new image "debian.img" was created for our new environment. The image also doesn't contain a bootloader or kernel anymore. The kernel must now be supplied manually to qemu.
@@ -303,7 +303,7 @@ It is also recommended to use <code>linux-next/vmlinux</code> instead of <code>b
h3. Automatic test initialization
-The [[open-mesh:OpenWrt_in_QEMU#Automatic-test-initialization|test-init.sh from the OpenWrt environment]] is always test specific. But its main functionality is still the same as before. A simple example would be: +The [[OpenWrt_in_QEMU#Automatic-test-initialization|test-init.sh from the OpenWrt environment]] is always test specific. But its main functionality is still the same as before. A simple example would be:
<pre><code class="shell"> cat > test-init.sh << "EOF" @@ -334,4 +334,4 @@ chmod +x test-init.sh
h2. Start
-The startup method [[open-mesh:OpenWrt_in_QEMU#Start|from the OpenWrt environment]] should be used here. \ No newline at end of file +The startup method [[OpenWrt_in_QEMU#Start|from the OpenWrt environment]] should be used here. \ No newline at end of file