array-in-a-matrix 2023-06-28 12:47:31 -04:00
commit f3289968cc

View file

@ -6,7 +6,8 @@ Goofy Linux distribution based on [Arch Linux](https://archlinux.org).
- Bloat
- More bloat
-
- Shovelware
- Bloat (i think?)
## Development
@ -15,6 +16,5 @@ Using an Arch Linux or Arch-based distro is required to build the live distro im
```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 "..."
run_archiso -i -u $ISO/guh-linux-pro-ultra-max-<...>-x86_64.iso # the date of the iso's build would be in place of the "..."
```