Commit 29fb8da
committed
targets/qemu.mk: use exfat for USB image to support >4GB ISOs
VFAT (FAT32) has a 4GB file size limit which breaks large ISOs like:
- ubuntu-25.10-desktop-amd64.iso (5.7GB)
- Qubes-R4.3.0-x86_64.iso (8.2GB)
exfat has no file size limit and is supported by most Linux distributions
and the heads initrd (CONFIG_EXFAT_FS=y in all configs).
Signed-off-by: Thierry Laurion <insurgo@riseup.net>1 parent d5b268c commit 29fb8da
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 48 | + | |
| 49 | + | |
54 | 50 | | |
55 | 51 | | |
56 | 52 | | |
| |||
0 commit comments