summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-19 21:29:09 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-19 21:29:09 +0100
commitfd8bbbc755c8dd44fd6ffe0c3f065600f2eb569f (patch)
treec26091c257c5102cc5cb7ad4f7012e26abd9a68d /README
parent44f5b7af6444173b16d1495023d80aaef8a9c47a (diff)
downloadbootstrap32-fd8bbbc755c8dd44fd6ffe0c3f065600f2eb569f.tar.xz
building first package on stage 2
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index 9af3759..3829728 100644
--- a/README
+++ b/README
@@ -168,13 +168,14 @@ su cross ./create_hdd.sh
# STAGE 2
#########
-# Assume stage1 of the system is installed on the target architecture
+# Assuming stage1 of the system is installed on the target architecture
# (virtual or a real machine), we have a key-based SSH connection to
# the machine and can build packages there.
# Build stage2 in $STAGE2_BUILD with the tools on the stage1 system
# and modified PKGBUILDs and patches into the target system (replacing
-# stage 1 packages). Stage 1 serves now the same function as the sysroot.
+# stage 1 packages). Stage 1 serves now the same function as the sysroot
+# during cross-compilation of stage 1.
# The goal is to get a self-hosting system on the target architecture,
# not necesseraly containing all of base and base-devel, but enough to
@@ -183,6 +184,7 @@ su cross ./create_hdd.sh
su cross ./prepare_stage2_repo.sh
# Build stage 2 on the target architecture and install it onto the
-# stage 1 system. Resulting artifacts get stored in $STAGE2_BUILD.
+# stage 1 system. Resulting artifacts get stored also back
+# in $STAGE2_BUILD.
./build_stage2.sh