User:Sertonix/Freedom of choice: Difference between revisions
(link to kernels page) |
(link to Technical Steering Committee) |
||
Line 18: | Line 18: | ||
| [https://www.gnu.org/software/libc/ glibc] || style="background:red" | None || [[Running glibc programs]] | | [https://www.gnu.org/software/libc/ glibc] || style="background:red" | None || [[Running glibc programs]] | ||
|} | |} | ||
* See also: [https://gitlab.alpinelinux.org/alpine/tsc/-/issues/17 alpine-glibc] | |||
* See also: [https://wiki.gentoo.org/wiki/Libc Gentoo Wiki] | * See also: [https://wiki.gentoo.org/wiki/Libc Gentoo Wiki] | ||
Line 244: | Line 245: | ||
| {{Pkg|bash}} || style="background:lime" | Full || | | {{Pkg|bash}} || style="background:lime" | Full || | ||
|} | |} | ||
* [[Change default shell]] | * See also: [[Change default shell]] | ||
* See proposal: [https://gitlab.alpinelinux.org/alpine/tsc/-/issues/39 replace busybox ash with another /bin/sh] | |||
* See also: [https://wiki.archlinux.org/title/Command-line_shell Archwiki] | * See also: [https://wiki.archlinux.org/title/Command-line_shell Archwiki] | ||
* See also: [https://wiki.gentoo.org/wiki/Shell Gentoo Wiki] | * See also: [https://wiki.gentoo.org/wiki/Shell Gentoo Wiki] | ||
Line 325: | Line 327: | ||
== See Also == | == See Also == | ||
* [[Architecture|Alpine Architecture]] | * [[Architecture|Alpine Architecture]] | ||
* See also: [https://gitlab.alpinelinux.org/alpine/tsc/-/issues/55 Future of busybox] |
Revision as of 10:52, 9 November 2023
This is an overview over the different available programms, etc. that can be selected from when using alpine. It is also intended as a reference what should be documented and what could be supported.
Bootloaders
- See: Bootloaders
- Not supported:
systemd-boot
Kernel
- See: Kernels
Libc
Name | Support | Notes |
---|---|---|
musl | Full | Default |
glibc | None | Running glibc programs |
- See also: alpine-glibc
- See also: Gentoo Wiki
Initramfs
Name | Support | Notes |
---|---|---|
mkinitfs | Full | Default |
dracut | Full | |
booster | Full | |
tinyramfs | None | |
without | None | may require custom Kernel, kisslinux without initramfs |
- See also: Initramfs init
- See also: Gentoo Wiki
Pid 1
Name | Support | Notes |
---|---|---|
busybox init | Full | Default |
s6-linux-init | Needs testing | |
dumb-init | Needs testing | For containers |
runit-init | Needs testing | runit-init starting OpenRC |
epoch | Needs testing | |
sinit | None | |
Felker init | None | |
systemd | None |
- See also: Gentoo Wiki
- See also: Archwiki
Service Manager
Name | Support | Notes |
---|---|---|
OpenRC | Full | Default |
runit | As OpenRC service | |
s6-rc | In development ? | |
daemontools | Needs testing | |
daemontools-encore | Needs testing | |
supervisor | Needs testing | |
dinit | None | unofficial test |
busybox runit | None | |
svc | None | |
sysmgr | None | |
upstart | None | |
sysmgr | None | |
systemd | None |
- See also: Gentoo Wiki
- See also: Archwiki
System Logs
Name | Support | Notes |
---|---|---|
busybox syslog | Full | Default |
rsyslog | Full | |
syslog-ng | Full | |
socklog | Needs testing | |
s6-socklog from s6 | Needs testing | |
systemd-journald | None |
- See also: Syslog
Device Manager
Name | Support | Notes |
---|---|---|
mdev | Full | Default |
mdevd | Full | |
eudev | Full | |
smdev | None | |
vdev | None | |
systemd-udev | None |
Power Managment
Name | Support | Notes |
---|---|---|
busybox acpid | Full | Default |
acpid | Full | |
elogind | Needs testing | |
systemd-logind | None |
- See also: Archwiki
- See also: Gentoo Wiki
DHCP Client
Name | Support | Notes |
---|---|---|
busybox udhcpc | Full | Default |
dhcpcd | Full | |
dhclient | Full | |
sdhcp | None |
- See also: Archwiki
- See also: Gentoo Wiki - resolv.conf
Wi-Fi
- See: Wi-Fi
Seat/Session Managnent
Name | Support | Notes |
---|---|---|
elogind | Full | |
seatd | Full | seats only |
turnstile | needs testing | session only |
systemd-logind | None |
Login
Name | Support | Supports PAM | Notes |
---|---|---|---|
busybox login | Full | No | Default |
greetd | Full | Yes | requires greeter |
shadow-login | Full | Yes | |
util-linux-login | Full | Yes | |
systemd-logind | None | Yes |
- See also: Gentoo Wiki
Shell Utils
Name | Support | Notes |
---|---|---|
busybox | Full | Dependency of alpine-base |
busybox-extras | Full | Some commands that are missing in the busybox package |
util-linux | Full | |
coreutils | Full | |
toybox | Needs testing | |
sbase | Needs testing | |
ubase | Needs testing |
- See also: Archwiki
Shell
Name | Support | Notes |
---|---|---|
busybox ash | Full | Default |
bash | Full |
- See also: Change default shell
- See proposal: replace busybox ash with another /bin/sh
- See also: Archwiki
- See also: Gentoo Wiki
SU
Name | Support | Notes |
---|---|---|
su from busybox-suid | Full | default |
su from shadow-login | Full | |
su from util-linux-login | Full | |
sudo | Full | |
doas | Full | sudo shim using doas: doas-sudo-shim |
s6-sudo | Needs testing | |
without | Needs testing |
SSL/TLS
Name | Support | Notes |
---|---|---|
openssl | Full | Default |
libressl | Needs testing | |
bearssl | Needs testing |
- See also: consider LibreSSL as default OpenSSL provider again
- See also: Archwiki
- See also: haproxy SSL Libraries Support Status
Cron
Name | Support | Notes |
---|---|---|
cronie | Full | |
dcron | Full | |
fcron | Full | |
vixie-cron | None | |
scron | None | |
systemd-timer | None |
- See also: Archwiki
- See also: Gentoo Wiki
SSH
Name | Support | Notes |
---|---|---|
openssh | Full | |
dropbear | Full | provide ssh command dropbear-ssh |
- See also: Archwiki
- See also: Gentoo Wiki - OpenSSH
- See also: Gentoo Wiki - Dropbear
Desktop
See Also
- Alpine Architecture
- See also: Future of busybox