Переглянути джерело

pi4's go back to sdcard booting for awhile

Breandan Dezendorf 2 роки тому
батько
коміт
8ac65e92d6
1 змінених файлів з 3 додано та 2 видалено
  1. 3 2
      dezendorf/homelab/talos/nodeconfig/pi.yaml

+ 3 - 2
dezendorf/homelab/talos/nodeconfig/pi.yaml

@@ -165,13 +165,14 @@ machine:
     install:
         disk: /dev/mmcblk0 # The disk used for installations.
         image: ghcr.io/siderolabs/installer:v1.5.1 # Allows for supplying the image used to perform the installation.
-        wipe: false # Indicates if the installation disk should be wiped at installation time.
+        wipe: false # false # Indicates if the installation disk should be wiped at installation time.
         
         # # Look up disk using disk attributes like model, size, serial and others.
         # diskSelector:
-        #     size: 4GB # Disk size.
+        #     size: '<= 1TB' # Disk size.
         #     model: WDC* # Disk model `/sys/block/<dev>/device/model`.
         #     busPath: /pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0 # Disk bus path.
+        #     busPath: '*usb3*'
 
         # # Allows for supplying extra kernel args via the bootloader.
         # extraKernelArgs: