-
-
Notifications
You must be signed in to change notification settings - Fork 54
Description
For a drive to work with Ubuntu(-based) & Windows ISOs, extra partitions are needed if the user wishes the main partition format to stay the same, with FAT32 probably being the most preferred since it's default, is accessible by all devices and can be resized by all OSes. I have forked the project and changed all the config files to automatically detect the ISOs from all partitions instead of only the main MultiOS-USB partition: master...ebbez:MultiOS-USB:master
Would such a change be appreciated? Is this the most optimal way to do it? (Since it loops through all devices for each config, instead of only once at the root config? (I don't have any experience with GRUB, so I am not really sure if this is really inefficient or if the block device is just opened once until GRUB exits). I could make a PR without the 3rd partition Ubuntu example if there is any interest.