zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    CPU高问题排查
    java lambda特性(持续学习+更新)
    零星小记
    redis分布式锁和lua脚本
    webservice之拦截器
    扫一扫
    qq登录
    banner的使用
    surfaceview+mediaplayer
    viewpager加fragment可滑动加radio跟随滑动
  • 原文地址:https://www.cnblogs.com/zhuhongbao/p/1944505.html
Copyright © 2011-2022 走看看