Disable floppy generation for now, focus on CDROM (AI)

This commit is contained in:
AI
2026-02-23 08:54:39 +00:00
parent f2e84924f5
commit 6b00cf3154
3 changed files with 2 additions and 30 deletions

View File

@@ -27,14 +27,4 @@ else
exit 1
fi
echo "Testing Floppy image..."
timeout 5s qemu-system-i386 -drive file=$RELEASE_DIR/claude-os.img,format=raw,if=floppy -debugcon file:floppy_output.txt -display none -no-reboot || true
if grep -q "Hello, world" floppy_output.txt; then
echo "Floppy Test Passed!"
else
echo "Floppy Test Failed (Warning Only)!"
# cat floppy_output.txt
# allow failure for now as floppy boot is flaky in container/qemu
fi
echo "All tests passed!"