mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-26 03:19:48 +00:00
0f955cd068
Start implementing a tpm2-initramfs-tool based approach. This requires a bit of an odd transition as the PCR 7 is likely to change between the install phase and the boot phase, so we have to select different PCRs, but that requires an argument to pass that crypttab does not support.
19 lines
361 B
Plaintext
19 lines
361 B
Plaintext
#cloud-config
|
|
autoinstall:
|
|
version: 1
|
|
early-commands:
|
|
- /custom-installation/pre.sh
|
|
late-commands:
|
|
- /custom-installation/post.sh
|
|
ssh:
|
|
install-server: true
|
|
storage:
|
|
layout:
|
|
name: lvm
|
|
#CRYPTBOOT password: %%CRYPTPASS%%
|
|
match:
|
|
path: "%%INSTALLDISK%%"
|
|
user-data:
|
|
runcmd:
|
|
- /etc/confluent/firstboot.sh
|