So I create my image iso and I would want to know how burning a DVD using Clonezilla Menu via Syslinux.
Is it possible?
For example, Script DVDBurn-OCS would be like that:
if ; then
echo "Unable to find /opt/drbl/sbin/drbl-conf-functions! Program terminated!"
exit 1
fi
. /opt/drbl/sbin/drbl-conf-functions
. /opt/drbl/sbin/ocs-functions
# load the setting for clonezilla live.
&& . /etc/ocs/ocs-live.conf
# Load language files. For English, use "en". For Chinese, use "tw.UTF-8"
ask_and_load_lang_set en
mount /dev/sda3 /home/partimag/
/opt/drbl/sbin/ocs-burndvd -k -g auto -e1 auto -e2 -b -j2 -p reboot createdvd "image.iso" "DVD-ROM"
Is there an OCS that burn a DVD?
Thanks Guys!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
So I create my image iso and I would want to know how burning a DVD using Clonezilla Menu via Syslinux.
Is it possible?
For example, Script DVDBurn-OCS would be like that:
if ; then
echo "Unable to find /opt/drbl/sbin/drbl-conf-functions! Program terminated!"
exit 1
fi
. /opt/drbl/sbin/drbl-conf-functions
. /opt/drbl/sbin/ocs-functions
# load the setting for clonezilla live.
&& . /etc/ocs/ocs-live.conf
# Load language files. For English, use "en". For Chinese, use "tw.UTF-8"
ask_and_load_lang_set en
mount /dev/sda3 /home/partimag/
/opt/drbl/sbin/ocs-burndvd -k -g auto -e1 auto -e2 -b -j2 -p reboot createdvd "image.iso" "DVD-ROM"
Is there an OCS that burn a DVD?
Thanks Guys!!!
No.
However, if you have an iso file, you can use the program "wodim" to write the iso file on a CD/DVD.
Steven.