Files
ironic/releasenotes/notes/floppy-image-quirks-32e14d32a37b0742.yaml
Dr. Jens Harbott 56dbf38ed8 Make floppy images more floppy
Some vendors insist that floppy images need to be exactly 1440 KiB in
size and have a suffix of ".img". Let's adapt to this and assume that
this doesn't break other vendors.

Closes-Bug: 2100276
Change-Id: I5be6380e8c8c3eac5bea1c189b205b05a9fae625
2025-02-27 08:32:56 +01:00

6 lines
144 B
YAML

---
fixes:
- |
Some vendors insist that floppy images must be 1440 KiB in size and
that the file name ends with ``.img``. Make it so.