Add build docs
This commit is contained in:
parent
9d1ec0a225
commit
e106a158cb
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -11,6 +11,7 @@ Table of contents
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
* [Dependencies](#dependencies)
|
* [Dependencies](#dependencies)
|
||||||
|
* [Build](#build)
|
||||||
* [Network interfaces](#network-interfaces)
|
* [Network interfaces](#network-interfaces)
|
||||||
* [eth0](#eth0)
|
* [eth0](#eth0)
|
||||||
* [eth1](#eth1)
|
* [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
|
Network interfaces
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
Reference in a new issue