Image replicator media sata: Difference between revisions

From embeddedTS Manuals
(Change widths)
(Highlight file names/location. Remove deprecated source tags.)
 
Line 2: Line 2:
! rowspan=2 style="width: 8%"|SATA
! rowspan=2 style="width: 8%"|SATA
| style="width: 12%" |
| style="width: 12%" |
* sataimage.tar.xz
<code>/sataimage.tar.xz</code>
* sataimage.tar.bz2
<code>/sataimage.tar.bz2</code>
* sataimage.tar.gz
<code>/sataimage.tar.gz</code>
* sataimage.tar
<code>/sataimage.tar</code>
| style="width: 80%" | Tar of the filesystem.  This will repartition the first SATA drive with a single partition and extract this tarball to the filesystem. If present, a file named <source inline>/md5sums.txt</source> in the tarball will have its contents checked against the whole filesystem after the tarball is extracted. This <source inline>md5sums.txt</source> file is optional and can be omitted, but it must not be blank if present. This file is present in our official images and is created during image capture with the Image Replicator tool.
| style="width: 80%" | Tar of the filesystem.  This will repartition the first SATA drive with a single partition and extract this tarball to the filesystem. If present, a file named <code>/md5sums.txt</code> in the tarball will have its contents checked against the whole filesystem after the tarball is extracted. This <code>md5sums.txt</code> file is optional and can be omitted, but it must not be blank if present. This file is present in our official images and is created during image capture with the Image Replicator tool.
|-
|-
| style="width: 12%" |
| style="width: 12%" |
* sataimage.dd.xz
<code>/sataimage.dd.xz</code>
* sataimage.dd.bz2
<code>/sataimage.dd.bz2</code>
* sataimage.dd.gz
<code>/sataimage.dd.gz</code>
* sataimage.dd
<code>/sataimage.dd</code>
| style="width: 80%" | Disk image of the media. This will be written to the first SATA block device directly. If present on the USB Image Replicator drive, a file named <source inline>sataimage.dd.md5</source> will be used to verify the data written to the SD card against this checksum. This file is provided with our official images and is created during image capture with the Image Replicator tool.
| style="width: 80%" | Disk image of the media. This will be written to the first SATA block device directly. If present on the USB Image Replicator drive, a file named <code>/sataimage.dd.md5</code> will be used to verify the data written to the SD card against this checksum. This file is provided with our official images and is created during image capture with the Image Replicator tool.
|}
|}

Latest revision as of 13:09, 12 June 2023

SATA

/sataimage.tar.xz /sataimage.tar.bz2 /sataimage.tar.gz /sataimage.tar

Tar of the filesystem. This will repartition the first SATA drive with a single partition and extract this tarball to the filesystem. If present, a file named /md5sums.txt in the tarball will have its contents checked against the whole filesystem after the tarball is extracted. This md5sums.txt file is optional and can be omitted, but it must not be blank if present. This file is present in our official images and is created during image capture with the Image Replicator tool.

/sataimage.dd.xz /sataimage.dd.bz2 /sataimage.dd.gz /sataimage.dd

Disk image of the media. This will be written to the first SATA block device directly. If present on the USB Image Replicator drive, a file named /sataimage.dd.md5 will be used to verify the data written to the SD card against this checksum. This file is provided with our official images and is created during image capture with the Image Replicator tool.