commit d5f0b76
chld
·
2025-12-22 16:40:15 +0000 UTC
parent 917add8
readme
2 files changed,
+5,
-3
+4,
-2
1@@ -2,8 +2,10 @@
2 ### pronounced _mwooakwaht_
3 ### a bunch of pieced puzzle pieces pieced again
4
5-`mwakat linux` is a _"manual"_ linux distro
6-that aims to be a small, but **usable**.
7+`mwakat linux` is a _"manual"_,
8+[KISS Linux](https://kisscommunity.org)
9+based linux distro
10+that aims to be very small and usable.
11
12 here is what it offers:
13 * a minimal `/` [cliche]
+1,
-1
1@@ -4,4 +4,4 @@
2
3 echo "WARNING: $0 assumes you have already run setup-distro!"
4 # unmount $m so nothing is messed up during tar
5-tar -cvJf mwakat-rootfs.tar.xz $m/*
6+XZ_OPT='-9' tar -cvJf mwakat-rootfs.tar.xz $m/*