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

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

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.