This project is a system for redpill’s preinstallation and recovery environment.
Credits
- Arpl: @fbelavenuto
- Redpill: @RedPill-TTG @pocopico @jim3ma
- Framework:
- Addons: @xbl3 @FOXBI @arabezar @007revad
- Modules: @jim3ma @MoetaYuko
https://github.com/john-shine/rr-ng
- addons: https://github.com/john-shine/rr-ng-addons
- modules: https://github.com/john-shine/rr-ng-modules
- rp-lkms: https://github.com/john-shine/rr-ng-lkms
- vGPU: https://blog.kkk.rs/
- iGPU: https://jim.plus/
- iGPU: https://github.com/MoetaYuko/intel-gpu-i915-backports
- Language translation work:
# If it does not involve adding or deleting, the following process is not required. sudo apt install gettext git clone https://github.com/john-shine/rr-ng.git cd files/initrd/opt/rr xgettext -L Shell --keyword=TEXT *.sh -o lang/rr.pot sed -i 's/charset=CHARSET/charset=UTF-8/' lang/rr.pot # You need to replace the language you need and translate the po file. msginit -i lang/rr.pot -l zh_CN.UTF-8 -o lang/zh_CN.po # This process will be automatically processed during packaging. msgfmt lang/zh_CN.po -o lang/zh_CN.mo