diff options
author | Peter Mikus <peter.mikus@protonmail.ch> | 2024-10-15 15:59:02 +0200 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2024-10-15 14:01:11 +0000 |
commit | 4a32a8c08eff96737cd37fad459aab20b07a3913 (patch) | |
tree | f5f4bd85337661f9fef3c9f93a2b6dcf5c993fc5 /fdio.infra/pxe/docker-nginx/html/ubuntu_noble_arm64 | |
parent | ea13b3931e2cb185c4b40b78ffc8eebae0f8185d (diff) |
feat(all): Nvidia Grace
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Change-Id: If89513d29fc7bb995daa4449145e9f004c1c36ec
Diffstat (limited to 'fdio.infra/pxe/docker-nginx/html/ubuntu_noble_arm64')
-rw-r--r-- | fdio.infra/pxe/docker-nginx/html/ubuntu_noble_arm64/b4:96:91:78:2c:18/meta-data (renamed from fdio.infra/pxe/docker-nginx/html/ubuntu_noble_arm64/6e:a1:6b:60:97:74/meta-data) | 0 | ||||
-rw-r--r-- | fdio.infra/pxe/docker-nginx/html/ubuntu_noble_arm64/b4:96:91:78:2c:18/user-data (renamed from fdio.infra/pxe/docker-nginx/html/ubuntu_noble_arm64/6e:a1:6b:60:97:74/user-data) | 49 |
2 files changed, 42 insertions, 7 deletions
diff --git a/fdio.infra/pxe/docker-nginx/html/ubuntu_noble_arm64/6e:a1:6b:60:97:74/meta-data b/fdio.infra/pxe/docker-nginx/html/ubuntu_noble_arm64/b4:96:91:78:2c:18/meta-data index e69de29bb2..e69de29bb2 100644 --- a/fdio.infra/pxe/docker-nginx/html/ubuntu_noble_arm64/6e:a1:6b:60:97:74/meta-data +++ b/fdio.infra/pxe/docker-nginx/html/ubuntu_noble_arm64/b4:96:91:78:2c:18/meta-data diff --git a/fdio.infra/pxe/docker-nginx/html/ubuntu_noble_arm64/6e:a1:6b:60:97:74/user-data b/fdio.infra/pxe/docker-nginx/html/ubuntu_noble_arm64/b4:96:91:78:2c:18/user-data index 974c3b29cc..99cc5039a1 100644 --- a/fdio.infra/pxe/docker-nginx/html/ubuntu_noble_arm64/6e:a1:6b:60:97:74/user-data +++ b/fdio.infra/pxe/docker-nginx/html/ubuntu_noble_arm64/b4:96:91:78:2c:18/user-data @@ -14,8 +14,6 @@ autoinstall: password: $6$Y62lhMGJD8YNzmJn$H4DSqjrwFp5WN3tOvIrF.g/G2duOV76zXHAmaA/RU8jfT8H8sDumLQe/Q.EmI5pjPv7dzgI8j9BQPWes7efBK0 realname: testuser username: testuser - kernel: - package: linux-nvidia-64k-hwe-24.04 keyboard: layout: us toggle: null @@ -23,7 +21,7 @@ autoinstall: locale: en_US.UTF-8 network: ethernets: - eno1: + enP6s6f0: addresses: [ 10.30.51.36/24 ] dhcp4: false gateway4: 10.30.51.1 @@ -47,6 +45,13 @@ autoinstall: preserve: false type: disk wipe: superblock-recursive + - grub_device: false + id: disk-nvme1n1 + path: /dev/nvme1n1 + ptable: gpt + preserve: false + type: disk + wipe: superblock-recursive - device: disk-nvme0n1 grub_device: true id: partition-0 @@ -56,26 +61,56 @@ autoinstall: size: 536870912 type: partition wipe: superblock + - device: disk-nvme1n1 + 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-nvme0n1 flag: '' grub_device: false - id: partition-1 + id: partition-2 number: 2 preserve: false size: -1 type: partition wipe: superblock + - device: disk-nvme1n1 + 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 |