Saturday, 7 September 2013
Clonezilla SE - Installing DRBL in Ubuntu 12.04
(For Skylake) Ubuntu 16
Configure Network
/etc/network
auto en01
iface en01 inet dhcp
auto enp2s0
iface enp2s0 inet static
address 192.168.1.254
netmask 255.255.255.0
dns-nameservers 192.168.1.254
wget http://drbl.nchc.org.tw/GPG-KEY-DRBL
sudo gedit /etc/apt/sources.list
deb http://free.nchc.org.tw/ubuntu hardy main restricted universe multiverse
deb http://free.nchc.org.tw/drbl-core drbl stable
sudo apt-get update
sudo apt-get install drbl
Commands:
sudo drblsrv -i
sudo drblpush -i
sudo /usr/sbin/dcs
https://help.ubuntu.com/community/Clonezilla_Server_Edition
for Ubuntu 15
Commands:
wget -q http://drbl.org/GPG-KEY-DRBL -O- | sudo apt-key add -
sudo gedit /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu precise main restricted universe multiverse
deb http://drbl.sourceforge.net/drbl-core drbl stable
sudo apt-get update
sudo apt-get install drbl
This lecture snippet is part of a course on Clonezilla. In this video I install the DRBL package in Ubuntu 12.04. I added drbl to the repository list and installed the application using apt-get.
Attention: In the latest update of DRBL/Clonezilla you do not have to type the full file paths. Use the commands below.
Commands:
sudo drblsrv -i
sudo drblpush -i
This lecture snippet is part of a course on Clonezilla. In this video I use two commands to configure the server to run DRBL and also to create a special network that will be used for cloning using the clonezilla software.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment