aboutsummaryrefslogtreecommitdiff
path: root/website/index.md
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-05-02 15:50:48 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-05-02 15:50:48 +0000
commite998bee21115f973a7de52a3db555130d7febce6 (patch)
treee563467559fbab9898e72b09775cd286994ab635 /website/index.md
parent0ae7818645ea63a8d15be6ac485afd3a99625f6a (diff)
parentc30beb8f77fcf36b136d3f029f3d1b5dfaecd199 (diff)
downloadalicelinux-e998bee21115f973a7de52a3db555130d7febce6.tar.gz
alicelinux-e998bee21115f973a7de52a3db555130d7febce6.zip
Merge branch 'main' of https://codeberg.org/emmett1/alicelinux
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