Menu

Customizing Clonezilla on USB flash drive

Help
docjay
2011-02-06
2013-04-05
  • docjay

    docjay - 2011-02-06

    Steve,

      Hi!  Just wanted to ask a question about my syslinux.cfg file that I am customizing.  Here is waht I currently have for ONE of my labels:

    label SJMC Save
      # MENU DEFAULT
      # MENU HIDE
      MENU LABEL SJMC image: Select this to save your current image
      kernel /live/vmlinuz
      append initrd=/live/initrd.img boot=live config noswap nolocales noprompt nomodeset union=aufs ocs_prerun="dhclient" ocs_prerun1="sleep 2" ocs_prerun2="mount -t cifs -o user=user1,password=xxxx //172.25.47.10/images$ /home/partimag/" ocs_live_run="ocs-live-restore" ocs_live_extra_param="-q2 -j2 -z0 -i 2000 -p poweroff savedisk SJMC-img sda" ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" vga=785

    Instead of telling clonezilla that i want to backup my image and name is 'SJMC-img' is there there a command I can use instead to ask the user what they want to name the image?

    thank you

     
  • Steven Shiau

    Steven Shiau - 2011-02-09

    Yes, replace 'SJMC-img' with "ask_user". The term "ask_user" is preserved for this.
    We will put this on the website doc.

    Steven.

     

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.