Commit ab2fc17
committed
targets/qemu.mk: use ext4 for USB image to support >4GB ISOs
VFAT (FAT32) has a 4GB file size limit which breaks large ISOs.
ext4 has no file size limit and is supported by all heads initrds
(CONFIG_EXT4_FS=y in all configs).
Signed-off-by: Thierry Laurion <insurgo@riseup.net>1 parent d5b268c commit ab2fc17
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