attempt at auto linking packages

This commit is contained in:
dtb 2023-01-02 19:44:58 -05:00
parent 67d395f433
commit e9488459ab
3 changed files with 6 additions and 6 deletions

View File

@ -73,7 +73,7 @@ _passage(`Eunakria on the Alpine Linux Discord server',
_program(`setup-hostname') validates a _man(`hostname(5)') before writing to the mounted volume.
</P>
<P>
_program(`setup-xorg-base') adds the packages _package(`xorg-server'), _package(`xf86-input-libinput'), _package(`eudev'), and _package(`mesa'), and then enables the _ref(`#initialization') services for udev.
_program(`setup-xorg-base') adds the packages _package_alpine(`xorg-server'), _package(`xf86-input-libinput'), _package(`eudev'), and _package(`mesa'), and then enables the _ref(`#initialization') services for udev.
</P>
_subheader(`postmarketOS')

View File

@ -2,6 +2,7 @@ define(`_DESCRIPTION', `Linux is a Unix-workalike operating system kernel.')dnl
define(`_PAGE', `Linux')dnl
include(`../wiki.m4')dnl
include(`../unix/macros.m4')dnl
include(`macros.m4')dnl
<UL>
_bentr(`_link(`How to Linux', `http://tldp.yolinux.com/HOWTO/subdir/HOWTO-INDEX.html')')
_bentr(`_link(`How to Use User Mode Linux', `https://christine.website/blog/howto-usermode-linux-2019-07-07')')

View File

@ -1,5 +1,4 @@
define(`_command', `_code($1)')dnl
define(`_file', `_code($1)')dnl
define(`_man', `_cite($1)')dnl
define(`_program', `_code($1)')dnl
define(`_package', `_code($1)')dnl
dnl include(`../wiki.m4')
dnl include(`../unix/macros.m4')
define(`_package_alpine', `_link(_package($1), https://pkgs.alpinelinux.org/packages?name=$1)')dnl
define(`_package_arch', `_link(_package($1), https://archlinux.org/packages/?q=$1')')dnl