We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6261822 commit 616d548Copy full SHA for 616d548
loongarch-bootstrap
@@ -1,5 +1,15 @@
1
#!/bin/bash
2
3
+# This bash script only works on LoongArch64 buildbot Yukoaioi, since I specify the local path where I built debs.
4
+# After running this stage1 script, chroot into TARGETDIR then use APT locally to install other essential packages. (TODO)
5
+
6
+# current temp stage2
7
8
+# first run a simple flat local APT repository, like
9
+# python3 -m http.server -d /clfs-test-bak/clfs-test/debs
10
+# edit $TARGETDIR/etc/apt/sources.list to add the following line
11
+# deb [allow-insecure=yes] http://0.0.0.0:8000 ./
12
13
export TARGETDIR=/mnt/aosc
14
mkdir -pv /tmp/work
15
0 commit comments