summaryrefslogtreecommitdiff
path: root/create.sh
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-26 21:54:25 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-26 21:54:25 +0100
commitb2217b6adc3ee98c2acfedf12a78eaab03609afa (patch)
treed138a25e6280bb90f96821bb0b5fa67cbcea8b9e /create.sh
parentd16db931987cff90075beb56f85d2fa38d9f864b (diff)
first successful librechroot creation
Diffstat (limited to 'create.sh')
-rwxr-xr-xcreate.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/create.sh b/create.sh
index 3fe414f..ea9a22e 100755
--- a/create.sh
+++ b/create.sh
@@ -42,9 +42,12 @@ mkdir -p "$topbuilddir"
chown $SUDO_USER "$topbuilddir"
# Stage 1: prepare cross toolchain
-./src/stage1/stage1.sh 2>&1 | tee "$topbuilddir"/stage1.log
+./src/stage1/stage1.sh
# Stage 2: cross-compile base-devel
-./src/stage2/stage2.sh 2>&1 | tee "$topbuilddir"/stage2.log
+./src/stage2/stage2.sh
+
+# Stage 3: libremakepkg native base-devel
+./src/stage3/stage3.sh
msg "all done."