1
|
DEFAULT menu.c32
|
2
|
label Clonezilla-unattended
|
3
|
MENU LABEL Clonezilla Automatico (Ramdisk)
|
4
|
# Please remove the ssh key from .ssh/authorized_keys of the clonezilla
|
5
|
# user instead of using this line!
|
6
|
# MENU PASSWD myPassword
|
7
|
KERNEL clonezilla/live/vmlinuz
|
8
|
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
|
9
|
|
10
|
label Clonezilla-confirm
|
11
|
MENU LABEL Clonezilla Automatico con conferma (Ramdisk)
|
12
|
# Please remove the ssh key from .ssh/authorized_keys of the clonezilla
|
13
|
# user instead of using this line!
|
14
|
# MENU PASSWD myPassword
|
15
|
KERNEL clonezilla/live/vmlinuz
|
16
|
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 check' " fetch=tftp://proxy/clonezilla/live/filesystem.squashfs
|
17
|
|
18
|
label Clonezilla-Manuale
|
19
|
MENU LABEL Clonezilla Manuale (Ramdisk)
|
20
|
# Please remove the ssh key from .ssh/authorized_keys of the clonezilla
|
21
|
# user instead of using this line!
|
22
|
# MENU PASSWD myPassword
|
23
|
KERNEL clonezilla/live/vmlinuz
|
24
|
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
|