From d885d24bae2317a8a718e6b5d22e0bc01f419877 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Wed, 28 Jun 2023 03:22:25 -0400 Subject: [PATCH] basic readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index e69de29..277b5d5 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,20 @@ +# Guh Linux Pro Ultra Max + +Goofy Linux distribution based on [Arch Linux](https://archlinux.org). + +## Features + +- Bloat +- More bloat +- + +## Development + +Using an Arch Linux or Arch-based distro is required to build the live distro image file. To build run the following commands or some varient of it: + +```sh +ISO=$(mktemp -d) # make sure your tmpfs is big enough or build into a different directory +sudo mkarchiso -v -w $ISO -o $ISO live +run_archiso -i $ISO/guh-linux-pro-ultra-max-<...>-x86_64.iso -u # the day would the iso is built would be in place of the "..." +``` +