# lingmo-system-build **Repository Path**: LingmoOS/lingmo-system-build ## Basic Information - **Project Name**: lingmo-system-build - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-10 - **Last Updated**: 2024-08-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![LOGO](https://www.lingmo.org/icon/TitleWithIcon.svg) ![Alt](https://repobeats.axiom.co/api/embed/ba70e1ebf8796000775f33aaae12ac2f19f2d1f1.svg "info") [![license](https://img.shields.io/github/license/LingmoOS/lingmo-system-build.svg)](https://github.com/LingmoOS/lingmo-system-build) [![linux](https://img.shields.io/badge/Linux-FCC624?style=&logo=linux&logoColor=black)](https://kernel.org/) [![Build](https://github.com/LingmoOS/lingmo-system-build/actions/workflows/build.yml/badge.svg)](https://github.com/LingmoOS/lingmo-system-build/actions/workflows/build.yml) [![GPL2.0](https://badges.frapsoft.com/os/gpl/gpl.svg?v=102)](https://github.com/ellerbrock/open-source-badge/) # Lingmo OS System Build Tools The tools and files used to build Lingmo OS can build a system that is not much different from the official version. ## **Prerequisite**: Please ensure that your build host has at least **45GB** of space and **administrator** privileges ## Build base directory - clone warehouse ```shell git clone https://github.com/LingmoOS/lingmo-system-build.git ``` - Install related dependency packages ```shell apt install -y sudo dpkg-dev dctrl-tools devscripts wget isolinux syslinux wget http://ftp.cn.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.134_all.deb sudo apt -y install ./*.deb ``` - Building and installing debootstrap ```shell # Builds pkgs cd debootstrap/ sudo apt-get build-dep ./ debuild -us -uc -b sudo apt -y install ../*.deb cd ../ ``` - Build LSBT ```shell sudo apt-get build-dep ./ sudo make install ``` - Initialize basic configuration ```shell mkdir build-sys/ mv auto/ build-sys/ mv config/ build-sys/ cd build-sys/ sudo chmod +x auto/* sudo lingmo-sys-build clean sudo lingmo-sys-build config ``` - Build Lingmo OS (Beta) ```shell cd build-sys/ sudo lingmo-sys-build build ``` ### **Tips**: This process will consume a lot of time and disk space. After completion, you can view the completed product in the _out/_ directory # License GPL-3.0 license