UI menu.c32
# Uncomment the following line and comment the next three to go back to booting
# clonezilla on all PXE machines.
# Note that this will be reset to the default of Disk at any fuss-server run.
#DEFAULT Clonezilla-unattended
DEFAULT Disk
TIMEOUT 100
PROMPT=1

label Disk
MENU LABEL Avvia il sistema da disco (premi "Invio" se richiesto)
MENU DEFAULT
localboot

label Clonezilla-unattended
MENU LABEL Clonezilla Automatico (Ramdisk)
# Comment the following line to enable direct booting of clonezilla with no
# intervention on the machines.
MENU PASSWD fuss
KERNEL {{ item.live }}live/vmlinuz
APPEND initrd={{ item.live }}live/initrd.img boot=live username=clonezilla union=overlay config components quiet noswap edd=on nomodeset nodmraid locales= keyboard-layouts=NONE ocs_live_batch=no net.ifnames=0 nosplash noprompt keyboard-layouts=it locales=it_IT.UTF-8 ocs_prerun1="sshfs clonezilla@proxy:/srv/clonezilla/ /home/partimag -o IdentityFile=/home/clonezilla/.ssh/id_rsa -o StrictHostKeyChecking=no" ocs_prerun2="screen -S XY '/home/partimag/script' " fetch=http://{{ server_ip }}/live/filesystem.squashfs

label Clonezilla-Manuale
MENU LABEL Clonezilla Manuale (Ramdisk)
# Comment the following line to enable direct booting of clonezilla with no
# intervention on the machines.
MENU PASSWD fuss
KERNEL {{ item.live }}live/vmlinuz
APPEND initrd={{ item.live }}live/initrd.img boot=live username=clonezilla union=overlay config components quiet noswap edd=on nomodeset nodmraid locales= keyboard-layouts=NONE ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no net.ifnames=0 nosplash noprompt keyboard-layouts=it locales=it_IT.UTF-8 ocs_repository="ssh://clonezilla@proxy/srv/clonezilla/" fetch=http://{{ server_ip }}/live/filesystem.squashfs
