Ivandavidov Minimal Versions Save

Minimal Linux Live (MLL) is a tiny educational Linux distribution, which is designed to be built from scratch by using a collection of automated shell scripts. Minimal Linux Live offers a core environment with just the Linux kernel, GNU C library, and Busybox userland utilities.

15-Dec-2019

4 years ago

Change log

All release changes are described in the change log section.

How to use

  1. Download and extract the minimal_linux_live_15-Dec-2019_src.tar.xz source archive.

  2. Resolve all build dependencies (Ubuntu):

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

  3. Generate new MLL ISO image:

    ./build_minimal_linux_live.sh

  4. Use the generated ISO image file minimal_linux_live.iso as bootable media in virtual machine.

28-Jan-2018

6 years ago

Change log

All release changes are described in the change log section.

How to use

  1. Download and extract the minimal_linux_live_28-Jan-2018_src.tar.xz source archive.

  2. Resolve all build dependencies (Ubuntu):

    sudo apt install wget make gawk gcc bc libelf-dev xorriso

  3. Generate new MLL ISO image:

    ./build_minimal_linux_live.sh

  4. Use the generated ISO image file minimal_linux_live.iso as bootable media in virtual machine.

20-Jan-2017

6 years ago
  1. Download and extract the minimal_linux_live_20-Jan-2017_src.tar.xz source archive.

  2. Resolve all build dependencies (Ubuntu):

    sudo apt install wget make gawk gcc bc genisoimage

  3. Generate new MLL ISO image:

    ./build_minimal_linux_live.sh

  4. Use the generated ISO image file minimal_linux_live.iso as bootable media in virtual machine.