aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-09-02 01:13:02 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-09-02 01:13:47 +0200
commitb9499896a5174c6cc0635942c23f71139fb22e32 (patch)
treebb56d7bedf6b84b6b416f1191b8f4c8567f06952
parentDrop stuff that does not work out of the box on arm64 (diff)
downloadbinhost-b9499896a5174c6cc0635942c23f71139fb22e32.tar.gz
binhost-b9499896a5174c6cc0635942c23f71139fb22e32.tar.bz2
binhost-b9499896a5174c6cc0635942c23f71139fb22e32.zip
add minidoc
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--create-a-buildspawn.txt22
1 files changed, 22 insertions, 0 deletions
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)
+