|
@@ -165,13 +165,14 @@ machine:
|
|
|
install:
|
|
install:
|
|
|
disk: /dev/mmcblk0 # The disk used for installations.
|
|
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.
|
|
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.
|
|
# # Look up disk using disk attributes like model, size, serial and others.
|
|
|
# diskSelector:
|
|
# diskSelector:
|
|
|
- # size: 4GB # Disk size.
|
|
|
|
|
|
|
+ # size: '<= 1TB' # Disk size.
|
|
|
# model: WDC* # Disk model `/sys/block/<dev>/device/model`.
|
|
# 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: /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.
|
|
# # Allows for supplying extra kernel args via the bootloader.
|
|
|
# extraKernelArgs:
|
|
# extraKernelArgs:
|