|
1 | 1 | The ISO installer uses an attended_config.json file, generated by the toolkit from a configuration file, |
2 | 2 | to facilitate OS installation. Imagecustomizer relies on the ISO installer and requires all necessary files |
3 | 3 | including imager, liveinstaller, package list files, and attended_config.json to be present for ISO creation. |
4 | | -Currently, manual intervention is necessary to update attended_config.json for Azure Linux 64k ISO (attended_config_aarch64_64k.json). |
5 | | -Please note, each package json file should be included under both the ISO and OS sections in the imageconfigs/full-64k-arm64.yaml file. |
| 4 | +Currently, manual intervention is necessary to update attended_config.json for Azure Linux 64k HWE ISO (attended_config_aarch64_64k_hwe.json). |
| 5 | +Please note, each package json file should be included under both the ISO and OS sections in the imageconfigs/full-64k-hwe-arm64.yaml file. |
6 | 6 | This will ensure generation of all required RPM packages for ISO installer. |
7 | 7 | In the future, the Image Customizer tool will support fully automated end-to-end creation of the installer iso. |
8 | | -For guidance on configuring attended_config_aarch64_64k.json, users should reference toolkit/imageconfigs/full-aarch64.json. |
| 8 | +For guidance on configuring attended_config_aarch64_64k_hwe.json, users should reference toolkit/imageconfigs/full-aarch64.json. |
9 | 9 | Image Customizer tool requires that all necessary RPM packages for the target OS installation are available in the /RPMS directory. |
10 | 10 | To obtain RPM packages from PMC, users may refer to the following sample post-installation script, which should be updated in |
11 | 11 | `imageconfigs/postinstallscripts/imagecustomizer/isoinstaller_postinstalltask.sh`. |
12 | 12 |
|
13 | | -# Sample post installation script for retrieving RPM Packages from PMC for Arm64 64K ISO Installer |
| 13 | +# Sample post installation script for retrieving RPM Packages from PMC for Arm64 64K HWE ISO Installer |
14 | 14 | # isoinstaller_postinstalltask.sh |
15 | 15 |
|
16 | 16 | # Create RPMS directory |
|
0 commit comments