You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ISO build was failing with the error `_make_bootmode_: command not found`. This was caused by an outdated `bootmodes` configuration in `profiledef.sh` that is no longer compatible with recent versions of `archiso`.
This commit updates the `bootmodes` array to use the new, simplified format (`'bios.syslinux'` and `'uefi.systemd-boot'`) as specified in the latest `archiso` documentation. This resolves the build failure.
0 commit comments