From e0f83b5e7596c5d6efdbe724a5d97d6894111bdf Mon Sep 17 00:00:00 2001 From: emmett1 Date: Fri, 2 May 2025 00:21:33 +0800 Subject: added website dir --- website/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 website/index.md (limited to 'website/index.md') 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 -- cgit v1.2.3