PDA

View Full Version : [other] Automating clonezilla



J V
February 19th, 2010, 01:53 PM
I am trying to set up clonezilla on pxe so that it will start up and show the drones in the workplace a list of images, they choose the one named after the model of computer, and image it.

Which means all clonezilla settings but image need to be set and it should automatically choose default settings at 1024x768 when grub pops up...

I have looked for command-line options, scripts to run, etc... so far this is what I have...


#!/bin/bash
. /opt/drbl/sbin/drbl-conf-functions
. /opt/drbl/sbin/ocs-functions
. /etc/ocs/ocs-live.conf

ocs_live_run=`ocs-live-restore`
ocs_live_extra_param=`-p reboot -r hda`
ocs_live_keymap=`NONE`
ocs_live_batch="no"
ocs_lang="en_US.UTF-8"
ocs_daemonon=`samba`
Admittedly, I dont have a clue here... Nothing in the documentation.

I donīt need the bash for selecting the image, but you might as well add that seeing as theres almost no info online for people who want a pxe server...

J V
February 20th, 2010, 02:46 PM
bump please?

J V
February 21st, 2010, 11:48 PM
No-one used clonezilla in pxe? :/