X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.pxe%2Fdocker-nginx%2Fhtml%2Fubuntu_focal_amd64%2Fac%3A1f%3A6b%3A5a%3A6a%3Ad4%2Fuser-data;h=d0bf9a08dbb232ff0489287f551016b1b11c2e1b;hp=64a6eee03fbe566cf236a695a3ab46e55ea36f75;hb=92dacd47b512d8f97c7dfbed7a6043eec11d7e9e;hpb=bd5eec0c49d4db896eab08ab3feb467f5d14ccc8 diff --git a/fdio.infra.pxe/docker-nginx/html/ubuntu_focal_amd64/ac:1f:6b:5a:6a:d4/user-data b/fdio.infra.pxe/docker-nginx/html/ubuntu_focal_amd64/ac:1f:6b:5a:6a:d4/user-data index 64a6eee03f..d0bf9a08db 100644 --- a/fdio.infra.pxe/docker-nginx/html/ubuntu_focal_amd64/ac:1f:6b:5a:6a:d4/user-data +++ b/fdio.infra.pxe/docker-nginx/html/ubuntu_focal_amd64/ac:1f:6b:5a:6a:d4/user-data @@ -45,6 +45,13 @@ 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 @@ -54,26 +61,56 @@ 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-1 + id: partition-2 number: 2 preserve: false size: -1 type: partition wipe: superblock + - device: disk-sdb + flag: '' + grub_device: false + id: partition-3 + 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-1 + id: format-2 preserve: false type: format - volume: partition-1 - - device: format-1 + volume: raid-0 + - device: format-2 id: mount-1 path: / type: mount