From 3f8d82554098076014a8ebd78387fb10b7294ef5 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 1 May 2020 19:33:47 -0400 Subject: [PATCH] Add hook for installing disk This will be used by pre.sh and getinstalldisk to direct the install. --- misc/ubuntu20.04deploy/autoinstall/user-data | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/misc/ubuntu20.04deploy/autoinstall/user-data b/misc/ubuntu20.04deploy/autoinstall/user-data index fc38b221..5b6c9894 100644 --- a/misc/ubuntu20.04deploy/autoinstall/user-data +++ b/misc/ubuntu20.04deploy/autoinstall/user-data @@ -7,6 +7,11 @@ autoinstall: - /custom-installation/post.sh ssh: install-server: true + storage: + layout: + name: lvm + match: + path: "%%INSTALLDISK%%" user-data: runcmd: - /etc/confluent/firstboot.sh