index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | default.conf | 11 |
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 + |