-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (21 loc) · 1.12 KB
/
README
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
--------------------------------------------------------------
This is the main directory of the sprezzos-installer project.
--------------------------------------------------------------
It is coordinated on the sprezzos-dev mailing list:
https://groups.google.com/forum/?fromgroups#!forum/sprezzos-dev
sprezzos-installer ('s-i') was forked from the debian-installer ('d-i')
project on 2012-08-13, using git-svn.
How to get started?
===================
To check out d-i, you will need Git, as well as the 'mr' command.
'mr' is in the 'mr' package, or see <http://kitenet.net/~joey/code/mr/>.
First, check out the git repository.
git clone https://github.com/dankamongmen/s-i.git
Now run these commands to check out the rest of the installer, from git:
cd s-i
scripts/git-setup
mr -p checkout (or 'mr -c .mrconfig checkout' on systems with mr below version 1.00)
Then see the docs in s-i/installer/doc. If you just want to build
bootable images, see s-i/installer/build/README. If you don't
understand something, post to [email protected].