mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2025-02-20 11:29:15 +08:00
mirror my kernel README.org for better render
This commit is contained in:
parent
d40a4eb13c
commit
9266626c83
4
.github/workflows/site.yml
vendored
4
.github/workflows/site.yml
vendored
@ -26,6 +26,10 @@ jobs:
|
||||
with:
|
||||
version: 28.1
|
||||
|
||||
- name: Prepare
|
||||
run: |
|
||||
curl "https://raw.githubusercontent.com/dongdigua/configs/main/kernel/README.org" -o org/kernel.org
|
||||
|
||||
- name: Build with Org
|
||||
run: |
|
||||
cd org
|
||||
|
@ -1,4 +1,5 @@
|
||||
#+TITLE: [Custom Kernel] Fix TTY after Fedora 37 Upgrade
|
||||
#+DATE: <2022-12-19 一>
|
||||
#+DESCRIPTION: Xanmod
|
||||
|
||||
* What Happened
|
||||
@ -86,8 +87,11 @@ then, without any modification, compile it.
|
||||
/*It fucking worked!!!*/
|
||||
also the startup logo (plymouth)
|
||||
|
||||
For I have [[https://dongdigua.github.io/kernel][recorded]] what I change I have made based on the default kernel,
|
||||
it's not too difficult to reconfigure it.
|
||||
The next step is to find out what is really going wrong...
|
||||
|
||||
|
||||
* Thought
|
||||
The book /Absolute OpenBSD/ says people should *not* build a custom OpenBSD kernel, that's right for OpenBSD.
|
||||
Because it's application and kernel are together,
|
||||
|
@ -70,6 +70,9 @@ this is excellent, but...not for me, I'd like something simpler
|
||||
awesome config!
|
||||
|
||||
* NixOS related
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: nix
|
||||
:END:
|
||||
** [[https://sr.ht/~guido/nixos-init-freedom/][nixos without systemd?]]
|
||||
** [[https://gist.github.com/kborling/76805ade81ac5bfdd712df294208c878][a really useful example config]]
|
||||
** [[https://xeiaso.net/blog/super-bootable-64-2020-05-06][Xe: Super Bootable 64]]
|
||||
|
3
posts.md
3
posts.md
@ -18,13 +18,14 @@ any kind of contribution is welcome
|
||||
- [My gnome config](my_gnome_config)<br>
|
||||
- [我对 SciCraft 更新1.19的看法](scicraft_update)<br>
|
||||
- [对我将来的视频网站的一些畅想](plan_for_my_video_site)<br>
|
||||
- [<font color=grey>ARCHIVE: elixir 写点对点加密聊天软件</font>](p2p_chat)<br>
|
||||
- [<font color=grey>\[ARCHIVE\] elixir 写点对点加密聊天软件</font>](p2p_chat)<br>
|
||||
|
||||
---
|
||||
|
||||
### Long Term Update
|
||||
- [<font color=red>大概是语文知识整理</font>](digua-YW)<br>
|
||||
Big project
|
||||
- [\[Mirror\] My kernel config recipe](kernel)<br>
|
||||
- [Gopher/Gemini reactions](re.gmi.txt)<br>
|
||||
- [Gopher/Gemini collections, a quiet web](collections.gmi.txt)<br>
|
||||
- [Random Ideas](ideas)<br>
|
||||
|
Loading…
Reference in New Issue
Block a user