diff options
| author | emmett1 <emmett1@noreply.codeberg.org> | 2024-06-18 16:41:01 +0000 |
|---|---|---|
| committer | emmett1 <emmett1@noreply.codeberg.org> | 2024-06-18 16:41:01 +0000 |
| commit | 6f3c6e3d38bb2d9c312c08f57ed1523f3da18199 (patch) | |
| tree | 676ebf62a797a0442e002d85f3c3ebc75a7ed4f6 | |
| parent | 8d5f3549f7c2826ff4e35b31f6ce55179ebc70e9 (diff) | |
| download | alicelinux-6f3c6e3d38bb2d9c312c08f57ed1523f3da18199.tar.gz alicelinux-6f3c6e3d38bb2d9c312c08f57ed1523f3da18199.zip | |
Update README.md
| -rw-r--r-- | README.md | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -10,10 +10,33 @@ <b>Alice Linux</b> is my personal daily driver minimal distro that used <a href="https://musl.libc.org/">musl</a> libc, <a href="https://www.busybox.net/">busybox</a> as main core utilities, package manager written in POSIX shell script, <a href="https://wayland.freedesktop.org/">Wayland</a> as the only gui server and trying to be minimal, lightweight and usable as possible. </p> +<p align="center"><b>Main keypoint:</b></br> +- no systemd</br> +- no PAM</br> +- no polkit</br> +- no Xorg</br> +- musl instead of glibc</br> +- busybox instead of coreutils/util-linux/etc</br> +- busybox's runit instead of systemd/openrc/etc</br> +- libudev-zero instead of udev/eudev</br> +- gettext-tiny instead of gettext</br> +- mandoc instead of man-db</br> +- doas instead of sudo</br> +- ... (more will come)</p> + +<p align="center"> + See <a href="https://codeberg.org/emmett1/alicelinux/releases">release</a> page for released rootfs. +</p> + <p align="center"> - See <a href="https://codeberg.org/emmett1/alicelinux/releases">release</a> page for released rootfs and live iso. + See <a href="https://sourceforge.net/projects/alice-linux/files/iso/">here</a> for Alice live iso. </p> <p align="center"> See <a href="https://codeberg.org/emmett1/alicelinux/src/branch/main/docs">docs</a> directory for installation guide and other informations. +</p> + +<p align="center"> + Your cups of coffee very helpful for this project :D</br> + <a href="https://paypal.me/syazwanemmett">paypal</a> | <a href="https://ko-fi.com/emmett1">ko-fi</a> | <a href="https://buymeacoffee.com/emmett1">buymeacoffee</a> </p>
\ No newline at end of file |