have different dists
[camarabuntu.git] / docs / make-camarabuntu
blob061d4f496cca5aa9a5a34df15a8533c46e434a2f
1 How to get started:
3 download the edubuntu dapper CD iso.
4 It has the following MD5 sum: 18c6d57edd3764aca3e6d3a6cacadca7
5 sha1sum: 4948b30bfce2c0ac40b49bcd453d4d0f7f95da6b
7 Extract it into the folder 'dapper'
8 ./bin/extract-cd-contents.sh edubuntu-6.06.1-install-i386.iso dapper
10 Copy across the files:
11 gunzip --to-stdout isolinux/splash.pcx.gz > dapper/isolinux/splash.pcx
12 cp ./isolinux/isolinux.cfg dapper/isolinux/isolinux.cfg
13 cp preseed/camarabuntu-cd-install.seed dapper/preseed/
15 Now we download all the extra codecs:
16 ./bin/get-deb-dependencies.py -d debs/media -l ./dapper/dists/dapper/main/ -l ./dapper/dists/dapper/restricted/ -r 'http://ie.archive.ubuntu.com/ubuntu dapper universe' -r 'http://ie.archive.ubuntu.com/ubuntu dapper multiverse' -r "http://packages.medibuntu.org/ dapper free" -r "http://packages.medibuntu.org/ dapper non-free" -r "http://ie.archive.ubuntu.com/ubuntu dapper main" -r "http://ie.archive.ubuntu.com/ubuntu dapper restricted"  gstreamer0.10-ffmpeg gstreamer0.10-gl gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse w32codecs
18 Now we create all the camara dependencies
19 (TODO finish this)
21 Now add all our debs to the CD:
22 ./bin/add-debs-to-cd-image.py  -d dapper -k 4F2D0133 --ubuntu-keyring ./debs/sources/ubuntu-keyring-2005.01.12.1/ --indices ./debs/indices/ *deb
23 This will take a while, blah blah
25 make the CD:
26  ./bin/make-cd-iso.py  -d dapper -f camarabuntu.iso -n Camarabuntu