diff options
author | P. J. McDermott <pehjota> | 2013-06-01 13:38:22 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-01 13:38:22 (EDT) |
commit | a22ca3962b76760d9c72a67c7af247d82b63fc8d (patch) | |
tree | fb2d48491d7d2807595e39e7479c38b2e8aedcfa | |
parent | 99ba10ce84d5169b52b67f90efa791d92cc48ba5 (diff) |
Refer to scripts for core-linux-eglibc bootstrap.
-rw-r--r-- | dev/ports/core-linux-eglibc/bootstrap.mdwn | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/dev/ports/core-linux-eglibc/bootstrap.mdwn b/dev/ports/core-linux-eglibc/bootstrap.mdwn index 6f21ee3..69a6925 100644 --- a/dev/ports/core-linux-eglibc/bootstrap.mdwn +++ b/dev/ports/core-linux-eglibc/bootstrap.mdwn @@ -19,6 +19,16 @@ unpacking them into a bootstrap system directory. The second stage involves changing the file system root (with **chroot**(8)) to the bootstrap directory and building source packages. +The bootstrap is automated using the [initial port bootstrap scripts][scripts]. +See the included `README` file for instructions to perform an automatic +bootstrap of this first ProteanOS port. + +**The rest of this page is kept only for reference and historical purposes. The +instructions below are incomplete and should not be used to bootstrap +ProteanOS.** + +[scripts]: http://git.proteanos.com/porting/initial-bootstrap.git/ + Stage 1 ======= @@ -185,7 +195,7 @@ TODO ---- To be built and installed are busybox, linux-libre (headers), gcc-defaults, -opkbuild, opkhelper-3.0, and opkhelper-data. +opkbuild, and opkhelper-3.0. Stage 2 |