From 0a926cb895cbaa5f7982ad6332d238b68285776e Mon Sep 17 00:00:00 2001 From: dtb Date: Mon, 5 Dec 2022 00:05:29 -0500 Subject: [PATCH] a tiny bit on the setup scripts --- wiki/unix/alpine.m4 | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/wiki/unix/alpine.m4 b/wiki/unix/alpine.m4 index 01f0f8c..08ceaaa 100644 --- a/wiki/unix/alpine.m4 +++ b/wiki/unix/alpine.m4 @@ -46,10 +46,8 @@ To always install doc packages with program packages, _code(`apk add docs'). _subheader(`Bootstrapping')

See _ref(`#linux#bootstrapping'). -_program(`setup-alpine') exists to automate installation. +The Alpine setup scripts also exist to aid in the bootstrap process.

-_passage(`Eunakria on the Alpine Linux Discord server', -`

setup-alpine is jank.

')

To bootstrap _man(`apk(8)') do the following:

@@ -61,6 +59,15 @@ To bootstrap _man(`apk(8)') do the following:

Copy _file(`/etc/resolv.conf') over (and bind _file(`/dev/'), _file(`/proc/'), and _file(`/sys/')) before _ref(`#posix#chroot(1)')ing.

+_subsubheader(`Setup scripts') +_bibliography(` +_bentr(`_link(`Alpine setup scripts', `https://wiki.alpinelinux.org/wiki/Alpine_setup_scripts') (Alpine Wiki)') +') +_passage(`Eunakria on the Alpine Linux Discord server', +`

setup-alpine is jank.

') +

+_program(`setup-hostname') validates a _man(`hostname(5)') before writing to the mounted volume. +

_subheader(`postmarketOS')