mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
New to this version is the archlinux FLAVOR to manage an Arch Linux userland for the Linuxulator. It installs into/manages /compat/archlinux to not conflict with the linux-c7 ports, similar to sysutils/debootstrap. Reviewed by: fluffy, trasz Event: BSDCan 2022 Event: SouthEast LinuxFest 2022 Event: SouthEast LinuxFest 2023 Differential Revision: https://reviews.freebsd.org/D33652
26 lines
940 B
Plaintext
26 lines
940 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
%%DEFAULT%%Default pacman root directory (the one it will install packages into) is
|
|
%%ARCHLINUX%%Default Arch Linux userland directory (the one it will install
|
|
%%ARCHLINUX%%packages to) for Linuxulator usage is
|
|
|
|
%%PACMAN_ROOT%%
|
|
|
|
%%DEFAULT%%To change it (and to define package repositories to use), see
|
|
%%DEFAULT%%
|
|
%%DEFAULT%% %%PREFIX%%/etc/pacman.conf
|
|
%%ARCHLINUX%%To use the Arch Linux repositories, generate one from
|
|
%%ARCHLINUX%%https://archlinux.org/mirrorlist/ and place the result in
|
|
%%ARCHLINUX%%
|
|
%%ARCHLINUX%% %%PREFIX%%/etc/pacman.d/mirrorlist
|
|
%%ARCHLINUX%%
|
|
%%ARCHLINUX%%Then make sure to install security/archlinux-keyring so that Arch
|
|
%%ARCHLINUX%%Linux official repository packages verify PGP signatures properly.
|
|
%%ARCHLINUX%%
|
|
%%ARCHLINUX%%You may want to sync pacman configuration from here to the Arch
|
|
%%ARCHLINUX%%Linux copy in the Linuxulator should you invoke pacman there.
|
|
EOM
|
|
}
|
|
]
|