DRBLDiskless Remote Boot in Linux |
DRBL management
To change the device name in saved clonezilla image
To change the device name in saved clonezilla image
To change the device name in saved clonezilla image
"cnvt-ocs-dev" : To change the device name in saved clonezilla image
Syntax:
cnvt-ocs-dev [OPTION] IMAGE_NAME SOURCE_DEV_NAME TARGET_DEVICE_NAME
NOTE! (1) The cloned OS should support the device driver, such as SCSI or SATA if you convert it to SCSI/SATA. (2) If it's GNU/Linux, maybe you have to modify the /etc/fstab in the cloned OS
OPTION:
-l, --language INDEX Set the language to be shown by index number:
[0|en]: English,
[1|tw.BIG5|zh_TW.BIG5]: Traditional Chinese (Big5) - Taiwan,
[2|tw.UTF-8|zh_TW.UTF-8]: Traditional Chinese (UTF-8, Unicode) - Taiwan
[a|ask]: Prompt to ask the language index
-b, --batch Run in batch mode, i.e. without any prompt or wait to press enter
-d, --ocsroot DIR Specify clonezilla image dir as DIR
Example:
To convert the image NOMOREVISTA located in /home/partimag/, which was originally saved from sda, to hda, use:
# cnvt-ocs-dev -d /home/partimag NOMOREVISTA sda hda
To convert the image NOMOREXP located in /home/images/, which was originally saved from hda, to sda, use:
# cnvt-ocs-dev -d /home/images NOMOREXP hda sda