| 1 |
porridge |
953 |
-------------------------------------------------------------- |
| 2 |
|
|
This is the main directory of the debian-installer project. |
| 3 |
|
|
-------------------------------------------------------------- |
| 4 |
|
|
|
| 5 |
joshk |
20280 |
It is coordinated on the debian-boot mailing list, debian-boot@lists.debian.org |
| 6 |
porridge |
945 |
(Go to http://www.debian.org/MailingLists/subscribe#debian-boot to subscribe). |
| 7 |
|
|
|
| 8 |
|
|
How to get started? |
| 9 |
porridge |
953 |
=================== |
| 10 |
porridge |
945 |
|
| 11 |
joeyh |
66367 |
To check out d-i, you will need both Subversion and Git, as well as the `mr` |
| 12 |
|
|
command. `mr` is in the `mr` package, or see |
| 13 |
kibi |
68298 |
<http://kitenet.net/~joey/code/mr/> |
| 14 |
joeyh |
66367 |
|
| 15 |
|
|
First, check out the svn repository. If you have an account on alioth, |
| 16 |
|
|
use ssh: |
| 17 |
|
|
|
| 18 |
jfs |
68610 |
svn co svn+ssh://<username>@svn.debian.org/svn/d-i/trunk |
| 19 |
joeyh |
12242 |
|
| 20 |
joeyh |
66367 |
Or for an anonymous checkout: |
| 21 |
joeyh |
24571 |
|
| 22 |
jfs |
68610 |
svn co svn://svn.debian.org/svn/d-i/trunk d-i |
| 23 |
joeyh |
66367 |
|
| 24 |
|
|
Now run these commands to check out the rest of the installer, from git: |
| 25 |
|
|
|
| 26 |
joeyh |
66282 |
cd d-i |
| 27 |
joeyh |
66367 |
scripts/git-setup |
| 28 |
holger-guest |
67862 |
mr -p checkout (or 'mr -c .mrconfig checkout' on systems with mr below |
| 29 |
|
|
version 1.00) |
| 30 |
kraai |
1049 |
|
| 31 |
joeyh |
29483 |
Then see the docs in d-i/installer/doc. If you just want to build |
| 32 |
|
|
bootable images, see d-i/installer/build/README. If you don't |
| 33 |
|
|
understand something, post to debian-boot@lists.debian.org. |
| 34 |
porridge |
945 |
|
| 35 |
porridge |
953 |
Daily builds: |
| 36 |
|
|
============= |
| 37 |
porridge |
945 |
|
| 38 |
joeyh |
36632 |
See http://www.debian.org/devel/debian-installer for locations |
| 39 |
joeyh |
8427 |
of daily built images. |
| 40 |
jfs |
67155 |
|
| 41 |
|
|
|
| 42 |
|
|
More information |
| 43 |
|
|
=============== |
| 44 |
|
|
|
| 45 |
|
|
For more information about the debian-installer project please check |
| 46 |
|
|
out the following pages: |
| 47 |
|
|
|
| 48 |
|
|
http://www.debian.org/devel/debian-installer/ -- Project page at w.d.o |
| 49 |
|
|
|
| 50 |
|
|
http://wiki.debian.org/DebianInstaller -- Project page in wiki.debian.org |
| 51 |
|
|
|
| 52 |
|
|
https://alioth.debian.org/projects/d-i/ -- Alioth Project Page |
| 53 |
|
|
|
| 54 |
|
|
Up-to-date information on how to checkout the repository might |
| 55 |
|
|
be found at http://wiki.debian.org/DebianInstaller/CheckOut |