Si une seule carte réseau :
sudo apt-get remove –purge network-manager
sudo gedit /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth0:0
iface eth0:0 inet static
address 10.0.0.1
netmask 255.255.255.0
gateway 192.168.0.1
wget -q http://drbl.org/GPG-KEY-DRBL -O- | sudo apt-key add –
sudo gedit /etc/apt/sources.list
deb http://drbl.sourceforge.net/drbl-core drbl stable
sudo apt-get update
sudo apt-get install drbl
sudo /opt/drbl/sbin/drblsrv -i
sudo /opt/drbl/sbin/drblpush -i
Pour lancer Clonezilla :
sudo /opt/drbl/sbin/dcs