attempt at auto linking packages
This commit is contained in:
parent
67d395f433
commit
e9488459ab
@ -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.
|
_program(`setup-hostname') validates a _man(`hostname(5)') before writing to the mounted volume.
|
||||||
</P>
|
</P>
|
||||||
<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>
|
</P>
|
||||||
|
|
||||||
_subheader(`postmarketOS')
|
_subheader(`postmarketOS')
|
||||||
|
@ -2,6 +2,7 @@ define(`_DESCRIPTION', `Linux is a Unix-workalike operating system kernel.')dnl
|
|||||||
define(`_PAGE', `Linux')dnl
|
define(`_PAGE', `Linux')dnl
|
||||||
include(`../wiki.m4')dnl
|
include(`../wiki.m4')dnl
|
||||||
include(`../unix/macros.m4')dnl
|
include(`../unix/macros.m4')dnl
|
||||||
|
include(`macros.m4')dnl
|
||||||
<UL>
|
<UL>
|
||||||
_bentr(`_link(`How to Linux', `http://tldp.yolinux.com/HOWTO/subdir/HOWTO-INDEX.html')')
|
_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')')
|
_bentr(`_link(`How to Use User Mode Linux', `https://christine.website/blog/howto-usermode-linux-2019-07-07')')
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
define(`_command', `_code($1)')dnl
|
dnl include(`../wiki.m4')
|
||||||
define(`_file', `_code($1)')dnl
|
dnl include(`../unix/macros.m4')
|
||||||
define(`_man', `_cite($1)')dnl
|
define(`_package_alpine', `_link(_package($1), https://pkgs.alpinelinux.org/packages?name=$1)')dnl
|
||||||
define(`_program', `_code($1)')dnl
|
define(`_package_arch', `_link(_package($1), https://archlinux.org/packages/?q=$1')')dnl
|
||||||
define(`_package', `_code($1)')dnl
|
|
||||||
|
Loading…
Reference in New Issue
Block a user