Add FAT addon for DriveSetup
Tested with a 5MB image, seems to work. There seems to be an issue with too long names though, or possibly names with spaces. Also, technically it supports FAT12,16 and 32, so it should probably be renamed in the interface. Didn't check how to declare support for more than 1 partition types either.
This commit is contained in:
@@ -259,7 +259,8 @@ AddFilesToPackage add-ons Print transport
|
||||
AddFilesToPackage add-ons Screen\ Savers : $(SYSTEM_ADD_ONS_SCREENSAVERS) ;
|
||||
|
||||
AddFilesToPackage add-ons disk_systems
|
||||
: <disk_system>intel <disk_system>gpt <disk_system>bfs <disk_system>ntfs ;
|
||||
: <disk_system>fat <disk_system>intel <disk_system>gpt <disk_system>bfs
|
||||
<disk_system>ntfs ;
|
||||
|
||||
|
||||
# the MIME DB
|
||||
|
||||
Reference in New Issue
Block a user