From 74b48cbdaff3fe32f27a2dd3a492ab565757e98b Mon Sep 17 00:00:00 2001 From: dtb Date: Fri, 25 Nov 2022 21:20:44 -0500 Subject: [PATCH] mention devmgmt in alpine, add stub in linux --- wiki/unix/alpine.m4 | 4 ++-- wiki/unix/linux.m4 | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/wiki/unix/alpine.m4 b/wiki/unix/alpine.m4 index 21d359a..5247ab3 100644 --- a/wiki/unix/alpine.m4 +++ b/wiki/unix/alpine.m4 @@ -1,6 +1,6 @@ _header(`Alpine')

-Alpine Linux is a small Linux distribution based on musl libc. +Alpine Linux is a small _ref(`#linux') distribution based on musl libc. Its main purpose is to serve as a server distribution, however many have found use for it as a desktop distribution.

@@ -59,7 +59,7 @@ This is an ordinary _man(`apk-add(8)') call; you may wish to install necessities

Make sure to bind mount (_command(`mount -o bind')) _file(`/dev/'), _file(`/proc/'), and _file(`/sys/') to the corresponding locations on the bootstrap prefix and copy _file(`/etc/resolv.conf') over before _ref(`#posix#chroot(1)')ing into the bootstrap directory and finalizing setup. -Remember to set up users, _ref(`#fstab(5)'), the kernel, and the bootloader if necessary. +Remember to set up users, _ref(`#fstab(5)'), the kernel, device management, and the bootloader if necessary.

_subheader(`postmarketOS') diff --git a/wiki/unix/linux.m4 b/wiki/unix/linux.m4 index 7443935..ea2d0dc 100644 --- a/wiki/unix/linux.m4 +++ b/wiki/unix/linux.m4 @@ -74,6 +74,11 @@ On Alpine you'll need the _program(`pulseaudio'), _program(`pulseaudio-alsa'), a Start _man(`pulseaudio(1)') when you want audio, ideally in your _file(`.xinitrc').

+_subheader(`Device Management') +_bibliography(` +_bentr(`_link(`udev', `https://en.wikipedia.org/wiki/Udev') (Wikipedia)') +') + _subheader(`Distributions')

Linux is usually obtained as part of a software distribution put together to form a useable operating system.