1
0
mirror of https://github.com/dockur/windows.git synced 2026-07-27 21:42:36 +07:00

feat: Refactor Windows answer file handling (#1983)

This commit is contained in:
Kroese
2026-07-26 05:34:24 +02:00
committed by GitHub
parent aa6240ff99
commit 8929f7cdcd
3 changed files with 723 additions and 460 deletions
+9
View File
@@ -487,6 +487,15 @@ jobs:
exit 1
fi
if grep -Fqi \
'CDBOOT: Cannot boot from CD - Code: 5' \
<<< "$container_log"; then
echo
echo "------------------------------------------------------------"
echo "Detected an unbootable installation medium."
exit 1
fi
bios_starts="$(
grep -Fci 'SeaBIOS (version ' <<< "$container_log" || true
)"