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
576 stars 156 forks source link

Automatically generated list of ISOs #17

Open kvaps opened 7 years ago

kvaps commented 7 years ago

Hi, aguslr.

I don't know support grub2 custom scripts, or not. But you can add option for loading grub4dos to main menu, and use it for loading already written script to generate list of iso's automatically.

More info and script: http://www.rmprepusb.com/tutorials/autoiso

It would be great if you could implement this feature. Thanks!

aguslr commented 7 years ago

Hi kvaps,

I am not familiar with grub4dos myself either. Perhaps somebody that knows how both grub2 and grub4dos work could add this option.

longtomjr commented 7 years ago

Another option is to have a yeoman generator to easily generate images that follow a pattern already established.

aguslr commented 7 years ago

Hey @longtomjr,

I've never used yeoman, how would that work exactly?

aguslr commented 6 years ago

@kvaps and @longtomjr, we've come up with something like #129. It's not perfect but it's native and doesn't rely on third party software, just pure GRUB scripting.

kvaps commented 6 years ago

Hi @aguslr as I know supergrubdisk already have this feature natively: https://github.com/supergrub/supergrub/blob/master/menus/sgd/autoiso.cfg

you can try realisation as there, if you want so :)

probonopd commented 6 years ago

Looks like this is similar to what SystemImageKit does, too.