This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
software:oowow:dev:oowow-online-installation-images [2023/07/16 00:38] hyphop [ZXE usage examples] |
software:oowow:dev:oowow-online-installation-images [2023/09/26 00:12] (current) hyphop [Armbian external mirrors usage] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~tag> | + | ~~tag> |
| ====== OOWOW Online-installation images ====== | ====== OOWOW Online-installation images ====== | ||
| Line 13: | Line 13: | ||
| * Any malware spyware etc ... will be banned | * Any malware spyware etc ... will be banned | ||
| * Clean trash, logs, cache, etc ... before packing installation image | * Clean trash, logs, cache, etc ... before packing installation image | ||
| - | * Use optimal compression via [[#zxe]] | + | * Use optimal compression via [[#xze]] |
| - | * Use meta descriptions for images via [[#zxe]] | + | * Use meta descriptions for images via [[#xze]] |
| * Use [[# | * Use [[# | ||
| * WIP: ... | * WIP: ... | ||
| Line 61: | Line 61: | ||
| * Before make dump from eMMC need make some optimization via __ OOWOW => shell __ '' | * Before make dump from eMMC need make some optimization via __ OOWOW => shell __ '' | ||
| * Make an eMMC dump to SD/USB it will be automatically decreased as possible | * Make an eMMC dump to SD/USB it will be automatically decreased as possible | ||
| - | * Repack it by [[#zxe]], if need to use it for online installation | + | * Repack it by [[#xze]], if need to use it for online installation |
| <WRAP important > | <WRAP important > | ||
| Line 79: | Line 79: | ||
| Examples: https:// | Examples: https:// | ||
| - | ===== ZXE ===== | + | ===== XZE ===== |
| - | We recommend using [[https:// | + | We recommend using [[https:// |
| * Provide additional meta information about images | * Provide additional meta information about images | ||
| Line 91: | Line 91: | ||
| * etc... | * etc... | ||
| - | ==== ZXE usage examples ==== | + | ==== XZE usage examples ==== |
| The packing process is very simple just need to add some additional meta information ... | The packing process is very simple just need to add some additional meta information ... | ||
| Line 135: | Line 135: | ||
| match: BOARD=Edge2 | match: BOARD=Edge2 | ||
| builder: openFyde | builder: openFyde | ||
| - | link: https://dl.khadas.com/ | + | link: https://openfyde.io/ |
| desc: openFyde for Khadas Edge2 | desc: openFyde for Khadas Edge2 | ||
| duration: 60 | duration: 60 | ||
| Line 147: | Line 147: | ||
| ```shell get meta info | ```shell get meta info | ||
| ~$ IMAGE_LINK=https:// | ~$ IMAGE_LINK=https:// | ||
| + | |||
| ~$ curl -s -jkLf -r-4096 " | ~$ curl -s -jkLf -r-4096 " | ||
| Line 171: | Line 172: | ||
| ``` | ``` | ||
| + | |||
| + | |||
| + | ===== Armbian external mirrors usage ===== | ||
| + | |||
| + | [[armbian-images]] | ||
| + | |||
| + | |||
| + | ```shell link setup | ||
| + | @web:/ | ||
| + | edge2-armbian-jammy-legacy-cli.img.xz: | ||
| + | edge2-armbian-jammy-legacy-desktop-xfce.img.xz: | ||
| + | edge2-armbian-jammy-legacy-minimal.img.xz: | ||
| + | |||
| + | @web:/ | ||
| + | |||
| + | |||
| + | ``` | ||
| ===== See also ===== | ===== See also ===== | ||