2024-01-14 20:52:21 +00:00
|
|
|
# matter-iso
|
|
|
|
This script is used for creating release ISO images from
|
|
|
|
release archives.
|
|
|
|
|
|
|
|
### Usage
|
|
|
|
To use the `matter-iso` script, specify a release archive and
|
2024-01-16 21:05:00 +00:00
|
|
|
a configuration directory:
|
2024-01-14 20:52:21 +00:00
|
|
|
```
|
2024-01-16 21:05:00 +00:00
|
|
|
matter-iso matterlinux_24.00.tar.gz isocfg
|
2024-01-14 20:52:21 +00:00
|
|
|
```
|
2024-08-11 14:45:54 +00:00
|
|
|
To learn more about the configuration, see the [wiki page for releases](/wiki/releases).
|