I have created the image using clonezilla live. Now i want to make an iso from this image, but when I type (under root): ocs-iso -s, it says : "mkisofs not found!"
Any idea ?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think you misunderstand the doc. ocs-iso -s is run in DRBL server (Create Clonezilla Live in a DRBL/Clonezilla server). It's only when you have a DRBL server that you can run "ocs-iso -s". However, this also give us a idea, and the next version might have this function in Clonezilla Live.
Actually if your Clonezilla live can access Internet, you can try this:
apt-get update
apt-get install mkisofs
Then you can try to run "/opt/drbl/sbin/ocs-iso -s" again. But actually this is useless, you will get a similar iso like the one you downloaded.
On the other hand, if you want to create an iso containing clonezilla image by clonezilla live, give this a try (after mkisofs is installed):
1. cd /home/partimag (or whatever directory you can write file, and the free space is large enough)
2. /opt/drbl/sbin/ocs-iso $IMAGENAME
Replace $IMAGENAME with the image you want to insert into the created iso file.
The above is just a draft, randomly idea. It's not tested here. Use it at your own risk.
Good luck.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all, ni how ma!
I have created the image using clonezilla live. Now i want to make an iso from this image, but when I type (under root): ocs-iso -s, it says : "mkisofs not found!"
Any idea ?
Thanks.
I think you misunderstand the doc. ocs-iso -s is run in DRBL server (Create Clonezilla Live in a DRBL/Clonezilla server). It's only when you have a DRBL server that you can run "ocs-iso -s". However, this also give us a idea, and the next version might have this function in Clonezilla Live.
Actually if your Clonezilla live can access Internet, you can try this:
apt-get update
apt-get install mkisofs
Then you can try to run "/opt/drbl/sbin/ocs-iso -s" again. But actually this is useless, you will get a similar iso like the one you downloaded.
On the other hand, if you want to create an iso containing clonezilla image by clonezilla live, give this a try (after mkisofs is installed):
1. cd /home/partimag (or whatever directory you can write file, and the free space is large enough)
2. /opt/drbl/sbin/ocs-iso $IMAGENAME
Replace $IMAGENAME with the image you want to insert into the created iso file.
The above is just a draft, randomly idea. It's not tested here. Use it at your own risk.
Good luck.