Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'MLL With Integration Tests'
on: 'workflow_dispatch'
jobs:
mll-with-tests:
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-22.04' # revert back to 'ubuntu-latest' when 22.04 is no longer in public beta
steps:
- uses: actions/checkout@v2
- name: 'Apply Workflow Patches'
Expand Down
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* [Overview](#overview)
* [Current development state](#current-development-state)
* [MLL on ARM (AArch64)](#mll-on-arm-aarch64)
* [Future improvements](#future-improvements)
* [How to build](#how-to-build)
* [Overlay bundles](#overlay-bundles)
Expand Down Expand Up @@ -33,14 +34,12 @@ The [guidebook](https://ivandavidov.github.io/minimal/book) explains in details

You are encouraged to read the [tutorial](src/the_dao_of_minimal_linux_live.txt) which explains the minimalistic MLL build process. The same tutorial, along with all MLL source code, can be found in the ISO image structure in the ``/minimal/rootfs/usr/src directory``.

The hosting space for [Minimal Linux Live](http://minimal.idzona.com "Minimal Linux Live") is provided by the cool guys at [Microweber](http://microweber.com "Microweber - Website Builder and Laravel CMS") - check them out. :)
The project has been supported by the cool guys at [Microweber](http://microweber.com "Microweber - Website Builder and Laravel CMS") - check them out. :)

Website mirrors are available here:
Website and mirrors are available here:

* [ivandavidov.github.io/minimal](http://ivandavidov.github.io/minimal "Minimal Linux Live")
* [skamilinux.hu/minimal](http://skamilinux.hu/minimal "Minimal Linux Live")
* [linux.idzona.com](http://linux.idzona.com "Minimal Linux Live")
* [minimal.linux-bg.org](http://minimal.linux-bg.org "Minimal Linux Live")
* [ivandavidov.github.io/minimal](https://ivandavidov.github.io/minimal "Minimal Linux Live")
* [skamilinux.hu/minimal](https://skamilinux.hu/minimal "Minimal Linux Live")

List of [related projects](#related-projects) is available in the end of this document. If you don't find what you're looking for in MLL, perhaps you'll find it in the related projects, e.g. minimal Linux system with graphical user interface (GUI), or perhaps minimal Linux system with option to run Docker containers.

Expand Down Expand Up @@ -72,6 +71,17 @@ You can experiment with Minimal Linux Live directly in your browser by using [Ja

![Minimal Linux Live JavaScript Emulator](docs/assets/img/emulator_01.jpg)

### MLL on ARM (AArch64)

A preview of MLL on ARM (AArch64) can be found in the branch [aarch64](https://github.com/ivandavidov/minimal/tree/aarch64/src).

* Install Ubuntu Server 22.04 for ARM 64 (AArch64).
* Resolve the following additional dependencies on top of the MLL required dependencies: qemu-system-aarch64, rsync, bzip2, dosfstools
* Execute scripts 00 to 10.
* Execute [qemu-aarch64.sh](https://github.com/ivandavidov/minimal/blob/aarch64/src/qemu-aarch64.sh) and then switch to the QEMU serial console.

![Minimal Linux Live on ARM64 (AArch64)](docs/assets/img/mll-aarch64.png)

### Future improvements

Take a look at the [issues](http://github.com/ivandavidov/minimal/issues) page where all future MLL improvements are tracked.
Expand Down
Binary file added docs/assets/img/mll-aarch64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 9 additions & 20 deletions www-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.