From c0d2fbfd31227e114abbd2440a7ac99ee606f1e9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 22 Feb 2018 11:31:06 +0100 Subject: first working packages on stage 2 --- prepare_stage2_repo.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'prepare_stage2_repo.sh') 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 -- cgit v1.2.3-54-g00ecf