aguslr / multibootusb

A collection of GRUB files and scripts that will allow you to create a pendrive capable of booting different ISO files
https://mbusb.aguslr.com
GNU General Public License v3.0
574 stars 153 forks source link

keep config directory consistent with prefix of iso files #196

Closed vKnmnn closed 6 years ago

vKnmnn commented 6 years ago

i noticed, that some config directories differ from the names of their respective ISO files, eg. arch.d and archlinux-*.iso or android-x86.d, while no other dir has the architecture in it's name.

This makes globbing harder than it needs be.

Can we agree on naming the folders according to the first word in the ISO?

aguslr commented 6 years ago

Good point, @vKnmnn