From ada16e72c57e992754e2694d6ed6b6da5805822a Mon Sep 17 00:00:00 2001 From: dtb Date: Fri, 25 Nov 2022 20:57:56 -0500 Subject: [PATCH] mention kernel on bootstrapping --- wiki/unix/alpine.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/unix/alpine.m4 b/wiki/unix/alpine.m4 index cd65296..21d359a 100644 --- a/wiki/unix/alpine.m4 +++ b/wiki/unix/alpine.m4 @@ -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)'), and the bootloader if necessary. +Remember to set up users, _ref(`#fstab(5)'), the kernel, and the bootloader if necessary.

_subheader(`postmarketOS')