]> git.feebdaed.xyz Git - linuxyz.git/commitdiff
done kernel patch
authorseantywork <seantywork@gmail.com>
Wed, 29 Oct 2025 03:51:46 +0000 (12:51 +0900)
committerseantywork <seantywork@gmail.com>
Wed, 29 Oct 2025 03:51:46 +0000 (12:51 +0900)
README.md
kbuild-rt/2510-29.xyz.md

index b8865b8e2cace8ebcd1df42cb9a67c7190a66d88..61707c0bce7362f051722d3ccfa30c851c6f7211 100644 (file)
--- a/README.md
+++ b/README.md
@@ -431,8 +431,10 @@ CONFIG_DEBUG_INFO_BTF
 CONFIG_MODULE_SIG_ALL
 
 # build kernel
-
+# with git repo
 make -j4 deb-pkg
+# not with git repo
+make -j4 bindeb-pkg
 
 # install
 
index 39e5d5c062247aeead5c79d574e3b14cdf2ae7d6..cdff76cea20c61525d87463229c66ab19d821918 100644 (file)
@@ -125,4 +125,26 @@ Found initrd image: /boot/initrd.img-6.8.0-52-generic
 Adding boot menu entry for UEFI Firmware Settings ...
 done
 Setting up linux-libc-dev:amd64 (6.8.2-1) ...
+```
+
+```shell
+$ sudo vim /boot/grub/grub.cfg
+# find menuentry `'Ubuntu, with Linux 6.8.2-rt11'`
+
+```
+
+```shell
+$ sudo vim /etc/default/grub
+
+# change `GRUB_DEFAULT` to the found entry
+# GRUB_DEFAULT='Advanced options for Ubuntu>Ubuntu, with Linux 6.8.2-rt11'
+
+```
+
+
+```shell
+$ uname -a
+Linux thy-Z370-HD3 6.8.2-rt11 #1 SMP PREEMPT_RT Tue Oct 28 16:56:00 KST 2025 x86_64 x86_64 x86_64 GNU/Linux
+
+
 ```
\ No newline at end of file