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
571 stars 154 forks source link

Keeping both new and old version of SystemRescueCD #251

Closed moocan closed 5 years ago

moocan commented 5 years ago

Hello,

First, many thanks for your work.

I would like to know if it's possible to change inside the sysrescuecd.d/generic.cfg the detection of iso file name to keep both old version (systemrescuecd-x86-x.y.z.iso) and new version (systemrescuecd-x.y.z.iso) because some old tools does not exists anymore in new version.

I have added in my multiboot usb key a sysrescuecd.d/generic-x86.cfg with for isofile in $isopath/systemrescuecd-x86-*.iso with old config file entries and modified the sysrescuecd.d/generic.cfg with for isofile in $isopath/systemrescuecd-*.*.*.iso.

Is it possible to make it better in case of update with your work ?

Kind Regards

aguslr commented 5 years ago

Hey @moocan! That is a very reasonable request. I didn't realize how many of the tools were remove from the new releases. I'll add support for the old files.

moocan commented 5 years ago

Hello,

Just to say thanks you.

Kr,