ocslive.conf

# ocs_live_run is the main program to run in Clonezilla live to save or restore. or other command. Available program: ocs-live-general, ocs-live-restore or any command you write. Use the Absolute path in Clonezilla live.
ocs_live_run="ocs-live-restore"

# ocs_live_extra_param will be used only when ocs_live_run=ocs-live-restore (not for ocs-live-general or any other), then it will be passed to ocs-sr. Therefore these parameters are actually those of ocs-sr.
# Ex: ocs_live_extra_param="-b -c restoredisk sarge-r5 hda"
ocs_live_extra_param="-g auto -e1 auto -e2 -j2 -p ture restoredisk os sda"

# ocs_live_keymap is for keymap used in Clonezilla live. Man install-keymap for more details. Ex:
# ocs_live_keymap="NONE" (won't change the default layout)
# ocs_live_keymap="/usr/share/keymaps/i386/azerty/fr-latin9.kmap.gz" (French keyboard)
ocs_live_keymap="NONE"

# batch mode or not (yes/no), if no, will run interactively.
ocs_live_batch="yes"

# ocs_lang is the language used in Clonezilla live. Available value: en_US.UTF-8, zh_TW.UTF-8... (see $DRBL_SCRIPT_PATH/lang/bash/)
ocs_lang="zh_TW.UTF-8"

# ocs_live_run_tty is the tty for the ocs_live_run. Default it will be "/dev/tty1"
ocs_live_run_tty=""

本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/drew27/archive/2011/01/24/6162091.aspx

原文地址:https://www.cnblogs.com/zhuhongbao/p/1944505.html