haobinnan / atomlinux

Build a small Linux system of my own.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atom Linux

Atom Linux is a tiny Linux system(Since 2013), which is totally compiled via source code. This script executes automatically and finally generates a complete set of tiny Linux system. Optional graphic development library (Qt\ncurses), specified target platform (x86\amd64).

Instruction of compiling method

Required environment: Ubuntu\Debian
1. Modify "VeriableSetting" configuration file based on your own needs to change compiling result. This file defines parameters such as source code version, specified target platform, grapgic development library, secure boot support, etc.
2. Run "Other\BuildDeployment.sh" script to install libraries and common tools required by Atom Linux.
3. Run "mk-CompileAll.sh" script to start compiling of entire system.
4. Run "Test_ISO.sh" script to test operating situation of Atom Linux.

Other common scripts

"mk-Clean.sh" Clears compiling result files.
"BusyBox\CreateCDISO.sh" Creates ISO CD image of Atom Linux.
"BusyBox\CopyToImgFile.sh" Copies compiling result of Atom Linux to img image file in order to deploy to computer in the future.
"Other\CompressionVMDK.sh" If the system is running in VMware virtual machine, you can use this script to compress vmdk virtual disk and free up disk space of host computer.

root password:root

About

Build a small Linux system of my own.


Languages

Language:Shell 98.5%Language:Python 1.0%Language:Dockerfile 0.5%