Kicktoo
This page has been nominated for deletion.
The given reason is: Main repository is deleted thus making this unable to follow directions.
If you disagree with its deletion, do not remove this notice; discuss your objections on the associated discussion page.
Administrators, please remember to check if anything links here and the page history before deleting.
This notice should remain for a minimum of 1 month after it was placed on the page. If discussion is still ongoing it should remain until a consensus is reached, at which time the page may be deleted or this notice may be removed. (However, if the page has only been edited by the user who nominated it for deletion and/or is in the nominator's user space, then a speedy deletion may be called for.)Kicktoo is meant to automate the manual steps required to build a working Portage based distribution. The project is a fork from Quickstart and under active development.
Setup
You can use Kicktoo inside almost any Linux LiveCD, for instance a Gentoo minimal install CD, SysrescueCD or Ubuntu. Setup a pre-install environment by following these steps:
- Download the LiveCD.
- Boot the LiveCD.
- Setup network connectivity.
You should NOT run it on anything else than a LiveCD.
Installation
You can install Kicktoo using three methods.
Version package
You can download the package from the Kicktoo website.
root #
cd ~
root #
wget "https://github.com/r1k0/kicktoo/archive/v1.zip"
root #
unzip v1.zip
root #
cd kicktoo-1
Latest from Git
root #
cd ~
root #
git clone git://github.com/r1k0/kicktoo.git
Ebuild
This repository is no longer available with this method.
Alternatively, you can use the one provided by the ltsp ebuild repository:
root #
layman -a ltsp
Then install the package:
root #
emerge --ask kicktoo
Configuration
Kicktoo can be configured with a installer profile. Several example profiles are already available in the profiles directory.
root #
ls -R /root/kicktoo/profiles
When you installed using the ebuild, the profiles are available in /usr/share/kicktoo/profiles.
Running Kicktoo
Call the kicktoo application with the profile you just edited.
root #
./kicktoo -p profiles/gentoo/gentoo.profile -v
root #
reboot
When you installed using the ebuild, the kicktoo app is available in /usr/bin/kicktoo.