Repository : ssh://git@diktynna/doc
On branches: backup-redmine/2021-04-10,backup-redmine/2021-06-12,backup-redmine/2021-07-10,backup-redmine/2021-08-07,backup-redmine/2021-09-11,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 bb429e3966f5a7c476fde26975bdac36b265bb52 Author: Sven Eckelmann sven@narfation.org Date: Mon Apr 5 15:03:39 2021 +0000
doc: open-mesh/Kernel_hacking_Debian_image
bb429e3966f5a7c476fde26975bdac36b265bb52 open-mesh/Kernel_hacking_Debian_image.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/open-mesh/Kernel_hacking_Debian_image.textile b/open-mesh/Kernel_hacking_Debian_image.textile index ad5c8a01..98795ef6 100644 --- a/open-mesh/Kernel_hacking_Debian_image.textile +++ b/open-mesh/Kernel_hacking_Debian_image.textile @@ -351,7 +351,7 @@ The BASE_IMG is of course no longer the same because a new image "debian.img" wa BASE_IMG=debian.img BOOTARGS+=("-bios" "qboot/build/bios.bin") BOOTARGS+=("-kernel" "linux-next/arch/x86/boot/bzImage") -BOOTARGS+=("-append" "root=/dev/vda rw console=hvc0 nokaslr tsc=reliable no_timer_check noreplace-smp rootfstype=ext4 rcupdate.rcu_expedited=1 reboot=t pci=lastbus=0 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1") +BOOTARGS+=("-append" "root=/dev/vda rw console=hvc0 nokaslr tsc=reliable no_timer_check noreplace-smp rootfstype=ext4 rcupdate.rcu_expedited=1 reboot=t pci=lastbus=0 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 no_hash_pointers") BOOTARGS+=("-device" "virtconsole,chardev=charconsole0,id=console0") </code></pre>