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') ') -
+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.
-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(`_em', `$1')dnl
define(`_header', `define(`_CURRENT_HEADER', $1)