summaryrefslogtreecommitdiff
path: root/default.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-01-27 20:31:58 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-01-27 20:31:58 +0100
commitd81584556c99356f42d30c87f9b87989f7653987 (patch)
treede14e68ffffe17bee01d668468e788acfe6a1e81 /default.conf
parent76952ff1721daa8531e481b076a5672cef30d7e5 (diff)
downloadbootstrap32-d81584556c99356f42d30c87f9b87989f7653987.tar.xz
added stage 1: preparing the i486 chroot
Diffstat (limited to 'default.conf')
-rw-r--r--default.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/default.conf b/default.conf
new file mode 100644
index 0000000..9ca43dd
--- /dev/null
+++ b/default.conf
@@ -0,0 +1,11 @@
+# configuration
+
+# where to build the cross compiler
+CROSS_HOME=/home/cross
+
+# where is the cross compiler installed
+XTOOLS_HOME=$CROSS_HOME/x-tools
+
+# the chroot of stage 1
+STAGE1_CHROOT=$CROSS_HOME/i486-root
+