modify readme

This commit is contained in:
Ing 2023-11-20 21:01:29 +08:00
parent 503c7324a3
commit f18fd3d587
3 changed files with 34 additions and 18 deletions

View File

@ -185,8 +185,7 @@ jobs:
with: with:
name: Images name: Images
path: | path: |
rr.img.zip rr*.zip
rr_4GB.img.zip
update.zip update.zip
retention-days: 5 retention-days: 5

View File

@ -2,6 +2,33 @@
This project is a system for redpills preinstallation and recovery environment. This project is a system for redpills preinstallation and recovery environment.
## 免责声明 - Disclaimer
* 硬盘有价,数据无价,任何对引导的修改都是有风险的,本人不承担数据丢失的责任。
* 本工具仅用作学习交流,严禁用于商业用途。
----
* The hard drive has a price, but the data is priceless. Any modification to the bootloader is risky. I will not be responsible for data loss.
* This tool is only for learning and communication, and commercial use is strictly prohibited.
### 鸣谢 - Credits
* Arpl: @fbelavenuto
* https://github.com/fbelavenuto/arpl
* Redpill: @RedPill-TTG @pocopico @jim3ma
* https://github.com/RedPill-TTG
* https://github.com/XPEnology-Community/redpill-lkm5
* Framework:
* https://github.com/buildroot/buildroot
* https://github.com/eudev-project/eudev
* Addons: @xbl3 @FOXBI @arabezar @007revad
* https://github.com/xbl3/synocodectool-patch
* https://github.com/FOXBI/ch_cpuinfo (https://github.com/arabezar/ch_cpuinfo)
* https://github.com/007revad/Synology_HDD_db
* https://github.com/007revad/Synology_enable_M2_volume
* Modules: @jim3ma @MoetaYuko
* https://github.com/jim3ma/synology-igc
* https://github.com/MoetaYuko/intel-gpu-i915-backports
### 组件: ### 组件:
<b>https://github.com/wjz304/rr</b> <b>https://github.com/wjz304/rr</b>
* addons: https://github.com/wjz304/rr-addons * addons: https://github.com/wjz304/rr-addons
@ -9,8 +36,9 @@ This project is a system for redpills preinstallation and recovery environmen
* rp-lkms: https://github.com/wjz304/rr-lkms * rp-lkms: https://github.com/wjz304/rr-lkms
### About GPU: ### About GPU:
* iGPU: https://jim.plus/
* vGPU: https://blog.kkk.rs/ * vGPU: https://blog.kkk.rs/
* iGPU: https://jim.plus/
* iGPU: https://github.com/MoetaYuko/intel-gpu-i915-backports
## 说明 - Instructions ## 说明 - Instructions
* [GUIDE](./guide.md) * [GUIDE](./guide.md)
@ -53,18 +81,6 @@ This project is a system for redpills preinstallation and recovery environmen
* 中文简体: https://www.bilibili.com/video/BV1jk4y1Y7B7 * 中文简体: https://www.bilibili.com/video/BV1jk4y1Y7B7
##### `(From: http://mi-d.cn)` ##### `(From: http://mi-d.cn)`
## 免责声明 - Disclaimer
* 硬盘有价,数据无价,任何对引导的修改都是有风险的,本人不承担数据丢失的责任。
* 本工具仅用作学习交流,严禁用于商业用途。
----
* The hard drive has a price, but the data is priceless. Any modification to the bootloader is risky. I will not be responsible for data loss.
* This tool is only for learning and communication, and commercial use is strictly prohibited.
### 鸣谢 - Credits
arpl: https://github.com/fbelavenuto/arpl
redpill: https://github.com/RedPill-TTG
Framework: https://github.com/buildroot/buildroot
## 打赏一下 ## 打赏一下
* > ### 作者: Ing * > ### 作者: Ing

View File

@ -27,14 +27,15 @@
* https://www.synology.com/en-us/support/RAID_calculator * https://www.synology.com/en-us/support/RAID_calculator
# 安装条件 # 安装条件
1. 引导盘只支持 sata / usb. 1. 引导盘要大于 2GB.
2. 安装盘要大于 32GB. 2. 安装盘要大于 32GB.
3. 内存需要大于 4GB. 3. 内存需要大于 4GB.
4. DT的型号不支持HBA扩展卡. 4. DT的型号kver 4.4)目前不支持HBA扩展卡.
# GPU # GPU
* iGPU: https://jim.plus/
* vGPU: https://blog.kkk.rs/ * vGPU: https://blog.kkk.rs/
* iGPU: https://jim.plus/
* iGPU: https://github.com/MoetaYuko/intel-gpu-i915-backports
# RR: # RR:
* RR 各版本间切换(手动方式, 全量): * RR 各版本间切换(手动方式, 全量):