commit: b9499896a5174c6cc0635942c23f71139fb22e32 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri Sep 1 23:13:02 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri Sep 1 23:13:47 2023 +0000 URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=b9499896
add minidoc Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> create-a-buildspawn.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/create-a-buildspawn.txt b/create-a-buildspawn.txt new file mode 100644 index 0000000..9df799d --- /dev/null +++ b/create-a-buildspawn.txt @@ -0,0 +1,22 @@ + +unpack stage +clone binhost into /etc/binhost + +binhost-arm64-kde ~/bin # ls -l +total 0 +lrwxrwxrwx 1 root root 41 Sep 1 15:17 run-update -> /etc/binhost/builders/jiji/kde/run-update + +binhost-arm64-kde /etc # ls -l portage +lrwxrwxrwx 1 root root 38 Sep 1 15:18 portage -> /etc/binhost/builders/jiji/kde/portage + +binhost-arm64-kde /var/lib/portage # ls -l world +lrwxrwxrwx 1 root portage 36 Sep 1 15:21 world -> /etc/binhost/builders/jiji/kde/world + +edit /etc/locale.gen, enable +en_US ISO-8859-1 +en_US.UTF-8 UTF-8 + +run locale-gen + +bind-mount binpkgs directories together (fstab) +
