mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-26 03:19:48 +00:00
b2feb62d8a
Ubuntu 22.04 makes some changes, notably removing the custom-installation hooks. Change to injecting our modifications more directly to where the custom-installation hooks used to be.
18 lines
321 B
Plaintext
18 lines
321 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
|
|
match:
|
|
path: "%%INSTALLDISK%%"
|
|
user-data:
|
|
runcmd:
|
|
- /etc/confluent/firstboot.sh
|