diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-02-09 13:38:35 +0100 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2023-02-10 08:58:50 +0000 |
commit | 8aa467af95c4f8fbc271204c12a88fae88ec6828 (patch) | |
tree | 7f5dfa61ffc7e617cd9c90875cecc68c634028ad /fdio.infra.pxe/docker-nginx | |
parent | 997de75c9fe6d8ca2289440f2a363fbab985d7de (diff) |
feat(infra): Infrastructure refresh part 2
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I8de6c660e6f50ca98e62bdeff4224e68fa683f1e
Diffstat (limited to 'fdio.infra.pxe/docker-nginx')
-rw-r--r-- | fdio.infra.pxe/docker-nginx/html/ubuntu_jammy_amd64/ac:1f:6b:8b:55:d8/user-data | 45 |
1 files changed, 4 insertions, 41 deletions
diff --git a/fdio.infra.pxe/docker-nginx/html/ubuntu_jammy_amd64/ac:1f:6b:8b:55:d8/user-data b/fdio.infra.pxe/docker-nginx/html/ubuntu_jammy_amd64/ac:1f:6b:8b:55:d8/user-data index 1fb3a8f595..df246a2e0c 100644 --- a/fdio.infra.pxe/docker-nginx/html/ubuntu_jammy_amd64/ac:1f:6b:8b:55:d8/user-data +++ b/fdio.infra.pxe/docker-nginx/html/ubuntu_jammy_amd64/ac:1f:6b:8b:55:d8/user-data @@ -45,13 +45,6 @@ autoinstall: preserve: false type: disk wipe: superblock-recursive - - grub_device: false - id: disk-sdb - path: /dev/sdb - ptable: gpt - preserve: false - type: disk - wipe: superblock-recursive - device: disk-sda grub_device: true id: partition-0 @@ -61,56 +54,26 @@ autoinstall: size: 536870912 type: partition wipe: superblock - - device: disk-sdb - grub_device: true - id: partition-1 - flag: boot - number: 1 - preserve: false - size: 536870912 - type: partition - wipe: superblock - id: format-0 fstype: fat32 preserve: false type: format volume: partition-0 - - id: format-1 - fstype: fat32 - preserve: false - type: format - volume: partition-1 - device: disk-sda flag: '' grub_device: false - id: partition-2 - number: 2 - preserve: false - size: -1 - type: partition - wipe: superblock - - device: disk-sdb - flag: '' - grub_device: false - id: partition-3 + id: partition-1 number: 2 preserve: false size: -1 type: partition wipe: superblock - - name: md0 - raidlevel: raid1 - devices: [partition-2, partition-3] - spare_devices: [] - preserve: false - type: raid - id: raid-0 - fstype: ext4 - id: format-2 + id: format-1 preserve: false type: format - volume: raid-0 - - device: format-2 + volume: partition-1 + - device: format-1 id: mount-1 path: / type: mount |