commit b4bbace

chld  ·  2025-12-23 23:50:38 +0000 UTC
parent 6841d09
readme
2 files changed,  +28, -7
+10, -0
 1@@ -0,0 +1,10 @@
 2+#!/bin/sh
 3+
 4+. ./util/lib.sh
 5+
 6+# extra convenient things. 
 7+# not included in the main wrapper.
 8+
 9+chown root:video $m/dev/dri/*
10+chown root:video $m/dev/urandom
11+
+18, -7
 1@@ -7,7 +7,9 @@
 2 based distro
 3 that aims to be very small and usable.
 4    
 5-here is what it offers:
 6+the idea is to... umm
 7+   
 8+here is what this stuff offers:
 9 * a minimal `/` [cliche]
10 * a [KISS Linux](https://kisscommunity.org) base
11 * the `apk` package manager
12@@ -18,6 +20,14 @@ here is what it offers:
13 in this repository is a set of shell scripts that are used to
14  setup the `mwakat linux` distro.
15 
16+## scripts
17+the scripts to build this stuff are mildly modularized,
18+so its easy doing whatever you want in the process
19+   
20+im still working on "agnosticizing" this stuff, so
21+if someone actually finds my code useful, they could
22+use it for themselves :)
23+
24 ## install
25 1. clone this repository
26    
27@@ -35,16 +45,17 @@ sh ./setup-distro
28 ### post-install
29 this is important!
30    
31-the script `setup-distro` doesnt run any scripts that set up the system for you.
32+the main wrapper`setup-distro` doesnt run any commands 
33+that really set up the system for you.
34+   
35    
36-after installing, you would still need to:
37+after installing, youd might still need to:
38 * install a kernel
39-* install a bootloader [if you need it]
40-* install firmware [if you need it]
41-* install a device manager [if you need it]
42+* install a bootloader
43+* install firmware
44+* install a device manager
45    
46 you know, the basic stuff.
47-the installer doesnt baby you!
48 
49 ## distro
50