Revision a1471122
Added by Donato Florio over 5 years ago
default | ||
---|---|---|
1 | 1 |
# BEGIN ANSIBLE MANAGED (default) |
2 | 2 |
DEFAULT menu.c32 |
3 |
# MENU MASTER PASSWD myPassword |
|
3 | 4 |
# END ANSIBLE MANAGED (default) |
4 | 5 |
# BEGIN ANSIBLE MANAGED (clonezilla) |
5 | 6 |
timeout 300 |
6 | 7 |
label Clonezilla-unattended |
7 | 8 |
MENU LABEL Clonezilla Automatico (Ramdisk) |
9 |
# MENU PASSWD myPassword |
|
8 | 10 |
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 |
|
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
|
|
10 | 12 |
# END ANSIBLE MANAGED (clonezilla) |
11 | 13 |
|
12 | 14 |
label Clonezilla-Manuale |
13 | 15 |
MENU LABEL Clonezilla Manuale (Ramdisk) |
16 |
# MENU PASSWD myPassword |
|
14 | 17 |
KERNEL clonezilla/live/vmlinuz |
15 | 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 |
16 | 19 |
# END ANSIBLE MANAGED (clonezilla) |
Also available in: Unified diff
Various modifications.