Menu

keymap and extra-param in ocs-live.conf

Help
aczm
2007-06-28
2013-04-05
  • aczm

    aczm - 2007-06-28

    1. How can I define a keymap using ocs-live-keymap?

    I tried ocs-live-keymap="de-latin1-nodeadkeys", but I got the error "FILE de-latin1-nodeadkeys not FOUND!"

    2. How can I use ocs-live-extra-param to predefine some options? Is there some documents about the parameters?

     
    • Steven Shiau

      Steven Shiau - 2007-06-28

      1. Clonezilla uses install-keymap to load the keymap. You have to use the full  path for the keymap file
      /usr/share/keymaps/i386/qwertz/de-latin1-nodeadkeys
      For more info, you can try:
      /opt/drbl/sbin/ocs-iso -h

      2. It is recommended to use /opt/drbl/sbin/ocs-iso to create that. An example is in this url:
      http://clonezilla.sourceforge.net/clonezilla-live/
      -------------------
      ...
      If you want to create an ISO file with built-in pre-settings, such as keyboard layout, so that it can run in batch mode, you can create it like:

            /opt/drbl/sbin/ocs-iso -g en -t -k NONE -e "-b -c restoredisk sarge-image hda" sarge-image

      In this command, the clonezilla image "sarge-image" will be put into the ISO file. When you put the ISO in the CD/DVD and boot the CD/DVD, it will run in batch mode (-t), in English environment (-g en), do NOT change the keyboard layout (-k NONE), and ocs-sr will run with parameters "-b -c restoredisk sarge-image hda" to restore image "sarge-image" into disk hda (-e "-b -c restoredisk sarge-image hda"). The above command will create an ISO file "clonezilla-live-sarge-image.iso", and it will allow you to boot and run in batch mode.
      -------------------
      In the above example, ocs-live-extra-param is "-b -c restoredisk sarge-image hda". It's used by the program /opt/drbl/sbin/ocs-sr when Clonezilla live starts clone.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.