DebRIS: DEBian Remote Install Scripter # $Header: /CVSROOT/debris/DESCRIPTION,v 1.2 2005/07/25 03:09:01 tino Exp $ # # $Log: DESCRIPTION,v $ # Revision 1.2 2005/07/25 03:09:01 tino # new dist # # Revision 1.1 2005/06/01 02:12:34 tino # first version. As SirbeD is missing, this just does nothing yet. # To install a Debian on some remote system, just do a rescue boot with networking, and then do something like:
DEBRIS=http://install.server.test/path/to/debris.php
wget $DEBRIS/debris
chmod +x debris
./debris $DEBRIS password
The URL must point to the SirbeD service. Password is the session password as a failsafe measure. The rest then is handled via SirbeD. Sometimes in the future this will become step 3 of HilbiX. (Note that HilbiX itself does not currently exist.)