1
|
# BEGIN ANSIBLE MANAGED (default)
|
2
|
DEFAULT menu.c32
|
3
|
# END ANSIBLE MANAGED (default)
|
4
|
# BEGIN ANSIBLE MANAGED (clonezilla)
|
5
|
timeout 300
|
6
|
label Clonezilla-unattended
|
7
|
MENU LABEL Clonezilla Automatico (Ramdisk)
|
8
|
KERNEL clonezilla/live/vmlinuz
|
9
|
APPEND initrd=clonezilla/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" ocs_prerun2="screen -S XY '/home/partimag/script' " fetch=tftp://proxy/clonezilla/live/filesystem.squashfs
|
10
|
# END ANSIBLE MANAGED (clonezilla)
|
11
|
|
12
|
label Clonezilla-Manuale
|
13
|
MENU LABEL Clonezilla Manuale (Ramdisk)
|
14
|
KERNEL clonezilla/live/vmlinuz
|
15
|
APPEND initrd=clonezilla/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=tftp://proxy/clonezilla/live/filesystem.squashfs
|
16
|
# END ANSIBLE MANAGED (clonezilla)
|