aboutsummaryrefslogtreecommitdiff
path: root/website/index.md
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-05-02 00:21:33 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-05-02 00:21:33 +0800
commite0f83b5e7596c5d6efdbe724a5d97d6894111bdf (patch)
treef4949e6690f4280dccc0c218a9c9841523a4f3b4 /website/index.md
parent69efc726848cb6063efa9287ef7720747dd10d6a (diff)
downloadalicelinux-e0f83b5e7596c5d6efdbe724a5d97d6894111bdf.tar.gz
alicelinux-e0f83b5e7596c5d6efdbe724a5d97d6894111bdf.zip
added website dir
Diffstat (limited to 'website/index.md')
-rw-r--r--website/index.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/website/index.md b/website/index.md
new file mode 100644
index 00000000..95216410
--- /dev/null
+++ b/website/index.md
@@ -0,0 +1,15 @@
+![alicelinux](assets/AliceLinux.png)
+![alicelinux](assets/grimshot-240524-234840.png)
+
+**Alice Linux** is my personal daily driver minimal distro that used [musl](https://musl.libc.org/) libc, [busybox](https://www.busybox.net/) as main core utilities, package manager written in POSIX shell script, [Wayland](https://wayland.freedesktop.org/) and/or [Xorg](https://www.x.org/wiki/) as the gui server and trying to be minimal, lightweight and usable as possible.
+
+- no systemd
+- no PAM
+- no polkit
+- musl instead of glibc
+- busybox instead of coreutils/util-linux/etc
+- busybox's runit instead of systemd/openrc/etc
+- libudev-zero instead of udev/eudev
+- gettext-tiny instead of gettext
+- mandoc instead of man-db
+- doas instead of sudo