Skip to content

Commit

Permalink
linked chroot guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihendry committed Apr 4, 2012
1 parent 300fbb5 commit 3b227ad
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions develop.mdwn
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you are new to the project, **Welcome**! Please help by [[testing]]. Thank yo

<div class="notebox"> The Webconverger distribution is <a
href="http://src.webconverger.com/">opensource</a> (notable exceptions are
non-free firmware and [[flash|adobe]]), but you <b>must</b> understand that the
non-free wireless firmware and [[flash|adobe]]), but you <b>must</b> understand that the
branding (logo and the name "Webconverger") are <b>proprietary</b>. Only
Webconverger built images should display the logo and can be sold as
"Webconverger". Thank you.</div>
Expand All @@ -39,15 +39,18 @@ Unstable repository](http://packages.qa.debian.org/l/live-build.html).
1. `git clone git://github.com/Webconverger/Debian-Live-config.git`
1. `cd Debian-Live-config/webconverger/`
1. Take a long good look at [auto/config](https://github.com/Webconverger/Debian-Live-config/blob/master/webconverger/auto/config)
1. `make`
1. `sudo make`

These steps are formalised in the daily build process's [build.sh](https://github.com/Webconverger/dailybuild/blob/master/build.sh).

It is recommend you build from a [[chroot]] and invest some time to setup your development environment.

Next use this [[testing_guide|testing]] on your freshly built image.

## If the build doesn't work

Check with the latest [daily build](http://build.webconverger.org/) logs. Compare them.
* Check with the latest [daily build](http://build.webconverger.org/) logs. Compare them.
* Make sure you build as root since the [rootfs](https://github.com/Webconverger/webc/) permissions can be fragile

## Debugging mode with the built Webconverger image

Expand Down

0 comments on commit 3b227ad

Please sign in to comment.