1
0
Fork 0

Add build docs

This commit is contained in:
Braiden Vasco 2017-07-09 16:59:16 +00:00
parent 9d1ec0a225
commit e106a158cb
1 changed files with 12 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Table of contents
-----------------
* [Dependencies](#dependencies)
* [Build](#build)
* [Network interfaces](#network-interfaces)
* [eth0](#eth0)
* [eth1](#eth1)
@ -34,6 +35,17 @@ file is `<tool>[:<debian-package>]`.
Build
-----
Run `sudo ./build.sh` to build the image. The following files will be created:
* `rootfs/` - the root file system (`/` and `/boot/` partitions)
* `deploy/YYYY-MM-DD-BarnacleOS.img` - the image to write to SD card
* `deploy/YYYY-MM-DD-BarnacleOS.zip` - ZIP archive with the image
Network interfaces
------------------