We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ff5e3 commit 650291bCopy full SHA for 650291b
build.sh
@@ -1363,12 +1363,12 @@ if [[ "${noiso}" = false ]]; then
1363
run_once make_isolinux
1364
run_once make_boot
1365
run_once make_boot_extra
1366
- run_once make_prepare
1367
- run_once make_overisofs
1368
if [[ "${noefi}" = false ]]; then
1369
run_once make_efi
1370
run_once make_efiboot
1371
fi
+ run_once make_prepare
+ run_once make_overisofs
1372
run_once make_iso
1373
1374
[[ "${tarball}" = true ]] && run_once make_tarball
0 commit comments