diff --git a/wiki/unix/alpine.m4 b/wiki/unix/alpine.m4 index 1c0d7bc..58cbec8 100644 --- a/wiki/unix/alpine.m4 +++ b/wiki/unix/alpine.m4 @@ -6,12 +6,20 @@ Its main purpose is to serve as a server distribution, however many have found u _bibliography(` _bentr(`Alpine repositories content search') ') -
Bootstrapping
+_subheader(`_code(`WARNING: Ignoring [_italic(`path')]: UNTRUSTED signature')') +_bibliography(` +_bentr(_link(`ERROR: http://dl-4.alpinelinux.org/alpine/edge/testing: UNTRUSTED signature', `https://stackoverflow.com/questions/73374745/error-http-dl-4-alpinelinux-org-alpine-edge-testing-untrusted-signature')') +') +

+If you are absolutely sure what you're doing is fine, _command(`apk [_italic(`command')] _em(`--allow-untrusted')'). +This ignores the error and allows the operation to proceed. +

+_subheader(`Bootstrapping')

Alpine's bootstrapping procedure is quite manual; you should probably use _program(`setup-alpine'). However, it is possible and quite easy to perform the steps manually.

- +

Alpine does not have a _man(`chroot(1)') helper; you must manually do that with a one-liner such as _code(`for i in dev proc sys; do mount -o bind "/$i" "/mnt/$i"; done; cp /etc/resolv.conf /mnt/etc/resolv.conf') @@ -35,7 +43,8 @@ which you can chroot into.

After chrooting in, you must configure basics such as users, passwords, _man(`fstab(5)'), and the bootloader yourself.

-
Always install manual pages
+ +_subheader(`Always install manual pages')

Alpine doesn't include man pages in program packages to save on space, instead keeping them in _code(`[package]-doc') sibling packages. To always install doc packages with program packages, _code(`apk add docs'). diff --git a/wiki/wiki.m4 b/wiki/wiki.m4 index 46fd3e2..30344dd 100644 --- a/wiki/wiki.m4 +++ b/wiki/wiki.m4 @@ -6,6 +6,7 @@ define(`_bibliography_entry', `

  • $1
  • ')dnl define(`_bentr', `_bibliography_entry($1)')dnl define(`_cite', `$1')dnl define(`_code', `$1')dnl +define(`_em', `$1')dnl define(`_header', `define(`_CURRENT_HEADER', $1)

    $1

    ')dnl define(`_italic', `$1')dnl define(`_link', `$1')dnl