Skip to content

Commit 616d548

Browse files
loongarch-bootstrap: add temp stage2 comments
1 parent 6261822 commit 616d548

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: loongarch-bootstrap

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
#!/bin/bash
22

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+
313
export TARGETDIR=/mnt/aosc
414
mkdir -pv /tmp/work
515

0 commit comments

Comments
 (0)