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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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:
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
Yes, replace 'SJMC-img' with "ask_user". The term "ask_user" is preserved for this.
We will put this on the website doc.
Steven.