adamant-kite-43734
07/20/2023, 10:15 AMsticky-tailor-45974
07/20/2023, 10:27 AMsticky-tailor-45974
07/20/2023, 10:28 AMsticky-tailor-45974
07/20/2023, 10:31 AMconfig.yaml
file for the elemental client to configure the installation. IMHO the simplest way to go is to include this information in a SeedImage resource so this is just part of the ISO and not part of the registration end point.sticky-tailor-45974
07/20/2023, 10:36 AMconfig.yaml
used by the elemental client to install with custom partitioning.sticky-tailor-45974
07/20/2023, 10:46 AMcloud-config:
write_files:
- content: |
install:
extra-partitions:
- size: 1024
fs: ext4
label: EXTRA_PART
path: /run/initramfs/live/elemental/config.yaml
I have not tested it myself yet. If I have time I will today or tomorrow. But in any case it has to be something really close to that assuming I missed some detail now.sticky-tailor-45974
07/25/2023, 7:49 AMcloud-config:
write_files:
- content: |
install:
extra-partitions:
- size: 1024
fs: ext4
label: EXTRA_PART
path: /etc/elemental/config.yaml
And the MachineRegistration associated to this SeedImage should also include the parameter:
spec:
config:
elemental:
config-dir: "/etc/elemental"
sticky-tailor-45974
07/25/2023, 7:50 AMvictorious-dog-81595
07/27/2023, 1:42 PMsticky-tailor-45974
07/27/2023, 1:42 PM