chld/mwakat
3
7
Fork
You've already forked mwakat
0
a bunch of pieced puzzle pieces pieced again - the mwakatlinux distro
  • Shell 100%
2026年04月25日 09:29:34 -05:00
rootfs remove need for rootfs/repositories in setup-apk 2026年04月25日 09:25:06 -05:00
util Update util/lib.sh 2026年02月07日 20:53:04 +01:00
.gitignore setup-distro-tarball 2025年12月20日 14:54:42 -06:00
create-mwakat fixes 2026年01月24日 16:51:15 -06:00
create-mwakat-tarball agnostic 2025年12月30日 11:31:21 -06:00
LICENSE Initial commit 2025年12月20日 17:53:39 +01:00
README.md update readme 2026年04月25日 09:29:34 -05:00
setup-apk remove need for rootfs/repositories in setup-apk 2026年04月25日 09:25:06 -05:00
setup-post update 2025年12月22日 18:47:03 +00:00
setup-rootfs setup-rootfs 2025年12月30日 11:49:46 -06:00
setup-userland move apk stuff out of setup-userland to setup-apk 2025年12月30日 11:17:46 -06:00

mwakat linux

a bunch of pieced puzzle pieces pieced again

maintaining

mwakat linux doesnt really have to be maintained.
it is not so independent, as it relies on a external package manager maintained by alpine linux

about

mwakat linux is a "manual", KISS Linux based distro that aims to be very small and usable.

the idea is to... umm

here is what mwakat linux offers:

in this repository is a set of shell scripts that are used to setup the mwakat linux distro.

scripts

the scripts to build this stuff are modular and simple, so its easy doing whatever you want in the process

im still working on "agnosticizing" this stuff, so if someone actually finds my code useful, they could use it for themselves :)

install

  1. clone this repository
git clone https://codeberg.org/chld/mwakatlinux --depth 1
  1. run the create-mwakat command
sh ./create-mwakat
  1. (削除) profit (削除ここまで) read the lines below

post-install

this is important!

the main wrapper create-mwakat doesnt run any commands that really set up the system for you.

after installing, youd might still need to:

  • install a kernel
  • install a bootloader
  • install firmware
  • install a device manager

you know, the basic stuff.

distro

requirements

  • a working internet connection
  • a linux ISO like the gentoo ISO

goals

  • scripts work
  • installable to real hardware
  • unified /bin
  • hybrid userland
  • ...( using baseutils )

a working input+drm stack without:

  • openrc sysinit
  • eudev

status

  • tested

i have personally been able to install mwakat linux from the scripts provided!