Project

General

Profile

Download (1.39 KB) Statistics
| Branch: | Tag: | Revision:

fuss-fucc / default @ a1471122

1 e2ac9a14 Paolo Dongilli
# BEGIN ANSIBLE MANAGED (default)
2
DEFAULT menu.c32
3 a1471122 Donato Florio
# MENU MASTER PASSWD myPassword
4 e2ac9a14 Paolo Dongilli
# END ANSIBLE MANAGED (default)
5
# BEGIN ANSIBLE MANAGED (clonezilla)
6
timeout 300
7
label Clonezilla-unattended
8
MENU LABEL Clonezilla Automatico (Ramdisk)
9 a1471122 Donato Florio
# MENU PASSWD myPassword
10 e2ac9a14 Paolo Dongilli
KERNEL clonezilla/live/vmlinuz
11 a1471122 Donato Florio
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 e2ac9a14 Paolo Dongilli
# END ANSIBLE MANAGED (clonezilla)
13
14
label Clonezilla-Manuale
15
MENU LABEL Clonezilla Manuale (Ramdisk)
16 a1471122 Donato Florio
# MENU PASSWD myPassword
17 e2ac9a14 Paolo Dongilli
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)