http://www.fogproject.org/?q=node/1 What is FOG? FOG is a Linux-based, free and open source computer imaging solution for Windows XP, Vista and 7 that ties together a few open-source tools with a php-based web interface. FOG doesn’t use any boot disks, or CDs; everything is done via TFTP and PXE. Also with fog many drivers are built…
Catégorie : Clonezilla
Installation de Clonezilla
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…