Actual repo: https://gitlab.com/ersoy-kardesler/minimal-linux-system

Ercan Ersoy 7de266a4ab Some updates 1 年之前
configs 7de266a4ab Some updates 1 年之前
.gitignore 7409c89656 Initial commit 2 年之前
LICENSE-GPLv2 7409c89656 Initial commit 2 年之前
LICENSE-GPLv3 7409c89656 Initial commit 2 年之前
README.md cfc0403bc7 Oops! 2 年之前
build.sh 7de266a4ab Some updates 1 年之前
clean-all.sh bf797f00d6 Update scripts 2 年之前
clean.sh bf797f00d6 Update scripts 2 年之前
qemu.sh 9970febf89 Some updates 2 年之前

README.md

Ersoy Kardeşler Minimal Linux System

A minimal Linux-libre system build script based on Minimal Linux Script.

Copyright (c) 2016-2021 John Davidson

Copyright (c) 2021-2022 Ercan Ersoy and Erdem Ersoy

The source bundles are downloaded and compiled automatically. The script requires host toolchain.

If you are using Debian or Pardus, you should be able to resolve all build dependencies by executing the following command:

sudo apt install wget make gawk gcc bc bison flex xorriso libelf-dev libssl-dev libncurses-dev

The script doesn't require root privileges. In the end you should have a bootable ISO image named ersoy_kardesler.iso in the same directory where you executed the script.

License

Everything except Linux and BusyBox configs are licensed with GPLv3. The Linux and BusyBox configs are licensed in GPLv2.