From: Steven S. <st...@nc...> - 2015-05-10 12:45:42
|
On 05/09/2015 12:56 AM, Lisa Shiffrin wrote: > I've gotten to the point in setting up boot commands where it runs the append command but I don't have the prerun commands to mount the directly correct. It went to the command line menu (command line or poweroff) instead of asking the user to choose the image to restore (restoreparts ask_user). > > I can put the image in the root or in a sub-directly on the USB drive. My questions are: > > 1. If the image is in the root, do I need only ocs_prerun and it so, what does the command look like? I believe the USB drive I've booted from is sdb1. (Hard drive is sda1, sda2, and sda3.) The default image repository Clonezilla will look for is /home/partimag/. Therefore you can use: ocs_prerun="ln -fs /$YOUR_IMAGE /home/partimag/" to put the image in /home/partimag/. (Replace $YOUR_IMAGE with your image name) > > 2. If I put the image in a sub-directory, should there also be a prerun1 with --bind to? Either way. You can use "mount --bind $YOUR_IMAGE_DIR /home/partimag/" or the link command as the above. Steven. > > This is restoring on Win 7 machines. Thanks. > > ps. getting desperate! > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live -- Steven Shiau <steven _at_ stevenshiau org> Public Key Server PGP Key ID: 4096R/47CF935C Fingerprint: 0240 1FEB 695D 7112 62F0 8796 11C1 12DA 47CF 935C |