What | Removed | Added |
---|---|---|
CC | ancor@suse.com |
The min and max sizes are (auto)documented here (at the bottom): https://github.com/yast/yast-storage-ng/blob/master/doc/boot-requirements.md If the disk is "big enough" (that's defined by the minimal and desired sizes of the volumes defined at the control file[1]) the bigger margins are applied: - at least 256 MiB (min size for FAT32 in drives with 4-KiB-per-sector) - at most 512 MiB (enough space for several operating systems) Only if the disk is too small (that is, it cannot accommodate the desired volume sizes), it fallbacks to: - at least 128 MiB (MS Windows requires 100 MiB for itself) - at most 512 MiB (enough space for several operating systems) Of course, everyone has their own opinion. But those values seem to work well enough in all scenarios (which doesn't imply they cannot be re-evaluated). [1] https://github.com/yast/skelcd-control-openSUSE/blob/master/control/control.openSUSE.xml#L249