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:
@@ -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
|
||||
)"
|
||||
|
||||
Reference in New Issue
Block a user