summaryrefslogtreecommitdiff
path: root/prepare_stage2_repo.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-22 11:31:06 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-22 11:31:06 +0100
commitc0d2fbfd31227e114abbd2440a7ac99ee606f1e9 (patch)
tree493a7600b39cb9cf8c90318254c83208ef6e6309 /prepare_stage2_repo.sh
parentfd8bbbc755c8dd44fd6ffe0c3f065600f2eb569f (diff)
downloadbootstrap32-c0d2fbfd31227e114abbd2440a7ac99ee606f1e9.tar.xz
first working packages on stage 2
Diffstat (limited to 'prepare_stage2_repo.sh')
-rwxr-xr-xprepare_stage2_repo.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/prepare_stage2_repo.sh b/prepare_stage2_repo.sh
index 5ce5f00..5f7455a 100755
--- a/prepare_stage2_repo.sh
+++ b/prepare_stage2_repo.sh
@@ -20,7 +20,14 @@ if test ! -d $STAGE2_BUILD; then
# TODO: check makepkg in stage1 hdd
# TODO: makepkg patch to run as root or add a build user to hdd
# TODO: we assume we have on cpu for now on the target
-
+ # TODO: fix pacman.conf in stage1:
+ # architecture?
+ # mirrorlist
+ # pacman.conf: remove standard repos, add temp repo:
+ # [temp]
+ #SigLevel = Never
+ #Server = file:///packages/$arch
+
echo "Prepared the stage 2 build environment."
fi