Commit ff60bfb
committed
Fix ISO build failure by updating bootmodes
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.1 parent 7d0c94a commit ff60bfb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments