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