# archlingmo-archiso-config **Repository Path**: LingmoOS/archlingmo-archiso-config ## Basic Information - **Project Name**: archlingmo-archiso-config - **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-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # archlingmo-archiso-config Archiso config used by ArchLingmo (a branch of Lingmo OS based on Arch Linux). > [!NOTE] > This project is still WIP and not ready for production environment. ## Build ```console # pacman -Syu archiso git grub # pacman-key --lsign-key 'farseerfc@archlinux.org' # cat >> /etc/pacman.conf << EOF [archlinuxcn] Server = https://repo.archlinuxcn.org/$arch EOF # pacman -Sy archlinuxcn-keyring $ git clone --depth 1 https://github.com/LingmoOS/archlingmo-archiso-config $ cd archlingmo-archiso-config # mkarchiso -v profile ``` Find the ISO file in `out/` after building. ### See also [Archiso page on ArchWiki](https://wiki.archlinux.org/title/Archiso)