Skip to content

一名初中生开发的Linux发行版,基于LingmoOS,一些信息没有修改,原QingmengOS,欢迎加Q群1020613301

Notifications You must be signed in to change notification settings

Skywalker0803/MatrixionuOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MatrixionuOS

  • This is the main repository for MatrixionuOS and is used as a guide for building MatrixionuOS
  • 一名初中生开发的Linux发行版,基于LingmoOS,一些信息没有修改,原QingmengOS,欢迎加Q群1020613301
  • A Linux distro developed by a junior school student, based on LingmoOS, originally QingmengOS. Welcome to QQ group 1020613301
  • QQ群(1020613301)
  • Discord
  • 云湖群

Preparations

Build Host Requirements

  • Debian GNU/Linux 12(Bookworm), 13(Trixie) or later.
  • Disk free space > 50GB
  • Multi-core multi-threaded processor
  • 8 GB minimum running memory

Tool preparation

Clone This Code Warehouse.

git clone https://github.com/183600/MatrixionuOS.git
mkdir -p ~/bin
cp -v MatrixionuOS/repo ~/bin/
chmod a+x ~/bin/repo
echo 'export PATH="$PATH:$HOME/bin"' >> ~/.bashrc
source ~/.bashrc

Initialize repo warehouse

Create a directory for building:

mkdir -p workdir
cd workdir

Init Repo

repo init -u https://github.com/183600/matrixionu-manifest.git -m manifest.xml

Synchronization code

repo sync

About

一名初中生开发的Linux发行版,基于LingmoOS,一些信息没有修改,原QingmengOS,欢迎加Q群1020613301

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 50.4%
  • Shell 26.0%
  • Python 23.6%