blob: e0aca061a7c9b64f3f674fcafce726539bc61cfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
Warning: aggressive caching is in place, which means resulting images may have
stale packages. Use `lb clean` to clear caches.
### Build Requirements
Only tested on a debian wheezy host with many development packages already
installed; YMMV.
Install live-build and qemu:
sudo apt-get install qemu-user-static qemu-utils debootstrap live-build
You need a recent version of live-build because of a secring.gpg-related error
(see http://lists.debian.org/debian-live/2012/07/msg00122.html); download the
sid package (from http://packages.debian.org/sid/live-build) and install:
(or, from http://live.debian.net/debian/ ?)
sudo dpkg -i live-build_3.0~a67-1_all.deb
You might also want the Debian Live manuals:
sudo apt-get install live-manual-html
### Build an Image
Once the above build requirements are satisfied:
lb clean --purge
lb config
lb build
### Develop
Basic configuration options are in ./auto/config
|