Carl Karsten wrote:
> How can I install clonezilla on a ubuntu/debian box?
> 
> For dropping an image on a drive, I don't want to have to reboot anything to 
> load up clonezilla, I just want to plug in the usb cable and run a script.
> 

I am guessing I want everything in opt/drbl/sbin, but I am getting lost reading 
it.  I did find:

# resize partition if necessary
   if [ "$resize_partition" = "on" ]; then
     for partition in $target_parts; do
       # hda1 -> hd_tmp, part_no_tmp ,i.e => hda, 1
       hd_tmp="${partition:0:3}"
       part_no_tmp="${partition:3}"
       echo "Now resize the partition for $hd_tmp$part_no_tmp"
       ocs-resize-part --batch $hd_tmp $part_no_tmp
       echo $msg_delimiter_star_line
     done
   fi

So I know I am close, but couldn't figure out what actually restored the fs.

Carl K



------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Clonezilla-live mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clonezilla-live

Reply via email to