forked from shybloo/kicktoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
61 lines (45 loc) · 1.37 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#################
# Install kicktoo
#################
Kicktoo is meant to automate the manual steps required to build a working Portage based distro.
1) Download the official Gentoo livedvd (though you may use other livecds):
http://distfiles.gentoo.org/releases/amd64/12.0/livedvd-x86-amd64-32ul-2012.iso
2) Boot the livedvd
3) Setup network connectivity
4) Download Kicktoo from github.com
# git clone git://github.com/r1k0/kicktoo.git
#####################
# Use kicktoo locally
#####################
1) Please read the profile of your choice and customize it with care
# cd kicktoo
# vim profiles/gentoo/gentoo.profile
2) Run Kicktoo
# ./kicktoo --verbose profiles/gentoo/gentoo.profile
3) Reboot
######################
# Use kicktoo remotely
######################
1) Run kicktood on the remote host serving remote profiles
# cd kicktoo/daemon
# vim kicktood.conf
# emerge HTTP-Daemon
# ./kicktood --conf kicktood.conf
2) Run kicktoo from the local host
# cd kicktoo
# ./kicktoo --client 192.168.1.69
3) Reboot
###############################
# Tested Profiles for x86/amd64
###############################
gentoo/
|-- gentoo-dedibox-SC.profile
|-- gentoo-ltsp.profile
|-- gentoo-luks-noswap.profile
|-- gentoo-luks.profile
|-- gentoo-lvm.profile
|-- gentoo-noboot.profile
`-- gentoo.profile
funtoo/
|-- funtoo-dedibox-SC.profile
`-- funtoo.profile