From 9c01db5ae721eae1a927900564dd8078f5768510 Mon Sep 17 00:00:00 2001 From: fewtarius Date: Wed, 22 Mar 2023 09:56:26 +0000 Subject: [PATCH 1/2] Fix Makefile references. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5018477c4..38b800659 100644 --- a/Makefile +++ b/Makefile @@ -23,9 +23,9 @@ distclean: src-pkg: tar cvJf sources.tar.xz sources .stamps -world: x86_64 +world: x86_64 RK3588 RK3566 -x86_64: handheld RK3588 RK3566 +x86_64: handheld handheld: PROJECT=PC DEVICE=handheld ARCH=i686 ./scripts/build_distro From 4d9f75c4a61353ee980f8b6a18b9a8b2dfd7f64e Mon Sep 17 00:00:00 2001 From: fewtarius Date: Wed, 22 Mar 2023 09:59:25 +0000 Subject: [PATCH 2/2] Add immutable to the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80efb0962..dcf310211 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@         [![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?color=5998FF&label=latest%20version&style=flat-square)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest) [![Activity](https://img.shields.io/github/commit-activity/m/JustEnoughLinuxOS/distribution?color=5998FF&style=flat-square)](https://github.com/JustEnoughLinuxOS/distribution/commits) [![Pull Requests](https://img.shields.io/github/issues-pr-closed/JustEnoughLinuxOS/distribution?color=5998FF&style=flat-square)](https://github.com/JustEnoughLinuxOS/distribution/pulls) [![Discord Server](https://img.shields.io/discord/948029830325235753?color=5998FF&label=chat&style=flat-square)](https://discord.gg/seTxckZjJy) # -Just Enough Linux Operating System (JELOS) is a community developed Linux distribution for handheld gaming devices. Our goal is to produce an operating system that has the features and capabilities that we need, and to have fun as we develop it. +Just Enough Linux Operating System (JELOS) is an immutable Linux distribution for handheld gaming devices developed by a small community of enthusiasts. Our goal is to produce an operating system that has the features and capabilities that we need, and to have fun as we develop it. ## Licenses JELOS is a Linux distribution that is made up of many open-source components. Components are provided under their respective licenses. This distribution includes components licensed for non-commercial use only.