diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plat/porting.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/plat/porting.mdwn b/doc/plat/porting.mdwn index df363f8..fe83706 100644 --- a/doc/plat/porting.mdwn +++ b/doc/plat/porting.mdwn @@ -10,6 +10,9 @@ have to configure Linux-libre for your computer, unless you happen to have a computer that ProteanOS already supports (in which case, just go install ProteanOS!). +So read on to port ProteanOS to your computer! + + Set Up a ProteanOS System ========================= @@ -31,6 +34,7 @@ enter a ProteanOS shell: # /path/to/miniprokit.sh install -a i686-linux-glibc -P dev /mnt # /path/to/miniprokit.sh shell /mnt + Install, Configure, and Build the `linux-libre` Source Package ============================================================== @@ -65,6 +69,7 @@ other than `dev`: /usr/src/linux-libre_3.10.40~gnu-2/tmp/src # cd ../../ /usr/src/linux-libre_3.10.40~gnu-2 # opkbuild -bcdP dimension2400 + Make the System Bootable ======================== @@ -91,6 +96,7 @@ The storage medium can then be removed and connected to the target computer. Boot it! + Make a `config-*` Source Package ================================ |