diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-11-20 03:56:22 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-11-20 03:56:22 +0000 |
| commit | 535d0358afa37bd63c8198e3ee0ac4e119378b4c (patch) | |
| tree | 73dc538d856a3169ffcdf281e3f74ea5558e4c10 | |
| parent | 69fa15f4e124368a3d60f713997b6a2915f0dad7 (diff) | |
| download | alicelinux-535d0358afa37bd63c8198e3ee0ac4e119378b4c.tar.gz alicelinux-535d0358afa37bd63c8198e3ee0ac4e119378b4c.zip | |
Woodpecker CI 963eb0f1180b6a48300de5877b66f4b268f298b4 [SKIP CI]
| -rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -65,11 +65,12 @@ <hr> <p><img alt="alicelinux" src="assets/AliceLinux.png"></p> <p><img alt="alicelinux" src="assets/grimshot-240524-234840.png"></p> -<p><strong>Alice Linux</strong> 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 gui server and trying to be minimal, lightweight and usable as possible.</p> +<p><strong>Alice Linux</strong> is my personal daily driver minimal distro that used <a href="https://www.llvm.org/">Clang/LLVM</a> as main C compiler, <a href="https://musl.libc.org/">musl</a> as main standard libc library, <a href="https://www.libressl.org">libressl</a> as main SSL/TLS and cryptographic libraries, <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 gui server and trying to be minimal, lightweight and usable as possible.</p> <ul> <li>no systemd</li> <li>no PAM</li> <li>no polkit</li> +<li>clang/llvm instead of gcc/binutils</li> <li>musl instead of glibc</li> <li>busybox instead of coreutils/util-linux/etc</li> <li>busybox's runit instead of systemd/openrc/etc</li> @@ -77,6 +78,8 @@ <li>gettext-tiny instead of gettext</li> <li>mandoc instead of man-db</li> <li>doas instead of sudo</li> +<li>wayland instead of Xorg</li> +<li>libressl instead of openssl</li> </ul> <br><hr> <p>Copyright (C) Alice Linux, 2024</p> |